body {
	margin: 0px;
	background-color: #ffffff;
}
/*Teaser*/
#teaser{
	clear: none;
	float: right;
	position: relative;
	height: auto;
	width: 150px;
	border: 2px solid #fff;
	background-color: #eee;
	margin: 0px 0px 12px 12px;
}
#teaser h1{
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #990000;
	background-color: #f3c278;
	vertical-align: middle;
	height: 16px;
	width: auto;
	margin: 0px;
	padding: 4px;
}
#teaser p{
	font-size: 11px;
	line-height: 13px;
	padding: 4px;
	margin: 0px;
	width: auto;
}

/* Head */ 
#head_container {
	background-color: #F3C278;
	border-bottom: 1px solid #990000;
}

#head_content {
	position: relative;
	left: 50%;
	margin-left: -310px;
	width: 620px;
	text-align: left;
}

#head_navi_divider {
	background-color: #F3C278;
	height: 5px;
	font-size:0px;
}

#navi_container {
	background-color: #990000;
	text-align: left;
}

#navi_content_divider {
	background-color: #EEEEEE;
	height: 5px;
	border-top: 1px solid #990000;
	border-bottom: 1px solid #990000;
	margin-top: 1px;
	font-size:0px;
}

#navi_content {
	position: relative;
	left: 50%;
	margin-left: -310px;
	width: 620px;
	text-align: left;
}

.topnavi_item {
	margin-left: 12px;
}

#subnavi {
	padding: 2px 0px 2px 0px;
	background-color : #F3C278;
	height: 21px;
}

.subnavi_item {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

#footer {
	padding: 2px 0px 2px 0px;
	background-color : #F3C278;
	border-top: 1px solid #ffffff;
	height: 24px;
}

.footer_item {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 7px 7px 7px 7px;
	vertical-align: middle;
	height: 24px;
}

#footer_end {
	background-color : #EB9D26;
	border-top: 1px solid #ffffff;
	height: 5px;
	font-size:0px;
}

.content_text {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #111111;
	line-height: 18px;
}

.content_subheadline {
	font-size: 15px;
	color: #EB9718;
	font-weight: bold;
	border-bottom: 1px solid #EB9718;
	margin-bottom: 14px;
}




/* Pseudo-Formate */

a:link { color: #990000; text-decoration: underline; }
a:visited { color: #990000; text-decoration: underline; }
a:hover { color: #EB9718; text-decoration: underline; }

a.footer_item:link { color: #000; text-decoration: none; }
a.footer_item:visited { color: #000; text-decoration: none; }
a.footer_item:hover { color: #000; text-decoration: none; background-color: #EB9718; }

/* Formulare */

form {
	display: inline;
}

select {
	border-bottom: 1px solid #EB9718;
	font-size: 11px;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #f6f6f6;
	border-left: 4px solid #EB9718;
	padding: 1px 5px 1px 5px;
}

input,textarea {
	font-size: 11px;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #f6f6f6;
	border-left: 4px solid #EB9718;
	padding: 1px 5px 1px 5px;
}

#subnavi select {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #F3C278;
	border: 1px solid #EB9718;
}

/* Diverses */

blockquote {
	font-style: italic;
	margin-left: 30px;
	margin-right: 30px;
}


.button {
	padding: 0px 0px 0px 15px;
	background: url(../images/icon_button.gif) no-repeat 0 4px;
}

img {
	border: 0px;
}

img.float {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

ul {
	list-style-image: url(../images/icon_bullet.gif);
}

.hr {
	border-width: 1px 0px 0px 0px;
	border-top-style: dashed;
	border-top-color: #ccc;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
	display: block;
	clear: both;
}

.hr_table {
	border-width: 1px 0px 0px 0px;
	border-top-style: dashed;
	border-top-color: #ccc;
	height: 1px;
	margin-top: 5px;
	padding-top: 5px;
	display: block;
	clear: both;
}

.searchword {
	background-color: yellow;
}

.help {
	cursor: help;
	color: #660000;
	border-bottom: 1px dashed #660000;
}

.clear {
	display: block;
	clear: left;
}

.img {
	padding: 2px;
	border: 1px dashed #cccccc;
}

.comment {
	padding: 0px 0px 0px 20px;
	background: url(images/icon_comment.gif) no-repeat 0 2px;
}

#avatar {
	background-color: #f6f6f6;
	padding: 3px 5px 6px 10px;
	border: 1px solid #cccccc;
	margin-top: 2px;
}

#alertbox {
	display: none;
	position: absolute;
	z-index: 99;
	left: 50%;
	width: 320px;
	top: 135px;
	margin-left: -160px;
}