/*
===================================
CSS Basic Styles

Description: 	Styles the Basic CSS Tags
Author: 		Felix Kreitner
Date:			21.02.2009

[Table Of Contents] 

1. CONTAINER
2. LINKS
3. HEADLINES
4. LISTS
5. TABLE
6. LANGUAGE
7. FORM

/*
========================================================
GRID
========================================================
*/

/* Hack to enable min-height IE6, IE7, FF */
#main
{
	width:				630px;
}

#sidebar
{
	width:				284px;
}

#imageteaser
{
	margin-bottom:		30px;
}

/*
========================================================
IMAGETEASER
========================================================
*/


/*
========================================================
SIDEBAR
========================================================
*/

#sidebar ul.panel
{
	position:		relative !important;
	margin-bottom:	15px !important;
}