/*General*/

* {
	margin: 0px;
	padding: 0px;
}

html {
	height: 100%; 
	padding-top: 1px;
}

body {
	background-color: #fff9dd;
	background-image: url(../img/layout/bg_main.gif);
	background-repeat: repeat-y;
	background-position:center;
	height: 100%; 
	padding-top: 1px;
}

body, img, p, tr, td {
	font-family: "trebuchet MS", Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000; /*black*/
	border: none;
}

p {
	margin-top: 5px;
	margin-bottom: 2px;
	}
	
#content ul{
	padding-left: 10px;
	list-style: disc inside;
	}

/*build*/

#build_main {
	/*height: 100%;*/
	width: 920px;
	text-align: left;
	background-color: #ffffff;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	position:relative;
}

#build_nav {
	margin-left: 10px;
	margin-right: 10px;
	height: 29px;
	width: 900px;
	text-align: right;
}

#build_head {
	width: 920px;
	height: 142px;
}

#build_subnav {
	padding-left: 10px;
	width: 170px;
	float: left;
}

#build_content {
	float:left;
	width: 560px;
	height: 100%;
	min-height: 600px;
	background-color: #eeeeee;
	/*border-bottom: 1px solid #000000;*/
}

#build_content_right {
	width: 160px;
	float: right;
	text-align:left; 
	padding-right: 10px;!important
}

/*nav*/

#nav {
	padding: 0px;
	margin: 0px;
}

#build_nav a{
	text-decoration:none;
	height: 29px;
	margin-top: 2px;
	padding: 10px !important;
	padding: 0px 10px 0px 10px;
	line-height: 29px;
	font-size:15px;
}

#build_nav a.nav_inactive{
	background-color: #000000;
	color: #ffffff;
	
}

#build_nav a.nav_inactive:hover{
	color: #ffd500;
}

#build_nav a.nav_active{
	background-color: #005da8;
	color: #ffd500;
}

/*subnav*/
#build_subnav li{
	border-bottom: 1px solid #000000;
	list-style:none;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#build_subnav li.nav_active{
	background-color: #eeeeee;
}

#build_subnav a{
	font-size: 13px;
	text-decoration: none;
}

#build_subnav a.nav_active{
	font-weight: bold;
}

#build_subnav a:hover{
	font-weight: bold;
	color: #000000;
}


/*content*/

#content{
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	background-color: #eeeeee;
}

/*title*/

h1 {
	font-size: 13px;
	font-weight: bold;
	
	padding-bottom: 20px;
}

h2 {
	font-size: 11px;
	font-weight: bold;
	
	padding-bottom: 7px;
}

h3 {
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	
	padding-bottom: 7px;
}

h4 {
	font-size: 13px;
	font-weight: bold;
	
	padding-bottom: 7px;
}

#title_aktuelles{
	border-bottom: 1px solid #000000;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size:13px;
	font-weight:bold;
}

/*news*/

#news_list{
	list-style-type: none;
	padding-left: 10px;
}
#news_list a{
	font-size:11px;
	line-height: 20px;
}

/*links*/

a:link {
	color: #333333; /*black*/
}

a:visited {
	color: #333333; /*black*/
}

a:hover {
	color: #999999; /*grey*/
}

a:active {
	color: #999999; /*grey*/
}

/*table*/

/*form*/

input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
 	background-color: #FFFFFF;
	font-size: 10px;
    border: 1px solid #e5e5e5; /*grey*/
	margin-bottom: 6px;
}

/*img*/

/*list*/
#build_content ul{
	list-style-type: square;
	padding-left: 14px;
}

#build_content ol{
	padding-left: 18px;
}


/*special*/

#deep_logo {
	height: 10px;
	float: right;
	position:fixed;
	
	text-align: right;
}

.font_titel {
	font-size:14px;
}

.bilderrahmen_only {
	border: #CCCCCC solid 1px;
}

.bilderrahmen {
	border: #CCCCCC solid 1px;
	float:left;
	margin-right:20px;
	margin-bottom:20px;	
}

.text_bild_format {
	float:left;
	padding-right:10px;
}

.text_tabelle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	border:solid 1px #CCCCCC;
}

/* inputfelder */
input[type=text], select{
	font-family: "trebuchet MS", Verdana, Arial;
	font-size: 11px;
	height: 20px;
	width: 150px;
	}
textarea{
	font-family: "trebuchet MS", Verdana, Arial;
	font-size: 11px;
	}
input[type=submit]{
	font-family: "trebuchet MS", Verdana, Arial;
	font-size: 11px;
	height: 20px;
	width: 80px;
	}
#deep {
	/*position:absolute;
	float:right;*/
	margin:auto;
	clear:both;
	width:60px;
	padding-left: 855px;
	bottom: 5px;
	margin-bottom:0px;
	}