@charset "utf-8";
/* CSS Document */

html, body, div, table, tr, td, p {
	margin: 0px;
	padding: 0px;
	color: #444444;
	font-size: 12px;
}

body {
	background-color: #D8EBF9;
}

h1 {
	border-bottom: 1px solid #ffffff;
	color: #FFFFFF;
}

h2, h3, h4, h5, h6 {
	color: #ce8509;
}

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

a:hover {
	text-decoration: underline;
}

li {
	margin-top: 10px;
}

ul.menu li {
	margin-top: 0px;
}

ul.menu ul li {
	margin-left: 10px;
}

ul.menu ul ul li {
	margin-left: 20px;
}

h1, h2, h3, h4, h5, h6, li {
	text-align: left;
}

#container {
	width: 909px;
	/*height: 516px;*/
	position: absolute;
	border: 2px solid #ffffff;
	margin-left: -456px;
	margin-top: 20px;
	margin-bottom: 20px;
	left: 50%;
	top: 0;
	background-color: #b2d4ef;
}

#header {
	width: 100%;
	height: 135px;
	background-image: url(banner/praxis.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	border-bottom: 19px solid #ffffff;
}

#footer {
	width: 100%;
	height: 16px;
	background-color: #FFFFFF;
	color: #999999;
	text-align: center;
	font-size: 10px;
	padding-top: 3px;
}

#main {
	width: 100%;
	min-height: 341px;
	margin-bottom: 0px;
	background-image: url(back.jpg);
	background-position: center;
	background-repeat: repeat-y;
}

#menu {
	float: left;
	width: 160px;
	min-height: 259px;
	margin-top: 23px;
	background-color: #FFFFFF;
}

#menuright {
	float: right;
	width: 160px;
	min-height: 259px;
	margin-top: 23px;
	background-color: #FFFFFF;
	text-align: right;
}

#content {
	margin-left: 200px;
	margin-right: 200px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
}

#login {
	float: right;
	font-size: 10px;
	margin-right: 5px;
}

#login a {
	color: #999999;
	text-decoration: none;
}

#login a:hover {
	color: #1e5a88;
}

ul.menu {
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 7px;
	padding: 0px;
}

ul.menu li {
	list-style:none;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 4px;
	border-bottom: 1px dotted #c8e1f4;
}

ul.menu li:hover {
	border-bottom: 1px solid #999999;
}

ul.menu li a {
	color: #1e5a88;
	font-size: 10px;
	text-decoration: none;
}

/*******************************************/
/*               Loginpopup                */
/*******************************************/

#blackback {
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	background-color:#ffffff;
	-moz-opacity:0.7;
	-khtml-opacity:0.7;
	opacity:0.7;
	filter:alpha(opacity=70);
}   

#loginfeld {
	border:1px solid #b2d4ef;
	padding: 5px;
	width:320px;
	height:170px;
	position:fixed;
	margin-left:-160px;
	margin-top:-100px;
	left:50%;
	top:50%;
	background-color:#fff;
	font-size: 8px;
	color: #000000;
}

#loginfeld input.button {
	border-style: dotted;
	border-color: #b2d4ef;
	width: 100px;
	color: #555;
	float: right;
	padding-bottom: 2px;
}

#loginfeld input.button:hover, #loginfeld input.button:focus {
	border-style: solid;
	background-color: #e9f4fc;
}

#loginfeld input {
	padding: 2px;
	padding-bottom: 0px;
	background: none;
	width: 99%;
	border-style: none;
	margin-top: 15px;
	border-bottom: 1px dotted #b2d4ef;
}

#loginfeld input:hover, #loginfeld input:focus {
	border-bottom-style: solid;
	background-color: #e9f4fc;
}

/*******************************************/
/*               Menuedit                  */
/*******************************************/

.menuedit {
	border: 1px solid #AAA;
	padding-left: 2px;
	padding-right: 2px;
	background: none;
	font-size: 9px;
	color: #1e5a88;
}

.menuedit:focus {
	border: 1px solid #f00;
}