body, html {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background-image: url(../img/background.png);
	background-repeat: repeat-x;
	background-color: #000000;
}

a {
	color: #760822;
	outline: none;
	border: none;
}

h2 {
	font-size: 1.2em;
	margin-bottom: 0;
}

img { border: none; }
ul { padding: 0; margin: 0; }
li { margin-left: 20px; }
pre { vertical-align: top; }

p.small { margin: 0; }
p.grey { color: #a0a0a0; }
p.right { text-align: right; }

.banner_small {
	width: 530px;
	height: 70px;
}


#header {
	width: 100%;
	height: 130px;
	text-align: center;
	background-color: #000000;
}

#bg_menu {
	width: 100%;
	background-image: url(../img/bg_menu.png);
	background-repeat: repeat-x;
}

#bg_menu ul li {
	list-style: none;
	float: left;
	margin-left: 0;
}
	
#menu_top {
	margin: 0 auto;
	width: 1060px;
	height: 35px;
}

#menu_top a {
	color: #e0e0e0;
	width: 120px;
	height: 36px;
	font-size: 13px;
	font-stretch: ultra-expanded;
	text-decoration: none;
	display: block;
	text-align: center;
	line-height: 31px;
}

#menu_top a:hover {
	color: #fff0e0;
	background-image: url(../img/tab2.png);
}

#menu_top a.active {
	background-image: url(../img/tab2.png);
	background-repeat: no-repeat;
	color: #fff0e0;
}

ul#login {
	margin-left: 900px;
}

ul#logout {
	margin-left: 780px;
}

#login_form {
	display: none;
	margin-left: 550px;
	padding-top: 3px;
	font-size: smaller;
	color: #d0d0d0;
}

#login_form input {
	border: none;
	background-color: #d8d8d8;
}

#menu_sub {
	clear: both;
	margin: 0 auto;
	width: 995px;
	height: 33px;
}

#menu_sub a {
	color: #a0a0a0;
	
	font-size: 12px;
	text-align: center;
	line-height: 31px;
	text-decoration: none;
	padding-right: 15px;
}

#menu_sub li a {
	display: block;
	float: left;
}

#menu_sub a:hover {
	color: #fff0e0;
}

#menu_sub a.active {
	color: #fff0e0;
}

p#welcome_msg {
	color: #dddaca;
	font-size: small;
	text-align: right;
	margin-top: 0;
	margin-bottom: 0;
}

#wrapper {
	position: relative;
	margin: 15px auto;
	width: 1000px;
	min-height: 600px;
	clear: both;
}

#content_border {
	background-color: #404040;
	width: 810px;
	height: 100%;
	float: left;
	padding: 1px;
}

#content {
	background-color: #000000;
	text-align: left;
	width: 770px;
	padding: 20px;
	float: left;
	min-height: 600px;
}

#content_head {
	clear: both;
	width: 790px;
	height: 20px;
}

#content_head h2 {
	font-size: 1.2em;
	color: #e0e0e0;
	margin: 0;
	font-weight: bold;
	float: left;
}

#suche {
	position: absolute;
	color: #f0f0f0;
	right: 210px;
	height: 40px;
	margin: 0;
	margin-top: -15px;
	padding: 0;
	vertical-align: middle;
}

#suche_input {
	background-color: #f0f0f0;
	float: left;
}

#suche_button {
	margin-left: 5px;
}

#trennlinie {
	clear: both;
	height: 1px;
	margin: 20px 0;
	background-color: #404040;
}

#content_menu {
	width: 200px;
	float: left;
}

.content_menu_border	{
	clear: left;
	width: 200px;
	padding: 1px;
	margin-bottom: 10px;
	background-color: #404040;
}

.content_menu_box	{
	width: 180px;
	background-color: #000000;
	padding: 10px;
	color: #fff0e0;
}

.content_menu_box li {
	list-style-image: url(../img/dreieck.png);
}

.content_menu_box a {
	text-decoration: none;
	color: #a0a0a0;
	line-height: 1.5;
}

.content_menu_box a:hover {
	color: #ffffff;
}

.symbol {
	width: 20px;
	height: 20px;
	border: none;
	vertical-align: middle;
}
.symbol_s {
	border: none;
	vertical-align: middle;
	margin: 3px;
}

#content_text {
	padding: 10px;
	background-color: #fffff0;
	margin-left: 220px;
	width: 530px;
	margin-bottom: 20px;
}

#clear {
	clear: both;
}

#footer {
	clear: left;
	top: 10px;
	padding-bottom: 30px;
	position: relative;
	text-align: center;
	width: 800px;
}

#footer a {
	text-decoration: none;
	color: #e0e0e0;
}



#newlogin {
	position: absolute;
	top: 0;
	right: 0;
	width: 160px;
	height: 25px;
	background: url(../img/newlogin.png) no-repeat 0 100%;
	font-weight: bold;
	font-size: 0.9em;
}

.logged_in {
	width: 200px !important;
}

#newlogin p {
	margin: 2px 0 0;
	text-align: right;
}

#newlogin a {
	color: #f0da41;
	padding-right: 20px;
	text-decoration: none;
}

#newlogin a:hover {
	text-decoration: underline;
}

#newlogin form {
	font-size: 0.9em;
	width: 400px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../img/newlogin.png) no-repeat 0 0;
	padding: 1px 10px 0 30px;
	text-align: right;
}

#newlogin form label {
	color: #fff;
}

#newlogin form input {
	width: 100px;
	font-size: 0.9em;
	margin: 0 5px;
}

#newlogin form p {
	margin: 10px 0 0;
}

#newlogin form p a {
	font-size: 0.833em;
	padding: 0;
	text-decoration: underline;
}

#newlogin button {
	background: url(../img/search-go.gif) no-repeat;
	width: 38px;
	height: 19px;
	margin-top: 1px;
}


/*login Window*/

#registrieren {
	display: none;
}



.yuiextdlg {
    position:absolute;
    left:-3000px;
}

.x-dlg-mask { 
	background-color: #000000; 
	opacity:0.50;
}

.x-dlg-bd {
	background-color: #fffff0;
}

