/* Standard Stylesheet

www.etc.de

Start: 01.03.2007

Letzte Aenderung: 20.03.2007

*/

/* Reset all */

*{

	padding: 0;

	margin: 0;

}



/* Allgemeines */

* {

}

body {

	font-size: 80%;
	line-height: 1.6em;
	color: #333;
	background: url(../media/bg.jpg) repeat-x top left;
	font-family: Arial, Verdana, sans-serif;
	text-align: center;

}


a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}


a:hover {

	color:red;
	text-decoration: underline;

}



/* Clear Class */

.c {

	clear: both;

}



img, a img {

	border: 0;

	}



.keine-anzeige {

	display: none;

}



/* Absaetze */

p {

	font-size: 1em;

	line-height: 1.3em;

	margin: 0 0 0.75em;

	}

/* Kleinerer Text */

.s {

	font-size: 0.9em;

}



/* Links- bzw. Rechtsausrichtung für Elemente */

.leftalign {

	float: left;

	margin: 0 0.5em 0 0;

}



.rightalign {

	float: right;

	margin: 0 0 0 0.5em;

}



h1 {

	font-size:1.5em;
	line-height: 1.3em;

	margin:0 0 0.75em;

}

h2 {

	font-size:1.4em;
	line-height: 1.3em;

	margin:1em 0 1em;

}



h3 {

	font-size:1.1em;
	line-height: 1.3em;

	margin:1em 0 1em;

}



h4 {

	font-size:1em;
	line-height: 1.2em;

	margin:1em 0 1em;

}



/* Layout */

#wrapper {

	width:815px;

	margin:0 auto;
	text-align: left;

}


#printurl {
	display: none;
}

#header {
	width:735px;

	height:28px;

	padding:60px 40px 0;
}


#etc #header {

	background:url(../media/container_top.jpg) no-repeat left top;

}

#ta #header {
	background:url(../media/container_top_5835.jpg) no-repeat left top;
}

#etcs #header {
	background:url(../media/container_top_lila.jpg) no-repeat left top;
}



#navi {

	width:420px;

	float:left;

}

#navi li {

	list-style-type:none;

	font-size:12px;

	display:block;

	float:left;

	padding-right:10px;

	}



.level1_default {

	color:white;

	text-decoration:none;

	}



.level1_here {

	font-weight: bold;
	color: orange;
	text-decoration: underline;
	}

.level1_here_ta {

	font-weight: bold;
	color: #123f7f;
	text-decoration: underline;
	}


.level1_here_etcs {

	font-weight: bold;
	color: silver;
	text-decoration: underline;
	}


#etc #navi a:hover {

	color:orange;

	text-decoration:underline;

	}


#ta #navi a:hover {

	color: #123f7f;

	text-decoration:underline;

	}

#etcs #navi a:hover {
	color: silver;
	text-decoration: underline;
	}


#etclinks {

	width:260px;

	float:right;

	}



#etclinks li {

	list-style-type:none;

	display:block;

	float:left;

	padding-right:10px;
	color: white;

	}



#etclinks a:link {

	color:#fff;

	text-decoration:none;

	}



#etclinks a:visited {

	color:#fff;

	text-decoration:none;

	}



#etc #etclinks a:hover {

	color:orange;

	text-decoration:underline;

	}

#ta #etclinks a:hover {

	color: #123f7f;

	text-decoration:underline;

	}

#etcs #etclinks a:hover {

	color: silver;

	text-decoration:underline;

	}



#content_wrap {

	width:735px;

	padding:20px 40px 20px;

	background:url(../media/container_bg.gif) no-repeat left top;

	}


#leftcolumn {
	float: left;
	width: 500px;
}

#rightcolumn {
	float: right;
	width: 225px;
}


#content {
    color:#666;
	width:460px;

	}

#content ul {
	margin:0 0 1em 0;
	padding-left: 15px;
}



#content_titelbild {
	height:125px;

	padding:20px 0 30px;

	}



#sidebar {
    color: #333;
	width:200px;

	}



#sidebar_logo {
	width:200px;

	height:125px;

	padding:15px 0 35px;

	text-align:center;

	}



.sidebarcontainer {

	width:222px;

	margin:0 auto;

	}



.sidebarcontainer_top {

	background:url(../media/sidebarcon_top.gif) no-repeat top left;

	height:16px;

	}



.sidebarcontainer_bottom {

	width:182px;

	background:url(../media/sidebarcon_bottom.gif) no-repeat bottom left;

	padding:1px 20px 10px;

	margin:0 auto 10px;

	}

.sidebarcontainer_bottom h1 {
	font-size: 1.2em;
	margin: 0 0 0.5em;
}

.sidebarcontainer_bottom h2 {
	font-size: 1.2em;
	margin: 0 0 0.5em;
}

.sidebarcontainer_bottom h3 {
	font-size: 1.2em;
	margin: 0 0 0.5em;
}

.sidebarcontainer_bottom h4 {
	font-size: 1.2em;
	margin: 0 0 0.5em;
}



#footer {

	width:735px;

	height:25px;

	padding:0 40px;

	background:url(../media/container_bottom.jpg) no-repeat left top;

	color: #b3b3b3;
	font-size:0.7em;
	line-height: 1.2em;

	text-align:center;

}

#footer a:link {
	color: #b3b3b3;
	text-decoration: underline;
}


#footer a:visited {
	color: #b3b3b3;
	text-decoration: underline;
}

#footer a:hover {
	color: orange;
	text-decoration: underline;
}

/* Mail form */

legend {
padding-left:10px;
padding-right:10px;
border: 0px;
}

fieldset {
border:0px;
padding-left:10px;
padding-right:10px;
padding-top:10px;
padding-bottom:10px;
border: 1px solid #C0C0C0;
}

.radiolayout {
width:60%;
padding-top:15px;
padding-bottom:15px;
}

.formu {
width:370px;
padding-top:10px;
padding-bottom:10px;
padding-left:50px;
border: 1px solid #C0C0C0;
}

.mf-radio {
border:0px;
}

.mf-text {
color: #000000;
border: 1px solid #C0C0C0;
margin-bottom: 5px;
}

.mf-check {
border: 0px;
}
.mf-select {
border:0px;
}

.mf-input {
border: 1px solid #C0C0C0;
margin-bottom: 5px;
}

.mf-submit {
color: #ffffff;
background-color: #C0C0C0;
border: 0px;
}
