html, body {
	height: 100%;
}

body{
    margin: 0;
	padding: 0;
	text-align: center;
	font-family: TrebuchetMS, "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6B8B86;
	background-color: #FCFCF9;
	text-align: center;
	/* horizontal centering for IE Win quirks */
}

h1, h2, h3, p{
	margin: 0 0 4px 0;
}


h1{
	font-size: 18px;
}
#project h1{	
	font-size: 20px;
}
h2{
	font-size: 20px;
}
#project h2{	
	font-size: 18px;
}

h3{
	font-size: 13px;
}

h4{
	font-size: 13px;
}

p, li{
	line-height: 170%;
	margin: 0 0 1em 0;
}

html>body p,
html>body li{
	line-height: 160%;
}

ol{
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
}

li{	
	margin: 0 0 0.2em 0;
}

a{
	color: #B20518;
}

a:hover{
	color: #FF0000;
}

a img{
	border: none;
}

a.text{
	text-decoration: none;
	color: #6B8B86;
}
.n{
	display: none;
}

td.top{
	vertical-align: top;
}

.top_05{
	margin-top: 0.5em;
}

.top_1{
	margin-top: 1em;
}

.top_2{
	margin-top: 2em;
}

.top_3{
	margin-top: 3em;
}
.bottom_0{
	margin-bottom: 0;
}
.bottom_05{
	margin-bottom: 0.5em;
}
.bottom_1{
	margin-bottom: 1em;
}
.bottom_2{
	margin-bottom: 2em;
}
.bottom_3{
	margin-bottom: 3em;
}
.center{
	text-align: center;
}
.right{	
	text-align: right;
}

.floatleft {
	float: left;
	margin-right: 50px;
}

.imgleft{
	float: left;
	margin: 0 20px 0.5em 0;
}

.imgright{
	float: right;
	margin: 0 0 0.5em 12px;
}
.floatclear{
	clear: both;
	height: 1px;
	overflow:hidden;	
}
.textleft{
	margin-right: 160px;
}

.colored a,
.colored a:link,
.colored a:visited{
	color: #6B8B86;
	text-decoration: none;
}
.colored a:hover{
	color: #829F9A;
	text-decoration: underline;
}

.colored span,
.colored span a,
.colored span a:link,
.colored span a:visited{	
	color: #636968;
}
.colored span a:hover{
	color: #787F7E;
}

h2 a,
h2 a:link,
h2 a:visited{
	color: #FF9900;
}

h2 a:hover{ 
	/*color: #009900;*/
	color: #FF0000;
}

.link a,
.link a:link,
.link a:visited{
	text-decoration: none;
	text-transform: uppercase;
	color: #400000;
}

.link a:hover{ 
	/*color: #009900;*/
	color: #FF9900;
}



.top a:hover{ 
	/* color: #42BF00; */
	color: #FF9900;
}

a.pdf{
	padding-left: 22px;
	background-image: url(../img/pdf.gif);
	background-position: left;
	background-repeat: no-repeat;	
}

a.pdf,
a.pdf:link,
a.pdf:visited{
	color: #400000;
}

a.pdf:hover{ 
	/*color: #009900;*/
	color: #FF9900;
}



/* Seitenelemente */

#distance {
	width: 1px;
	height: 50%;
	margin-bottom: -255px; /* half of container's height */
	float: left;
}

#page{
	position: relative;
	z-index: 1;
	clear: left;
	margin: 0 auto;		
	width: 956px;
	height: 510px;
	overflow: hidden;
	text-align: left;	
	background-image: url(../img/tk-script.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	border: 2px solid #6B8B86;	
}


#page #content{
	position: absolute;
	top: 20px;
	left: 495px;
	padding-right: 20px;
	height: 280px;
	width: 440px;
	overflow: auto;
	z-index: 3;	
}

body#project{
	margin: 0;
	padding: 20px 0 0 0;
	text-align: left;
}

