/* Main */
body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	text-align: left;
	color:#333333;
	background-color: #eaeaea;
}

/* Links */
a:link {
	color: #900000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #900000;
}
a:hover {
	text-decoration: underline;
	color: #900000;
}
a:active {
	text-decoration: none;
	color: #900000;
}
a.b_link {
	color: #efb2b2;
	text-decoration: none;
}

/* Headlines */
h1 {
	background: transparent url(../images/box_head.png) repeat-x;
	color: #ffffff;
	font-family: "Segoe UI", Tahoma, Verdana, sans-serif;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	margin-top:0px;
	height:25px;
}
h2 {
	font-size: 14px;
	color: #009900;
	border-bottom: 1px solid #009900;
	font-weight: bold;
	margin: 15px 0px 5px 0px;
	padding: 0px;
	font-family: "Segoe UI", Tahoma, Verdana, sans-serif;
	text-transform: uppercase;
}
h3 {
	font-size: 13px;
	color: #990000;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-family: "Segoe UI", Tahoma, Verdana, sans-serif;
}

/* Top Navi */
html>body ul .navtop {
	float: right;
}
ul.navtop {
	list-style: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: right;
	background: #333333 url(../images/menu_bg.png) repeat-x;
	color: #ffffff;
	font-weight: bold;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #999999;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}
ul.navtop li {
	list-style: none;
	margin: 0px;
	padding: 0px 2px 0px 0px;
	float: right;
	background: url(../images/menu_sep.png) repeat-y top right;
}
ul.navtop a, ul.navtop a:visited {
	font-weight: bold;
	float: left;
	padding: 4px 15px 4px 15px;
	text-decoration: none;
	color: #ffffff;
}
ul.navtop a:hover {
	background: #990000 url(../images/menu_bg2.png) repeat-x;
	text-decoration: none;
	color: #ffffff;
}
ul.navtop a.active {
	background: #990000 url(../images/menu_bg2.png) repeat-x;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
}

/* Search */
.search {
	position: absolute;
	top: 75px;
	left: 10px;
}

.searchimg {
	position: absolute;
	top: 87px;
	left: 12px;
}

/* Formulare */
.input_text {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	padding: 2px;
	width: 570px;
	border: 1px solid #cccccc;
	background: #ffffff url(../images/input_bg.gif) repeat-x;
}
.input_text:hover {
	border: 1px solid #900000;
}
.input_text:focus {
	border: 1px solid #900000;
}
.input_text_searchbox {
	width: 140px;
	padding: 2px 2px 2px 20px;
	background: #ffffff url(../images/input_bg.png) repeat-x top left;
	margin: 10px 10px 0px 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}
.input_text_searchbox:hover {
	border: 1px solid #900000;
}
.input_text_searchbox:focus {
	border: 1px solid #900000;
}
.input_textarea {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	padding: 2px;
	width: 570px;
	height: 200px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	background-image: url(../images/input_bg.gif);
	background-repeat: repeat-x;
}
.input_textarea:hover {
	border: 1px solid #900000;
}
.input_textarea:focus {
	border: 1px solid #900000;
}
.input_submit {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	padding: 3px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	background-image: url(../images/input_bg.gif);
	background-repeat: repeat-x;
}
.input_submit:hover {
	border: 1px solid #900000;
}
.input_submit:focus {
	border: 1px solid #900000;
}
.input_extra {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	padding: 2px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	background-image: url(../images/input_bg.png);
	background-repeat: repeat-x;
}
.input_extra:hover {
	border: 1px solid #900000;
}
.input_extra:focus {
	border: 1px solid #900000;
}

/* Listen */
ul, ul.usercpnav {
	list-style-image: url(../images/bullet_go.png);
	padding: 0px;
	margin: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#ulsub {
	margin-left: 15px;
}
li {
	padding: 0px;
	margin: 0px 0px 0px 20px;
}

/* Container */
#container {
	width: auto;
}
#header {
	height: 116px;
	text-align: right;
	background: #000000
}
#left {
	float: left;
	width: 300px;
	margin: 0;
	padding:15px;
}
#left ul{
	list-style-type: none ;
	padding: 0 0 0 5px;
	margin: 0;
}
#content {
	float: left;
	min-width: 660px;
	min-height:600px;
	padding: 15px 0 0 0;
	margin: 13px 0 0 15px;
}

/* Fieldset */
fieldset {
	background:#8a9799 none repeat scroll 0 0;
	border:1px solid #000000;
	-moz-border-radius:10px;
	-khtml-border-radius:30px;
}
legend {
	border: 1px solid #000000;
	padding: 1px 10px;
	font-weight: bold;
	background: #ffffff;
}

/* Talbes */
.border {
	border: 1px double #B8B8B8;
	width:660px;
}
.box {
	width:652px;
	background-color: #ffffff;
}
.text {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	padding-left:10px;
	padding-right: 10px;
}
.author {
	background: transparent url(../images/box_head.png) repeat-x;
	color: #ffffff;
}
.comments {
	background: transparent url(../images/box_head.png) repeat-x;
	color: #ffffff;
	text-align: center;
}
.preis {
	background: transparent url(../images/box_head.png) repeat-x;
	color: #ffffff;
}
.bestellen {
	background: transparent url(../images/box_head.png) repeat-x;
	text-align: center;
	text-decoration: none;
	font-weight: bolder;
	font-size: small;
}

/* Quote */
.quote_body {
	background:#F5F5F5 none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	margin:0;
	padding:4px;
}
.quote_header {
	border-bottom:1px solid #CCCCCC;
	display:block;
	font-style:normal;
	font-weight:bold;
	margin:4px 0;
}
/*blockquote cite span {
	float:right;
	font-weight:normal;
}*/

/* Information */
.alert {
	background:#FFF6BF none repeat scroll 0 0;
	border:1px solid #FFD324;
	font-size:11px;
	padding:5px 20px;
	text-align:center;
}

/* Footer */
#footer {
	clear:left;
	margin: 0px;
	padding: 3px;
	background: #c00000 url(../images/menu_bg.png) repeat-x;
	color: #ffffff;
	font-weight: bold;
	border-bottom: 2px solid #888888;
	border-top: 1px solid #000000;
	text-align: center;
	font-size: 11px;
}
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color: #ffffff;
}