/* Start of CMSMS style sheet 'Bautrocknung screen' */
/*
--------------------
Bautrocknung Schmittgall website
Autor: Nils Kappelmann
Medium: screen
--------------------
*/


/*
--------------------
grundlegende Angaben
--------------------
*/

* {
	margin: 0; 
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 120%;
	color: #444444;
	background-color: #F4F3EF;
	text-align: left;
}

#container {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/hg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}



/*
--------------------
Barrierefreiheit
--------------------
*/

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs und Trennlinien werden versteckt 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags werden versteckt, da sie bei links im Menue verwendet werden  
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}



/*
--------------------
wenn ein Bild verlinkt ist, hat es keine Ränder (border)
--------------------
*/

img {
   border: 0;
}



/*
--------------------
standard link styles
--------------------
*/

/* alle links sind unterstrichen und haben eine rote Farbe */
a,
a:link 
a:active {
   text-decoration: underline;
   background-color: fff; /* css validation warnt, wenn" color" ohne "background-color" gestzt ist */
   color: #E20A16; 
}

a:visited {
   text-decoration: underline;
   background-color: fff;
   color: #E20A16;                /* hier die Farbe für besuchte links einfügen */
}

/* Unterstreichung entfernen und Farben ändern */
a:hover {
   text-decoration: none;
   background-color: #E20A16;
   color: #fff;
}



/*
--------------------
header design
--------------------
*/

#header {
	height: 85px;
	background-repeat: no-repeat;
	background-position: right top;
}

#header h1 a {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 85px;
        display: block;
        text-indent: -999em;  /* versteckt den Text*/
        text-decoration:none; /* alter firefox zeigt Unterstreichung, dieses verbietet es */
}


/*
--------------------
Navigation oben
--------------------
*/

#navi_oben {
	height: 49px;
	background-image: url(images/balken.gif);
	background-repeat: no-repeat;
	background-position: left top;
        padding-top: 10px;
}

#navi_oben ul {
        list-style-type: none;
        display: inline;
}

#navi_oben li {
        display: inline;
}

#navi_oben a {
	color: #FFFFFF;
        background-color: transparent;
	padding-right: 0px;
	padding-left: 10px;
	text-decoration: none;
}

#navi_oben li a:hover {
         background-color: transparent;
	text-decoration: underline;
}

#navi_oben a.activeparent:hover {
	color: #FFFFFF;
        background-color: transparent;
	padding-right: 0px;
	padding-left: 10px;
	text-decoration: underline;
}

#navi_oben h3 {
        font-size: 100%;
        font-weight: bold;
	color: #FFFFFF;
        background-color: transparent;
	padding-right: 0px;
	padding-left: 10px;
	text-decoration: none;
        display: inline;
}



/*
--------------------
Navigation links
--------------------
*/

#navi_links {
	width: 156px;
	float: left;
	margin-right: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#navi_links ul {
	list-style-type: none;
}

#navi_links li {
	margin-top: 0px;
}

#navi_links a {
	font-weight: bold;
	color: #444444;
	text-decoration: none;
	display: block;
	margin-top: 20px;
        background-color: transparent;
}

#navi_links ul li ul li a {
	font-weight: normal;
	color: #444444;
	text-decoration: none;
	margin-top: 3px;
        background-color: transparent;
}

#navi_links a:hover {
	color: #E20A16;
        background-color: transparent;
}

#navi_links a.activeparent:hover {
	color: #E20A16;
}

#navi_links h3 {
        font-size: 100%;
	font-weight: bold;
	color: #E20A16;
	text-decoration: none;
	display: block;
	margin-top: 20px;
        background-color: transparent;
}

#navi_links ul li ul li h3 {
        font-size: 100%;
	font-weight: normal;
	color: #E20A16;
	text-decoration: none;
	margin-top: 3px;
        background-color: transparent;
}




/*
--------------------
content
--------------------
*/

#content {
	margin-left: 178px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#content h2 {
	font-size: 140%;
	font-weight: bold;
        text-align: left; 
/* ein bischen Luft um den Text */
        padding-left: 3px;
        padding-bottom: 2px;
/* Raender setzten */
        border-bottom: 1px solid #E20A16; 
        border-left: 8px solid #E20A16; 
        line-height: 120%;
/* etwas Luft unter der Ueberschrift */
        margin-bottom: 20px;
}

#content h4 {
	font-size: 80%;
	font-weight: normal;
        line-height: 120%;
}



/*
--------------------
footer
--------------------
*/

#footer {
	height: 15px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
}


/*
--------------------
Trennlinie bei relative links
--------------------
/*

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   padding-top: 20px;
   margin-bottom: 5px;
   border-bottom: 1px dotted black;
}

/*
--------------------
Bildpositionierung
--------------------
/*

img.BildLinks {
	color: #CC0000;
	margin: 2px 10px 2px 0px;
	float: left;
}
img.BildRechts {
	color: #CC0000;
	margin: 2px 0px 2px 10px;
	float: right;
}
/* End of 'Bautrocknung screen' */

