/******************* GLOBAL *******************/

html { 
  padding:0;
  margin:0;
  min-height: 100%;
}

body {
	background:url(../bilder/background.jpg) repeat-x;
	padding:0px;
 	margin:0px;
  	min-height: 100%;
	background-color:#FFF;
}

img {
	border:0;
}

/******************* HEAD *******************/

#head {
	width:1000px;
	height:141px;
	background:url(../bilder/head.gif) no-repeat;
}

#head_space {
	width:760px;
	height:141px;
	float:left;
}

#head_log {
	width:220px;
	height:141px;
	float:left;
	padding-left:15px;
	background:url(../bilder/head_log.gif) no-repeat;
}

/******************* NAVIGATION 1 *******************/

#navilist {
	 padding-left:0px;
}

ul#navilist {
	list-style-type:none;
	font:bold 11px Tahoma;
	text-align:center;
	line-height:30px; 
	margin:0;
}

#navilist li { float:left; }

#navilist li a {
	text-decoration: none;
	background: url(../bilder/head_but.gif) no-repeat;
	float: left;
	height:36px;
	width:100px;
	color:#FFFFFF;
}

#navilist li a:hover {
	background: url(../bilder/head_but_over.gif) no-repeat;
}

#navilist li a:active {
	background: url(../bilder/head_but_over.gif) no-repeat;
}

/******************* NAVIGATION 2 *******************/


#navilist_02 {
	 padding-left:0px;
}

ul#navilist_02 {
	list-style-type:none;
	font:11px Tahoma;
	text-align:center;
	line-height:16px; 
	margin:0;
}

#navilist_02 li { float:left; }

#navilist_02 li a {
	text-decoration: none;
	float: left;
	height:20px;
	width:110px;
	color:#FFFFFF;
}

#navilist_02 li a:hover {
	color:#006699;
}



div.clear {
	clear:both;
}

img.anmelden {
	border:0;
	width:365px;
	height:384px;
	margin-bottom:-4px;
}

/******************* FORMULAR *******************/

#name {
	width:200px;
	height:22px;
	background:url(../bilder/name.gif) no-repeat;
	margin-top:23px;
}

#pass {
	width:200px;
	height:22px;
	background:url(../bilder/pass.gif) no-repeat;
	margin-top:15px;
}

input.in_name {
	width:195px;
	height:15px;
	border:none;
	background:none;
	color:#94B6CF;
	padding-left:2px;
	font:12px Tahoma;
}

input.in_login {
	margin-top:15px;
	margin-right:15px;
	float:left;
}

input.in_register {
	margin-top:15px;
	float:left;
}

/******************* CONTENT *******************/

#left {
	width:365px;
	float:left;
	margin-left:10px;
	* margin-left:5px;
	margin-top:6px;
}

#mid {
	float:left;
	margin-left:10px;
	margin-top:6px;
}

#right {
	width:230px;
	float:left;
	margin-left:10px;
	margin-top:6px;
}

div.lft_top,.mid_top {
	width:355px;
	height:40px;
	background:url(../bilder/lft_top.gif) no-repeat;
	margin-top:10px;
	font:20px Tahoma;
	color:#07396E;
	padding-top:15px;
	padding-left:10px;
}

div.mid_top {
	width:690px;
	background:url(../bilder/mid_top.gif) no-repeat;
}

div.lft_con,.mid_con {
	width:345px;
	background:url(../bilder/lft_con.gif) repeat-y;
	font:11px Tahoma;
	color:#000000;
	padding-left:10px;
	padding-right:10px;
}

div.mid_con {
	width:680px;
	background:url(../bilder/mid_con.gif) repeat-y;
}

div.lft_brk,.mid_brk {
	width:345px;
	height:21px;
	background:url(../bilder/lft_brk.gif) no-repeat;
	overflow:hidden;
}

div.mid_brk {
	width:680px;
	background:url(../bilder/mid_brk.gif) no-repeat;
}

div.lft_foot,.mid_foot {
	width:365px;
	height:3px;
	background:url(../bilder/lft_foot.gif) no-repeat;
	overflow:hidden;
}

div.mid_foot {
	width:700px;
	background:url(../bilder/mid_foot.gif) no-repeat;
}

div.right_top {
	width:220px;
	height:40px;
	background:url(../bilder/right_top.gif) no-repeat;
	margin-top:10px;
	font:20px Tahoma;
	color:#07396E;
	padding-top:15px;
	padding-left:10px;
}

div.right_con {
	width:210px;
	background:url(../bilder/right_con.gif) repeat-y;
	font:11px Tahoma;
	color:#000000;
	padding-left:10px;
	padding-right:10px;
}

div.right_foot {
	width:230px;
	height:3px;
	background:url(../bilder/right_foot.gif) no-repeat;
	overflow:hidden;
}


div.c_wpart {
	width:100%;
	text-align:center;
	margin-top:4px;
}
div.c_part {
	width:50%;
	margin-top:2px;
	float:left;
}
div.c_field {
	width:33.3%;
	margin-top:4px;
	float:left;
}
input.std,textarea.std,select.std {
	border:1px solid;
}
input.submit {
	border:1px solid;
}
span.links {
	margin-left:20px;
	font-size:12px;
}
span.links a {
	text-decoration:underline;
	color:#000000;
}
span.links a:hover {
	text-decoration:none;
}
h3 {
	text-decoration:underline;
	margin-top:0px;
}
ul.blogs {
	margin:0px;
	padding:0px;
}
ul.blogs li {
	list-style:none;
	float:left;
	width:100%;
}
div.lft_con a {
	text-decoration:underline;
	color:#000000;
}
div.lft_con a:hover {
	text-decoration:none;
}
div.mid_con a {
	text-decoration:underline;
	color:#000000;
}
div.mid_con a:hover {
	text-decoration:none;
}
p { margin-top:0px; }