/* andreas01 - an open source xhtml/css website layout by Andreas Viklund  - http://andreasviklund.com - Free to use for any purpose as long as the proper credits are given to the original author.
Version: 2.0 (Jun 25, 2006)
Screen layout: */

/***** Body and main container *****/
body {
margin:0 auto;

background: #7E63A1 ;
font-family: "Trebuchet MS", Arial, Verdana, Tahoma, Sans-Serif;
font-size: 12px;
color:#202C7C;
}

html { /* height: 100.1%;margin-bottom: 1px;*/ overflow-y: scroll; }


#kopf {
background: url(images/img01.gif) repeat-x;
margin:0 auto;
height:240px;
width:100%;

}
#logo {
background: url(images/logo.jpg) top no-repeat;
margin:0 auto;
height:240px;
width:840px;;

}



/***** Various tags *****/
a {
text-decoration:none;
font-weight:none;
color:#000000;
/* color:#286ea0; */
background-color:inherit;
}

a:hover {
text-decoration:underline;
color:#0000FF;
/* color:#3366FF; */
background-color:inherit;
}

a img {
border:0;

}

/* ----------------------- Navigation ------------------------------- */

*+html #subtabs { /*IE7 only*/ padding-top:12px;    }
#subtabs {
float: left;

    width:840px;
    height:73px;

    }
#subtabs ul {margin-left: -35px;
margin-top:158x;
	}

/*	#subtabs li {
	padding: 20px 18px 20px 18px;
	display: inline;
	list-style: none;
	}
*/

	#subtabs  a {
	display: block;
	float: left;
	width: 166px;
	height: 73px;
	padding-top: 191px;
	font-family: Arial, Verdana, Tahoma, Sans-Serif;
	/*text-transform: uppercase;*/
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	font-size: 24px;
	color: #FFFFFF;

	}

	#subtabs a:hover {
	background: url(images/img09.png) no-repeat bottom;
	color: #C9C6FA;
	width: 166px;
	height: 73px;
/*margin-top: 163px 0 -163px 0;*/
background-position:center 163px;
	}

	#subtabs a.current {
	background: url(images/img09.png) no-repeat bottom;
	background-position:center 163px;
	color: #C9C6FA;
	width: 166px;
	height: 73px;
/*margin-top: 163px 0 -163px 0;*/

	}

#wrap {
/*background: url(img/back3.gif) no-repeat;*/
position:relative;
color:#FFFFFF;
margin:0 auto;
width:840px;

}

*+html #tele { /*IE7 only*/margin:-23px 0 0 0;    }

#tele {
clear:left;
float:left;
margin:-12px 0 0 0;
padding:0;
width:225px;
font-size:0.9em;

/*background: url(img/telefon.jpg) left no-repeat;*/
/* background-color:#F4F4F1; */
/* background-color:#f4f4f4; */
height:117px;
color:#505050;
border-left:0px solid #cccccc;
line-height:1.5em;
}

/* ----------------- Telefon ----------------- */

ul.menu {
width:225px;
margin:0 0 8px;
padding:0;
list-style:none;
}

ul.menu li {
width:225px;
padding:0;
line-height:1.4em;
display:inline;
}

ul.menu li a {
background: url(images/telefon1.jpg) no-repeat;
/* background-color:#f4f4f4; */

font-family:Verdana,Tahoma;
font-size:18px;
color:#FFFFFF;

width:225px;
height:97px;
float:left;

padding:18px 1px 4px 25px;
/* border-left:2px solid #cccccc;*/

text-decoration:none;
}

ul.menu li a:hover, ul.menu li a.current {
padding:18px 1px 4px 25px;
color:#000000;
font-family:Verdana,Tahoma;
font-size:18px;
background: url(images/telefon2.jpg) no-repeat;
}



/* ----------------- Telefon-Ende ------------ */



/***** Main content *****/

#contentwide {

float: left;
margin-top:10px;
margin-bottom:10px;
color: #000000;
/*border: dotted 2px #B7C6CF;*/
/*background: url(images/back.png) top center no-repeat;*/
background: #FFFFFF;
text-align: left;
padding: 20px 20px 20px 10px;
width:552px;
min-height:400px;

}


#contentwide h2 {
font-size:1.6em;
margin:0 0 10px;
}

#contentwide h3 {
font-size:1.4em;
margin:0 0 8px;
}

/*
#contentwide img {
padding:0px;
display:inline;
color:#303030;
/* border:0px solid #f0f0f0; */
}
*/
#contentwide ul, #contentwide ol {
margin:0 0 16px 10px;
padding:0;
}

#contentwide li {
margin:0;
padding:0 0 0 5px;
}

#contentwide ul ul, #contentwide ol ol{
margin:0 0 0 16px;
padding:0;
}


#gallery {text-align: center;color: #FFFFFF;font-size:18px;}

/***** Footer *****/
*+html #blok { /*IE7 only*/ top:20px;    }
#blok {
position:absolute;
left: 590px;
top:10px;
width:230px;
/*height: 100px;*/
text-align:left;
color:#FFFFFF;
line-height: 2em;
/*background: url(img/bottom.jpg) no-repeat;*/
font-size:14px;
}

/***** Footer *****/
#footer2 {
clear: both;
margin-top:10px;
	padding: 20px 0;
	background: #8878CB;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
}

#footer2 a {
color:#FFFFFF;
font-size:14px;
background-color:inherit;
text-decoration:none;
}

#footer2 a:hover {
color:#0000FF;
}


/***** Various classes *****/
.left {
margin:3px 10px 2px 0;
float:left;
}

.right {
margin:2px 0 2px 10px;
float:right;
}

.textright {
text-align:right;
}

.center {
text-align:center;
}

.small {
font-size:0.8em;
}

.bold {
font-weight:bold;
}

.hide {
display:none;
}