#project_img{
	float: left;
	margin: 0 0 0 20px;
	width: 250px;
}
* html #project_img{
	display: inline;
}

#project_text{
	margin: 0;
	height: 400px;
	width: 470px;
	overflow: auto;
}

#project_text h1,
#project_text h2,
#project_text h3,
#project_text p{
	margin-left: 20px;
}




#pro_footer{
	clear: left;
	background-color: #6B8B86;
}
#pro_footer p{
	margin: 0 20px 0 0;
	color: #FFFFFF;
	line-height: 30px;
	text-align: right;
}
#pro_footer a,
#pro_footer a:link,
#pro_footer a:visited{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
}


/* Navigation Menüs  */
#menu{
	position: absolute;
	top: 276px;
	left: 0px;
	padding-top: 103px;
	width: 100%;
	background-image: url(../img/2.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	z-index: 2;	
}
#menu ul{	
	padding: 9px 0 9px 14px;
	margin: 0;
	list-style: none;
	/*
	background-image: url(../img/info.gif);
	background-repeat: no-repeat;
	background-position: top right;*/
	background-color: #6B8B86;
}
#menu li{	
	margin: 0;
	padding: 0;
   display: inline;
}
#menu a, #menu .current{
	font-size: 15px;
	text-decoration: none;
	line-height: normal;
	padding: 0px 10px 0px 4px;
	background-image: url(../img/border.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#menu .current{
	color: #BDCCC8;
}
#menu .last a{	
	background-image: none;
}

#menu a:link, #menu a:visited{
	color: #E8F4F1;	
}
#menu .parent a:link, #menu .parent a:visited{	
	color: #BDCCC8;
}
#menu a:hover, #menu .parent a:hover{
	color: #FFFFFF;	
}


#submenu{
	position: absolute;
	top: 78px;
	left: 113px;
	z-index: 4;
	width: 300px;
}
#submenu ul{
	margin: 0;
	padding: 0;
	list-style: none;	
}
#submenu li{	
	margin: 0;
	padding: 0;
   display: inline;
}
#submenu a,
#submenu .current{
	display: block;
	text-decoration: none;
	line-height: normal;
	padding: 3px 0px 3px 0px;
}

#submenu a:link, #submenu a:visited{
	color: #6B8B86;	
}
#submenu a:hover{
	color: #8EA8A4;	
}
#submenu .current{
	color: #384844;	
}

#mailadr{
	position: absolute;
	top: 386px;
	right: 20px;
	color:#FFFFFF;
	font-size: 15px;
	z-index: 5;
}
#mailadr a,
#mailadr a:link,
#mailadr a:visited{
	color: #FFFFFF;
	text-decoration: none;
}


.forward{
	position: absolute;
	right: 20px;
	top: 196px;
}
.forward a,
.forward a:link,
.forward a:visited{
	color: #C5E4DC;	
	text-decoration: none;
}
.forward a:hover,
.forward a:active{
	color: #FFFFFF
}



@media print {
    body{ 
	 	font-size: 10pt; 
		color: #000000;
		background-color: #FFFFFF;
	 }
	 h1,h2,h3,h4,h5,p,
	 strong,li{
	 	color: #000000;
	 }
	 #menu, #logo, #elementbrowser
	 {
	 	display: none;
	 }
	 #pageA, #pageB{
		position: relative;
		top: 0px;
		left:0px;
		margin:0;		
		width: auto;
		height: auto;
		overflow: auto;
		border: none;	
		background-image: none;
    }
	 #pageA #content, #pageB #content{
		position: relative;
		top: 0px;
		left: 0px;
		padding: 0;
		margin: 0;
		height: auto;
		width: auto;
		overflow: auto;
		background-image: none;
	 }
	 #pageB h1{
	 	position: relative;
		top: 0px;
		left: 0px;
		padding: 0;
		margin: 0 0 12pt 0;
	  font-size: 14pt;	
	 }

}

