/* ---------------------------------------------------------------------
	Basic Settings
--------------------------------------------------------------------- */

body {
	font-family: Arial, sans-serif; font-size: 13px; line-height: 17px; font-weight: normal; color: #EAEAEA;
	/*_font-family: Arial, sans-serif !important;*/
}
br {
	margin: 0; padding: 0;
	font-size: 10px !important; line-height: 10px !important;
}
.clear { clear: both !important; margin: 0 !important; padding: 0 !important; height: 0 !important; font-size: 0 !important; line-height: 0 !important; }


/* ---------------------------------------------------------------------
	Basic Typo Settings
--------------------------------------------------------------------- */

/* -- Heaadlines ---------- */

h1 {
	margin: 0; padding: 6px 0;
	font-size: 21px; line-height: 25px; font-weight: normal; text-transform: uppercase;
}
h2 {
	margin: 8px 0 16px 0; padding: 0;
	font-size: 17px; line-height: 21px; font-weight: normal; text-transform: uppercase;
}
h3 {
	margin: 8px 0 16px 0; padding: 0;
	font-size: 15px; line-height: 19px; font-weight: normal; text-transform: uppercase;
}
h4 {
	margin: 8px 0; padding: 0;
	font-size: 14px; line-height: 18px; font-weight: normal;
}

/* -- Paragraphs ---------- */

p { clear: right !important; margin: 8px 0 18px 0 !important; padding: 0; }

/* -- Images ---------- */

img { border: none; }
#content img { float: left; clear: left; margin: 12px 20px 14px 0; padding: 0; border: none; }
#content img.block { float: none !important; clear: both !important; display: block !important; }


/* -- Links ---------- */

a:link, a:visited { color: #EBDF0E; text-decoration: none; }
a:hover, a:active { color: #EAEAEA; text-decoration: none; }


/* -- Tables ---------- */

thead th {
	margin: 0; padding: 18px 0 6px 0;
	font-size: 17px; line-height: 21px; font-weight: normal; text-align: left;
}
tbody tr th {
	margin: 0;
	width: 260px;
	text-align: left;
}
th, td { padding: 6px 0; vertical-align: top; }
/*table { width: 100%; border-bottom: 1px solid #EAEAEA; }*/


/* -- Listings ---------- */

#content ul {
	margin: 0 0 16px 20px; padding: 0 0 0 10px;
	width: 100%;
	list-style-image: url(/media/img/site/icon_li_star.gif);
	list-style-position: outside;
}
#content ul li {
	margin-left: 10px; padding: 2px 0 2px 5px;
}


/* ---------------------------------------------------------------------
	Additional Layout & Typo Settings
--------------------------------------------------------------------- */

.spacetop { margin-top: 20px !important; }
.spacebottom { margin-bottom: 20px !important; }

.linetop { border-top: 1px solid #EAEAEA !important; margin-top: 10px !important; padding-top: 10px !important; overflow: hidden !important; }
.linebottom { border-bottom: 1px solid #EAEAEA !important; margin-bottom: 10px !important; padding-bottom: 10px !important; overflow: hidden !important; }

.small { font-size: 11px !important; line-height: 15px !important; font-weight: normal; }
.left { float: left !important; margin: 0 20px 10px 0 !important; }


/* ---------------------------------------------------------------------
	Container-Specific Typo & Image Settings - Sidebar
--------------------------------------------------------------------- */

#sidebar h2 {
	margin: 0; padding: 0;
	font-size: 15px; line-height: 19px; font-weight: normal;
}
#sidebar h3 {
	margin: 0; padding: 0;
	font-size: 13px; line-height: 17px; font-weight: normal;
}
#sidebar h4 {
	margin: 0; padding: 0;
	font-size: 12px; line-height: 16px; font-weight: normal;
}
#sidebar img {
	margin-right: 20px !important;
}



/* Content Boxes Full (no Sidebar): cbox
--------------------------------------------------------------------- */

#containerF #content .sidebox p { clear: right; }
#containerF #content img {
	/* _position: relative; rechts überlappenden Bildmargin bei Vollbild im IE abstellen */
	margin-right: 30px !important;
	overflow: hidden !important;
}
#containerF #content .cboxCS img, #containerF #content .cboxSC img {
	/* _position: relative; rechts überlappenden Bildmargin bei Vollbild im IE abstellen */
	margin-right: 20px !important;
	overflow: hidden !important;
}

