/*
layout.css	Layout-Styles fuer www.gerritzen-gmbh.de

			(c) by sko it Gmbh, Moers
			
$Id$
*/

body {
	padding: 	0px;
	margin: 	10px;
	background:	#fff url(../images/bg2.png) repeat-y top left;
	}

#logox {
	float:		right;
	position: 	relative;
	top: 		10px;
	right: 		40px;
	}

#logo {
	float:		right;
	position: 	absolute;
	top: 		10px;
	left: 		800px;
	}

#content {
	position:	absolute;
	top:		120px;
	left:		280px;
	width:		730px;
	/*right:		0px;*/
	z-index:	2;
	background:	#fff;
	padding-right: 20px;
}

#footer{
    width: 		650px;
    height: 	100px;
    line-height: 0.9em;
	font-size:	0.7em;
	color:		#666;
	z-index: 	1;
	/* border-top:	1px blue dotted; */
	margin-top:	50px;
	margin-right: 40px;
	padding-top:	10px;
}

#footer td {
	width:	240px;
}




/*------------------
top_nav
-------------------*/
#top_nav {
	list-style: none;
	position: absolute;
	top: 10px;
	left: 240px;
	font-size:	0.9em;
	}
	
#top_nav li {
	display: inline;
	color: #939393;
	}
	
#top_nav li a {
	color: red; 
	text-decoration: none;
	}
	
#top_nav li a span{
	color: #a9a9a8; /* darkgray; */
	text-decoration: none;
	}
	
#top_nav li a:hover span{
	color: red;
	}
	
#linktab td{
	padding:	10px;
}

/*---------------------
left_nav
---------------------*/

	
#left_nav {
	position:	absolute;
	top:		120px;
	left:		30px;
	width:		220px;
	height:		550px;
	background:	#d3d3d3; /* lightgray; */
	background: url("../images/left_bg.png");
	color:		white;		
	z-index:	2;
}

#left_nav ul {
	list-style:	none;
	margin:		0px;
	padding:	0px;
	width:		100%;
}

#left_nav ul li  {
	margin:		2px;
	padding:	5px;
	background:	#a9a9a8; /* darkgray; */
	font-size:	0.8em;
	color:		#404040; 
	border:		1px #d3d3d3  solid;
}


#left_nav ul li:before  {
	content:	url("../images/square.gif"); 
	padding-left:	10px;
	padding-right:	10px;
}

#left_nav ul li a {
	text-decoration:	none;
	color:		#404040; 
}

#left_nav ul li a:hover {
	color:	white;
	font-weight: bold;
}


.bold {
	font-weight:	bold;
}

#companies {
	margin-left:	30px;
}


#honors {
	position:	absolute; 
	left:		40px;
	top:		auto;
	bottom:		20px;
	z-index:		1;
}

#honors a img {
	border:		none;
}

.errorlist {
	color:		#ff0000;
	background:	#fff0f0;
	padding:	0px;
	margin: 0px;
	text-align:	center;
	list-style: none;
}

a img {
	border:		none;
}


.bg_line {
	background-image: url('../images/linie.gif'); 
	background-repeat: repeat-x; 
	background-position: 50% 50%"
}


#propic {

}

#propic img {

}

#protxt {
	padding-left: 20px;
	width:		400px;
	text-align: justify;
	vertical-align: top;
}

#attrtab {
	padding-top:	50px;
	padding-bottom:	50px;
	margin-left:	70px;
}


td.tick {
	background-color: #eee;
	padding-left:	10px;
	padding-right:	10px;
}

td.tack {
	background-color: #c4e4f4;
	padding-left:	10px;
	padding-right:	10px;
}


.footnote {
	font-size:		0.7em;
	vertical-align:	super;
}

.pubdate {
	font-size:		0.7em;
	color:			gray;
}

