
/**** ALLGEMEIN ****/

html {
	height: 100%;
	background-repeat:no-repeat;
  behavior: url(PIE.htc);background: #9fc7c2;background: -webkit-gradient(linear, 0 0, 0 bottom, from(#9fc7c2), to(#ffcc33));background: -moz-linear-gradient(#9fc7c2, #ffcc33);background: -o-linear-gradient(#9fc7c2, #ffcc33);background: linear-gradient(#9fc7c2, #ffcc33);-pie-background: linear-gradient(#9fc7c2, #ffcc33);  background-attachment: fixed;
}

body {
	height: 100%;
	font-family: Lucida Grande, "Futura", Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;  
	color: #333;
  background-attachment: fixed;
}


/**** STRUKTURGEBENDE CONTAINER ****/

#_mutterschiff {
	width: 920px;
	margin:10px auto;
	background-color:white;
	-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;	-moz-box-shadow: 0px 3px 10px 0px #333;-webkit-box-shadow: 0px 3px 10px 0px #333;box-shadow: 0px 3px 10px 0px #333;}

#_header {
	height:140px;
	border-bottom: 1px #9fc7c2 solid;
	background-color:#ffcc33;
	-webkit-border-top-left-radius: 10px;-webkit-border-top-right-radius: 10px;-moz-border-radius-topleft: 10px;-moz-border-radius-topright: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;}

#_content {
	clear:both;
	margin:20px;
}

#_left {
	float: left;
	width: 205px;
	padding: 0 15px 20px 0;
}

#_right {
	margin-left: 240px;
}

#linke_spalte {
	width:68%;
	margin-right:2%;
	float:left;
}

#rechte_spalte {
	width:30%;
	float:left;
}

#_footer {
	clear:both;
	font-size:10px;
	color:#fff;
	margin-top:16px;
	padding:6px 18px;
	border-top: 1px #9fc7c2 solid;
	background-color:#ffcc33;
	-webkit-border-bottom-left-radius: 10px;-webkit-border-bottom-right-radius: 10px;-moz-border-radius-bottomleft: 10px;-moz-border-radius-bottomright: 10px;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;}

/*** SYMBOLLEISTEN ***/

.symbolleiste_h {
	-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;}

/**** LOGIN UND LOGO ****/

#login {
	padding:0 0 20px;
}

#_logo {
	float:left;
	margin:15px 0 0 15px;
}

/**** NAVIGATION ****/

#navi {
	color:black;
	margin-left:233px;
	padding-top:120px;
	height:20px;
}

#navi li {
	float:left;
	margin-left:25px;
	list-style:none;
	font-size:14px;
}

#navi li a {
	color:#333;
	text-decoration:none;
}

#navi .aktiv {
	color:#bf0000;
}

/**** CLOSE BUTTON ****/

.close_button {
	position:absolute;
	cursor:pointer;
	right:10px;
	top:3px;
	background:url(../layout/close.png) no-repeat;
	width:14px;
	height:16px;
}

.close_button a {
	text-decoration: none;
	display: block;
}

/**** ELEMENTE ****/

h1 {
}

h2 {
	font-size: 18px;
	border-bottom: 1px #9fc7c2 solid;
	padding-bottom:2px;
	margin-bottom:16px;
}

h3 {
	font-size: 14px;
	border-bottom: 1px #ffcc33 solid;
	padding:3px 0px;
	margin-bottom:6px;
	font-weight:normal;
}

h4 {
	font-size: 12px;
	font-weight:bold;
	margin: 8px 0 4px 0;
	color:#9fc7c2;
}

h5 {
	font-size:11px;
	margin-bottom:6px;
	color:#ffcc33;
}

h6 {
	font-size:10px;
	margin-bottom:6px;
}

.ul_ebene_1 {
	margin:4px 0 4px 20px;
	color:#333;
	list-style-type:disc;
}

.ul_ebene_2 {
	margin:4px 0 4px 20px;
	color:#666;
	list-style-type:circle;
}

p {
	margin: 6px 0;
}

a {
	color:#bf0000;
}

label {
	display:none;
	font-size:9px;
	color:black;
	margin-top:4px;
}

.ie label {
	display:block;
}

.dialog {
  -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;}

#page_configurator {
  -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;}
