html {
	margin:0;
	padding:0;
	height:100%;
	background-color:#fff;
}

body {
	margin:0;
	padding:0;
	height:100%;
}

* {
	font-family:Arial;
	font-size:12px;
/*	font-weight:normal;*/
	text-decoration:none;
}

div.clear {
	clear:both;
}

div#left {
	width:302px;
	background-image:url(../images/head_logo.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	height:auto;
	height:600px;
	position:fixed;
	top:0;
	left:0;
}

div.startsite {
	background-image:url(../images/head_logo_schrift.jpg) !important;
}

div.startsite div {
/*	display:none;*/
}

div#main {
	width:630px;
	/*padding-left:320px;*/
	padding-top:0px;
	padding-bottom:150px;
}

div#wrapper {
	width:1000px;
}

div#foot {
	position:fixed;
	bottom:0;
	background-image:url(../images/verlauf_1px.png);
	background-position:bottom left;
	background-repeat:repeat-x;
	width:100%;
	height:270px;
	z-index:-1;
}

div#foot #banner {
	width:1000px;
	height:270px;
	background-image:url(../images/footer.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}

div#head {
	height:300px;
	width:100%;
}

div#layout {
	
}

div#layout h2 {
	font-size:14px;
	font-weight:bold;
	
}

div#main div#main_banner {
	height:104px;
	width:100%;
	background-image:url(../images/head_1px_rot.png);
	background-repeat:repeat-x;
	text-align:left;
}

div#main div#main_banner span {
	padding:10px;
}

div#main div#main_banner h2 {
	color:#FFFFFF;
	font-size:17px;
	font-weight:500;
	left:2px;
	letter-spacing:0;
	margin:0;
	padding:0;
	position:relative;
	top:85px;
}

div#childsites {
	width:auto;
	margin:0 auto;
}
div.child{
	width:150px;
	float:left;
	padding:2px;
}
div.child h3{
	background-image:url(../images/box_oben.png);
	height:28px;
	background-repeat:no-repeat;
	color:#ffffff;
	font-size:14px;
	text-align:center;
	padding-top:12px;
	cursor:pointer;
	border:0 !important;
	width:100%!important;
}

div.child p{
	height:160px;
	line-height: 14px;
	overflow:auto;
}

div.child div.link{
	background-image:url(../images/box_unten.png);
	height:31px;
	background-repeat:no-repeat;
	background-position:bottom;
}

div.child div.link a{
	color:#000000;
	font-weight:bold;
	vertical-align:bottom;
	position:relative;
	top:12px;
	left:10px;
}
div.child div.link a:hover {
	text-decoration:underline;
}

div#pagefiles {
}

div#pagefiles ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

div#pagefiles ul li {
	list-style-type:none;
	background-image:url(../images/icon-click.png);
	background-repeat:no-repeat;
	background-position:left top;
	height:46px;
	padding-left:50px;
	line-height:46px;
	cursor:pointer;
	margin:4px;
	padding-bottom:4px;
	border-bottom:1px dashed #d0d0d0;
}

div#pagefiles ul li:hover {
}

div#pagefiles ul li a {

}

div#pagefiles ul li a span {
display:none;
}



/* Content */
div#layout h3 {
	border-bottom:1px dashed #D0D0D0;
	font-size:12px;
}

/*Suche*/

#Suche{
	/*width: 250px;*/
	margin-left: 85px;
}
/* News! */
div.announce {
    background-image:url("/themes/cotec/images/news_box_opaque.png");
    clear:both;
    height:251px;
    overflow:hidden;
    width:617px;
}