@charset "UTF-8";
/* CSS Document */

@import url(style-seco-navi-2010.css);

html, body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
background: #ccc url(img/seco-bg.jpg) repeat-x;
}



#header {
	position:relative;
	width: 990px;
	margin: 0 auto;
	background:url(img/seco-top.jpg) no-repeat;
	height:320px;
}
#language {
	position:absolute;
	top:15px;
	left:720px;
}

#img-top {
	position:absolute;
	top:80px;
	left:50px;
	width:890px;
	height:146px;
	overflow:hidden;
}

/* ------------ Inhalt --------------- */

#wrapper {
	width: 990px;
	margin: 0px auto;
}

#column1 {
	float: left;
	width: 185px;
	display: inline;
	margin-left: 65px;
}

#column2 {	
	float: left;
	width: 410px;
	display: inline;
	margin-left: 15px;
}


#column2-2sp {	
	float: left;
	width: 645px;
	display: inline;
	margin-left: 15px;
}

#column3 {
	float: left;
	width: 220px;
	display: inline;
	margin-left: 15px;
}


/* --------------- footer ---------*/


.alles {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px;
	width:990px;
	background:url(img/seco-main.jpg) repeat-y;
}
.footer, .push {
	height: 100px;
	
}

.footer {
	position: relative;
	width: 990px;
	height:100px;
	margin: 0 auto;
	background:url(img/seco-footer.jpg) no-repeat;
}

#footer-innen {
	width:990px;
	margin: 0 auto;
	text-align:center;
	padding:45px 0 0 0;
}



/* ------------------- Schrift ----------------- */

html, body {
	font-family:Tahoma, Geneva, sans-serif;
	color:#933635;
	font-size:0.95em;
}


.csc-firstHeader, h1 {
	font-size: 1.5em;
	color:#933635;
	border: none;
	padding:0 0 10px 0;
	margin:0;
	text-align:left;
}


h1, #column3 h1.csc-firstHeader, #column1-containt h1.csc-firstHeader  {
	font-size: 1.1em;
	font-weight:bold;
	color:#933635;
	text-align:left;
	padding:10px 0 0 0;
}

	
h2 {
	font-size: 1.0em;
	font-weight:bold;
	padding:30px 0 5px 0;
}
	
	
h3 {
	font-size: 1em;
	color: #ec7c06;
	font-weight: normal;
}



	
h4 {
	font-size: 1.5em;
	color:#933635;
	font-weight: normal;
	padding-left:40px;
}



.csc-textpic-caption {
	font-size: 0.7em;
	color: #515151;
	font-style: italic;
	text-align: right;
	}
	
.contenttable p {
	margin: 0;
	padding: 0;
}

.contenttable td {
	vertical-align:top;
}


#column2, #column2-2sp {
	list-style-image:url(img/list-img.jpg);
	text-align:justify;
}

.align-center {
	text-align:center;
}

.detail {
	font-size:0.8em;
	font-weight:bold;
}



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

#column2 a:link, #column2-2sp a:link, #column3 a:link {
	color:#933635;
	text-decoration:underline;
}
#column2 a:visited, #column2-2sp a:visited, #column3 a:visited {
	color:#933635;
	text-decoration:underline;
}
#column2 a:hover, #column2-2sp a:hover, #column3 a:hover {
	color: #57575a;
	text-decoration:underline;
}
#column2 a:active, #column2-2sp a:active, #column3 a:active {
	color: #57575a;
	text-decoration:underline;
}


#footer-innen {
	font-size:0.8em;
	color:#fff;
}


#footer-innen a:link {
	color:#fff;
	text-decoration: none;
}
#footer-innen a:visited {
	color:#fff;
	text-decoration: none;
}
#footer-innen a:hover {
	color: #57575a;
	text-decoration:underline;
}
#footer-innen a:active {
	color: #57575a;
	text-decoration:underline;
}


/* ---------------- Mail ---------------- */

input, textarea {
	border:1px solid #999999;
	color:#933635;
	background:#CCCCCC;
	padding:2px;
	font:12px "Trebuchet MS", Verdana, Arial, sans-serif;

}
