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

body {
	background-color: #ffffff;
	background-image:url(../img/layout/bg.gif);
	background-repeat:repeat-y;
}

body, img, p, tr, td {
	font-family: Verdana, Geneva, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: normal;
	color: #2B1C5A; /*blue*/
	border: none;
}

/*build*/

#build_main {
	width:920px;
	height: auto;
	background-color: #ffffff;
	border: 1px solid #7FB7DA;
	background-image:url(../img/layout/bg_main.gif);
	background-repeat:repeat-y;
	background-position:left;
}

#build_header {
	background-image:url(../img/layout/head.jpg);
	width:920px;
	height:205px;
}
#build_nav {
	text-align:right;
	color:#ffffff;
	background-image:url(../img/layout/bg_nav.gif);
	background-repeat:repeat-x;
	height:32px;
	width:920px;
}

#build_subnav {
	float:left;
	width:175px;
	height: auto;
	margin-top: 0px;
	background-color:#7FB7DA; /*blue*/
}

#build_content {
	float:right;
	text-align: left;
	width:670px;
	min-height: 370px;
	margin-top: 30px;
	margin-left: 50px;
	margin-right: 20px;
	margin-bottom: 20px;
}

#build_end{
	clear:both;
}

/*nav*/

#build_nav p.nav {
	color: #ffffff;
	margin-right: 60px;
	line-height: 30px;
}

#build_nav a.nav_active{
	text-decoration: underline;
	color: #2b1c5a;
}
	
#build_nav a.nav_inactive{
	text-decoration: none;
	color: #ffffff;
}

#build_nav a.nav_inactive:hover{
	text-decoration: underline;
	color: #2b1c5a;
}

/* subnav */

#build_subnav a.nav_inactive:hover{
	text-decoration: underline;
	color: #2b1c5a;
}

/*level1*/

#build_subnav ul.nav_lvl1{
	background-color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

#build_subnav ul.nav_lvl1 li.nav_active{
	background-color: #7FB7DA; /*blue*/
	background-image: url(../img/layout/nav_list_style.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

#build_subnav ul.nav_lvl1 a{
	padding-left: 25px;
	line-height: 20px;
}

#build_subnav ul.nav_lvl1 li{
	list-style-type:none;
	border-top: none;
	border-bottom: 1px solid #7FB7DA;
	background-color: #ffffff;
	background-image: url(../img/layout/nav_list_style_white.gif);
	background-repeat:no-repeat;
	background-position:left;
}	

/*leve2*/
#build_subnav #lvl2_last_li {
	border-bottom: none;
}

#build_subnav ul.nav_lvl2 {
	border-top: 1px solid #ffffff;
}

#build_subnav ul.nav_lvl2 li{
	list-style: none;
	background-color: #ffffff;
	padding-left: 10px;
	background-image:none;
}
	
#build_subnav ul.nav_lvl2 li.nav_active{
	background-color: #7FB7DA; /*blue*/
	background-image:none;
}

/*title*/

h1 {
	font-size: 16px;
	font-weight: bold;
	
	padding-bottom: 16px;
	text-transform:uppercase;
}

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

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

/*content*/
#content_left{
	float:left;
	padding-bottom:20px;
	width:50%;
}

#content_right{
	float:right;
	padding-bottom: 20px;
	width:50%;
	text-align:right;	
}

#build_content a{
	text-decoration: underline;
}

#build_content a:hover{
	text-decoration: none;
}

/*links*/

a:link {
	color: #2b1c5a; /*blue*/
	text-decoration:none;
}

a:visited {
	color: #2b1c5a; /*blue*/
	text-decoration:none;
}

a:hover {
	color:#2b1c5a; /*blue*/
	background-image: none;
}

a:active {
	color: #2b1c5a; /*blue*/
	text-decoration:none;
}

/*table*/

/*form*/

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

from font{
	padding-bottom:10px;
	}
	
input[type="radio"]{
	margin-bottom: 0px !important;
}

input[type="checkbox"]{
	margin-bottom: 0px !important;
}

/*img*/

#logo_kessler {
	margin-top:100px;
	margin-left:10px;
}

#logo_tauchschule {
	margin-top:50px;
	margin-left:40px;
}

img.blau{
	border: 1px solid #6699cc;
	margin-bottom: 10px;
}

/*special*/

#deep_logo {
	height: 10px;
	width: 920px;
	
	text-align: right;
	
	margin-top: 405px;
	
	position:relative;
	
	vertical-align:baseline;
}

#img_cat_desc{
	padding-top: 5px;
	font-size: 11px;
	color:#000000;
}
