/* by Tim Jagusch */

* {
	padding:0;
	margin:0;
}

html, body {
  	background: #575555 url('../images/background.png') repeat-x;
  	font-family: Verdana,"Lucida Grande";
  	font-size: 12px;
  	height:100%;
	text-align: center;
}

h1{
	font-family: Georgia;
	font-size: 36px;
	margin-left:0px;
    margin-right:0px;
    margin-top:0px;
    margin-bottom:0px;
}

h3{
	font-size: 20px;
	margin-left:0px;
    margin-right:0px;
    margin-top:0px;
    margin-bottom:0px;
}

ul{
	font-size: 12px;
	margin-left:0px;
	padding-left:15px;
}
a:link,a:visited {
	text-decoration:none;
	color:#f1901b;
}
a:hover,a:active {
	text-decoration:none;
	color:#f1901b;
}

#wrapper {
	margin:0 auto;
	width: 957px;
	text-align:left;
}

#header {
  	position: relative;
	top: 10px;
	background: url('../images/header.png') no-repeat;
	width: 957px;
	height: 269px;
	font-family: Georgia;
	font-size: 14px;
}

#header_content {
    position: relative;
	left: 20px;
	top: 100px;
	width: 650px;
	text-align: justify;
}


#content {
  	background: url('../images/layout_background.png') repeat-y;
	width: 895px;
	padding-left: 15px;
	padding-top: 10px;
}

#content_pagination {
	background: url('../images/pagination.png') no-repeat;
	width:153px;
	height:22px;
	margin:auto;
	margin-top:25px;
	padding-top:4px;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	
}

#content_pagination a {
	padding:0px 0px 3px 0px;
	color:#FFFFFF;
}

#content_left {
	padding-left:10px;
	float:left;
	width:580px;
}

#content_right {
	position:relative;
	float:right;
	padding-right:20px;
	width:275px;
	top:5px;
	color: #ffffff;
	text-align:left;
}

#content_right li {
	list-style-type:none;
	float: left;
	background: url('../images/abox2_right.png') right no-repeat;
	margin-right:5px;
	margin-bottom:5px;
}

#content_right a {
	white-space:nowrap;
	background: url('../images/abox2_left.png') left no-repeat;
	padding:4px 5px 6px 7px;
	display:block;
	text-align: center;
	margin-right:5px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
}

#footer {
  	background: url('../images/layout_footer.png') no-repeat;
	width: 895px;
	height: 7px;
}

#smsbox {
	position:relative;
	background: url('../images/smstext.jpg') no-repeat;
	width: 382px;
	height: 257px;
	left: 40px;
	top:15px;
	
}

#smsbox_text {
	position:relative;
	color:#000;
	font-family:Georgia;
	font-weight:bold;
	font-size:16px;
	padding:30px;
	top:0px;
	text-align:justify;
}

#smsbox_rating {
	position:relative;
	width:220px;
	left:210px;
	top:-35px;
}


#footer_links {
	position:relative;
	top:5px;
	width: 900px;
	color: #ffffff;
	left:-10px;
	text-align:left;
}

#footer_links li {
	list-style-type:none;
	float: left;
	background: url('../images/abox_right.png') right no-repeat;
	margin-right:5px;
	margin-bottom:5px;
}

#footer_links a {
	background: url('../images/abox_left.png') left no-repeat;
	padding:4px 5px 6px 7px;
	display:block;
	text-align: center;
	margin-right:5px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
}

/* CSS-Menü */
#header #header_menu a {
	position:absolute;
	text-decoration:none;
}


#header #header_menu a span {
	visibility:hidden;
}


#header_menu a#menu_rectangle0{
        top: 10px;
        width: 235px;
        height: 70px;
        background-image: none;
}


#header_menu a#menu_rectangle1{
	top: 233px;
	width: 133px;
	height: 35px;
	background-image: none;
}

#header_menu a#menu_rectangle2{
	top: 233px;
	width: 112px;
	height: 35px;
	left:135px;
	background-image: none;
}

#header_menu a#menu_rectangle3{
	top: 233px;
	width: 95px;
	height: 35px;
	left:249px;
	background-image: none;
}

/* AJAX-Bewertungssystem */
#star ul.star {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 122px;
	height: 39px;
	left: 2px;
	top: 0px;
	position: relative;
	float: left;
	background: url('../images/stars.png') no-repeat;
	cursor: pointer;
}

#star li {
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	width: 122px;
	height: 39px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0;
}

#star li.curr {
	background: url('../images/stars.png') left -39px no-repeat;
	font-size: 1px;
}

#star div.user {
	position: relative;
	top: 3px;
	text-align:right;
	width:85px;
	float: left;
	font-size: 30px;
	font-family: "trebuchet ms";
	color: #888;
}
