@charset "UTF-8";

/* TCM-HUBER */


* {
	margin:0;	
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100.01%;
	line-height: 1.2em;
	text-align: center;
	background-color: #FFF7E4;
}


.clearer {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



#wrap{
	width:772px;
	margin: 40px auto 10px auto;
	background-image: url(../images/shade_l.png);
	background-repeat: no-repeat;
	background-position: left top;
	position:relative;
}

#innerwrap{
	background-image: url(../images/shade_r.png);
	background-repeat: no-repeat;
	background-position: right top;
	display:inline-block;
	overflow:hidden;
	
}

#header {
	margin:0 16px 0 16px;
	display:inline-block;

}

#logo {
	width:500px;
	height:40px;
	padding: 80px 0 0 55px;
	font-size: 100%;
	color: #99000B;
	text-align:left;
	background-image: url(../images/symbol.png);
	background-repeat: no-repeat;
	background-position: 65px top;
}

#headerimage {
	height:250px;
	width:740px;
	float:left;
	
}

#content {
	margin:0 0 0 16px;
	width:740px;
	float:left;
}


	
/* ---- NAV ----  */


.nav {
	font-size: .8em;
	margin-top:45px;
	list-style:none;
}

.nav li {
	display:block;
	padding:6px 3px;
	
		}
		
.nav li a {
	color: #99000B;
	text-align:left;
	text-decoration: none;
	padding:2px 5px;	
		}
		
			
.nav li a:hover {
	color: #900;
	background-color: #FBDAB1;
	padding:2px 5px;
			}
			
.nav li a:active{
	color: #000;
	padding:2px 5px;
			}



/* ---- CONTENT ----  */



/* ---- linke Spalte ----  */
#leftcol {
	width:185px;
	text-align:left;
	padding-left:50px;
	float:left;
	height:100%;
}

#leftcol h3  {
	width:185px;
	margin-top:100px;
	font-size: .8em;
	display:block;
	height:40px;
}

#leftcol .linkbox {
	width:185px;
	text-align:left;
	padding-top:100px;
	list-style:none;
}

#leftcol .linkbox li {
	padding:0;
	text-align:left;
	font-size: .8em;
}

#leftcol .linkbox img {
	padding-bottom:10px;
}

#leftcol .linkbox a {
	color: #000;
	font-size: .8em;
	}
	
#leftcol .linkbox a:hover {
	color: #99000B;
	font-size: .8em;
	}

#leftcol .linkliste  {
	width:185px;
	font-size: 0.8em;
	text-align:left;
	padding-top:60px;
	list-style:none;
}

#leftcol .linkliste li a {
	color: #000;
	font-size: .7em;
	text-decoration:underline;
	}
	
	#leftcol .linkliste li {
	margin-bottom:5px;
	}
	
#leftcol .linkliste a:hover {
	color: #99000B;
	}





/* ---- rechte Spalte ----  */
#rightcol {
	width:420px;
	padding-right:40px;
	text-align:left;
	float:right;
	font-size:0.8em;
}

#rightcol h1 {
	font-size:1.2em;
	margin-top:45px;
	display:block;
	height:35px;
}

#rightcol h2 {
	padding-top:15px;
	display:block;
	height:25px;
}

#rightcol p {
	padding-bottom:10px;
}

.abstand10 {
	width:390px;
	padding-top:10px;
}

#rightcol a {
	text-decoration: none;
	color: #99000B;
}

#rightcol ul {
	list-style-type: disc;
	padding-left:20px;
}

#rightcol li {
	padding-bottom:3px;
}

#rightcol em {
	padding-bottom:10px;
	font-style: italic;
}

#rightcol ul a {
	font-weight: normal;
	display:block;
	padding-top:5px;
	padding-bottom:5px;
	color: #fff;
	text-decoration: underline;
}

#rightcol img   {

}

#rightcol .autor   {
	text-align:right;
	margin-top:-5px;
	display:block;
	width:420px;
}

#rightcol .kurzespalte   {

}

#rightcol .kleinebilder   {
	width:133px;
	float:right;
	padding:5px 0;
	margin-left:10px;
}

.portrait   {
	text-align:left;
	display:block;
	float:left;
	margin:15px 15px 15px 0;
}


#rightcol table {
padding:0px; 
}

#rightcol caption {
	padding-top:120px;
	padding-left:160px;
	padding-bottom:15px;
	background-image: url(../images/portrait_neu.png);
	background-repeat: no-repeat;
	background-position: left 0px;
}

#rightcol td, #rightcol tr {
vertical-align:top;
padding-bottom:10px;

}


/* Footer*/

#footer {
	font-size:0.8em;
	display:block;
	padding-top:15px;
	}

/* vtip*/
p#vtip { display: none; position: absolute; padding: 5px; left: 5px; font-size: 0.8em; background-color: white; border: 1px solid #950607; -moz-border-radius: 5px; -webkit-border-radius: 5px; z-index: 9999 }
p#vtip #vtipArrow { position: absolute; top: -10px; left: 5px }

