body{
	margin-top:19px;
	margin-left:27px;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
}

ul {
	list-style:none;
	margin:0;
	padding:0;
}

a {
	text-decoration:none;
	color:#333333;
}

a:hover {
	text-decoration:none;
	color:#003399;
}

img {
	border:0;
}

/*
############ HEAD ##############
*/

#head {
	position:relative;
	border-bottom:2px dotted #003399;
	height:25px;
	width:2510px;
	margin-left:13px;
}

#head img {
	position:absolute;
	left:3px;
	bottom:2px;
}

#head #top {
	position:absolute;
	left:573px;
	bottom:3px;
	font-size:9px;
	font-weight:bold;
}

#head #top ul li {
	display:inline;
	margin-right:1px;
}

#head #top ul li a.inactive {
	color:#CCCCCC;
}

#head #top ul li a.inactive:hover {
	color:#003399;
}

/*
############### NAV ################
*/

#nav {
	position:relative;
	border-bottom:2px dotted #003399;
	height:100px;
	width:2510px;
	margin-left:13px;
	padding-top:5px;
	#padding-bottom:5px;

	
}

 table.nav_table {
	border-collapse: collapse;
	margin-left:-12px;
	font-weight:bold;
	font-size:12px;
	top:50px;
	left:28px;
}


table.nav_table td.subitem{
	padding-right:10px;
}

table.nav_table td.mainitem {
	padding-right:30px;
}

table.nav_table a {
	color:#333333;
}
table.nav_table a:hover {
	color:#003399;
}

table.nav_table a.active {
	text-decoration:underline;
	color:#333333;
}

table.nav_table a.main_active {
	color:#333333;
}

table.nav_table a.main {
	color:#333333;
}



ul.sub_nav {
	position:absolute;
	top:53px;
	left:141px;
}

ul.sub_nav .menu_item {
	display:inline;
	margin-right:5px;
}


#project_container {
	position:relative;
	border-bottom:2px dotted #003399;
height:464px;
	width:2510px;
	margin-left:13px;
	padding-top:10px;
	
}



#project_grid {
	position:relative;
	width:2078px;
	height:462px;

}

#project_grid table {
	border-collapse: collapse;
	width:100%;
	height:424px;
	margin-top:15px;
	margin-left:5px;
}

#project_grid table td{
	
	width:150px;
	height:146px;
	#height:142px;
}

td.top_left{
	vertical-align:top;
	text-align:left;
	
}

td.top_middle{
	vertical-align:top;
	text-align:center;
}

td.top_right{
	vertical-align:top;
	text-align:right;
}

td.right_middle{
	vertical-align:middle;
	text-align:right;
}

td.right_bottom{
	vertical-align:bottom;
	text-align:right;
}
td.bottom_middle{
	vertical-align:bottom;
	text-align:center;
}

td.bottom_left{
	vertical-align:bottom;
	text-align:left;
}

td.left_middle{
	vertical-align:middle;
	text-align:left;
}




/*
############### BOTTOM ################
*/

#bottom {
	position:relative;
	width:2460px;
	margin-left:13px;
}

#bottom #news {
	float:left;
	margin-left:3px;
}

#bottom #news .entry {
	width:736px;
	margin-bottom:34px;
	line-height:130%;
	word-spacing:1px;
}

#bottom p.news {
	margin-bottom:10px;
	#margin-top:10px;
	font-size:15px;
	font-weight:bold;
	color:#333333;
}

#bottom #impressum, #bottom #search, #bottom #login {
	float:left;
	margin-left:562px;
	margin-top:7px;
	#padding-bottom:4px;
	width:251px;
	color:#333333;
	background-color:#FFFFFF;
	line-height:130%;
}

.suchfeld {
	background-color:#FFFFFF;
}
.suchbutton {
	background-color:#FFFFFF;
}

#bottom .text {
	padding-left:7px;
}

#bottom .head {
	border-bottom:2px  #333333;
	margin-top:7px;
	padding-left:7px;
	height:23px;
	width:243px;
	font-size:16px;
	font-weight:bold;
}

#bottom #search {
	margin-left:13px;
}

#bottom input.text {
	width:200px;
	#border-color:#CCCCCC;
	#margin-bottom:5px;
	margin-bottom:7px;
}

#bottom #login {
	margin-left:13px;
}









