/**** CSS für kolleg2007, von cvjm.de 2007 ***/


@import url(navi.css);
@import url(rahmen.css);
@import url(textstyles.css);
@import url(suche.css);


body {
margin: 0;
padding:0;
background-color:#cc9;
font-size: 1em;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

.hidden, h1 {
      position:absolute;
      left:-1000px;
      top:-1000px;
      width:0;
      height:0;
      overflow:hidden;
      display:inline;

}

input {
	border:1px solid #088;
}

input.suchfeld {
width:12em;
}

#alles {
width: 62em;
border-left:1px solid #ccc;
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
margin:0 auto;
background-color:#fff;
}

#kopf {
height: 7em;
width: 62em;

}

#logo {
float:left;
margin-top:1em;
position:relative;
width:11em;
z-index:20;
height:6em;
}

#logo img {
/*height: 6em;
width: 9em;*/
position: absolute;
bottom:0;
}


#logo a {
border:none;
}

#sitename {
margin-top:1.9em;
/* width:24em; */
float:left;
}

#sitename h1 {
position:relative;
top:0;
left:0;
color:#c03;
}


#hingucker {
height: 7em;
float:right;
overflow:hidden;
background-color:#fdd;
}

#hingucker img {
height: 7em;
width:auto;
}


/**** fuer IEv7 ***/

* html #hingucker img { 
width:30em;
}



#clear {
width:62em;
height:1em;
clear:both;
}


#mitte {
min-height: 30em;
width: 62em;
}


#content {
margin:0em 0 0 -12em;
width: 35.2em;
float:left;
background-color:#fff;
border-left:12em solid #088;
z-index:10;
position:relative;
padding:1em 1.5em;
}


#rechts {
margin: 0.5em 0 0 0;
width: 11em;
float:left;
padding:0em;

}


#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 10em;
        padding-top: 0.5em;
	border-top: 1px solid #088;
	font-size: 0.7em;
	text-align: center;
	height: 3em;
}

#footer a:link {
	color: #088;
	text-decoration: none;
}

#footer a:visited {
	color: #444;
}

.csc-mailform-field label {
font-weight:bold;

}

.csc-mailform-field input, .csc-mailform-field textarea {
display:block;
margin-bottom:0.5em;
}

.csc-mailform-label {
font-size:0.8em;
font-style:italic;
margin-bottom:0.5em;
margin-top:0.5em;
color:#088;
}

.csc-mailform {
margin-top:0.3em;
}



.contenttable {
margin-top:0.4em;

}


DIV.csc-frame-rulerBefore { border-top: 1px solid #888; margin: 5px 0px 5px 0px; }
DIV.csc-frame-rulerAfter { border-bottom: 1px solid #888; margin: 5px 0px 5px 0px; }

