@import url(small/_layout.css);
@import url(screen/_header.css);
@import url(screen/_links.css);
@import url(screen/_rechts.css);
@import url(screen/kleinanzeigen_uebersicht.css);
@import url(screen/kleinanzeigen_aendern.css);
@import url(screen/meinnewsroom_newsletter.css);
@import url(screen/meinnewsroom_anmelden.css);
@import url(screen/meinnewsroom_premiumabo.css);
@import url(screen/meinnewsroom_rechnungen.css);
@import url(screen/meinnewsroom_passwort.css);
@import url(screen/news_uebersicht.css);
@import url(screen/news_detail.css);
@import url(screen/news_suche.css);
@import url(screen/jobs_uebersicht.css);
@import url(screen/jobs_detail.css);
@import url(screen/sff_uebersicht.css);
@import url(screen/sff_detail.css);
@import url(screen/workshop_detail.css);
@import url(screen/bdt_uebersicht.css);
@import url(screen/bdt_detail.css);
@import url(screen/prerel_rubrik_uebersicht.css);
/* 
	**************************************
	***** Standartstyles *****************
	**************************************
*/
h1 {
	margin-bottom: 20px;
}
#centerpad h2 {
	color: #015083;
	font-size: 14px;
	text-transform: uppercase;
	margin: 4px 0 13px 0;
}
#centerpad h3 {
	color: #015083;
	font-size: 14px;
	margin: 4px 0 13px 0;
}
#centerpad p {
	color: #000;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 10px;
}
#centerpad p.color {
	color: #015083;
}
#centerpad a {
	color: #015083;
	text-decoration: underline;
}
#centerpad ul {
	color: #000;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 10px;
	padding-left: 15px;
}
#centerpad ol {
	color: #000;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 10px;
	padding-left: 15px;
}
#centerpad li {
	margin-bottom: 5px;
	
}
#bannercontainer {
	margin: 0 0 20px 0;
	text-align: center;
}
img.left {
	float: left;
	margin: 0 15px 15px 0;
}
img.right {
	float: right;
	margin: 0 0 15px 15px;
}
/* 
	**************************************
	***** Forms & Fieldsets **************
	**************************************
*/
div#fieldset {
	color: #015083;
	font-size: 12px;
	border: 1px solid #000;
	background-color: #DDD;
	margin: 10px 0 10px 0;
}
div#fieldset h3 {
	font-size: 12px;
	padding: 2px 0 2px 9px;
	background-color: #88bdde;
	color: #015083;
	text-align: left;
	margin: 0;
}
div#fieldset table {
	width: 100%;
}
div#fieldset div.container {
	padding: 10px;
}
div#fieldset td {
	padding-bottom: 3px;
}
div#fieldset td.label {
	width: 90px;
	vertical-align: top;
}
div#fieldset span.text {
	color: #000;
}
div#submitbox {
	padding: 10px;
	background-color: #88bdde;
	color: #015083;
	text-align: center;
	border: 1px solid #000;
	margin-bottom: 20px;
	font-size: 12px;
}
div#form_message {
	padding: 10px;
	margin: 20px 0 20px 0;
	font-size: 12px;
	background-color: #DDD;
	border: 1px solid #015083;
	color: #015083;
}
div#form_errors {
	padding: 10px;
	margin: 20px 0 20px 0;
	font-size: 12px;
	background-color: #DDD;
	border: 1px solid #F00;
	color: #F00;
}
div#form_errors ul {
	margin: 0;
	padding: 0;
	list-style: none inside;
}
/* 
	**************************************
	***** Tables *************************
	**************************************
*/
table#st {
	border: 1px solid #000;
	width: 100%;
}
table#st th {
	text-align: left;
	padding: 2px;
	font-size: 12px;
	background-color: #88bdde;
	color: #015083;
}
table#st td {
	font-size: 12px;
	padding: 2px;
}
table#st th.center, table#st td.center {
	text-align: center;
}
table#st tr.r0 {
	background-color: #FFF;
}
table#st tr.r1 {
	background-color: #EEE;
}
table#st a {
	color: #000;
	text-decoration: none;
}
table#st a:hover {
	text-decoration: underline;
}

table#st td.head {
	font-weight: bold;
	background-color: #EEE;
	border-bottom: 1px solid #000;
}

table#st td.head_center {
	font-weight: bold;
	text-align: center;
	background-color: #EEE;
	border-bottom: 1px solid #000;
}

div#ansichtmenu {
	font-size: 12px;
	margin: 20px 0 20px 0;
	text-align: center;
	clear: both;
}
/* 
	**************************************
	***** Login Box **********************
	**************************************
*/
div#left {
	width: 470px;
}
div#login_box label {
	display: inline;
}
div#login_box .txt {
	margin-top: 10px;
}
