/*CSS Seite für XS-CMS*/

html, body {
	height:100%;
	margin: 0;
}
	
body {
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #d6e6f5;
}

p {
	margin: 0;
}

td {
	font-size: 12px;
	font-weight: normal;
}

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

a:hover {
	color: #333;
}

h1 {
	font-size: 12px;
 	color: #333333;
	font-weight: bold;
	margin-top: 0;
}

.size_20px {
	font-size: 20px;
}

.size_16px {
	font-size: 16px;
}

.size_14px {
	font-size: 14px;
 	color: #999999;
}

.size_11px {
	font-size: 11px;
}

.size_10px {
	font-size: 10px;
}

/*Mainbox*/

#mainbox {
	width: 969px;
	background-repeat: no-repeat;
	background-position: bottom;
	height: 63%;
	min-height: 410px;
	padding-bottom: 15px;
	text-align: left;
	margin: auto;
}

#print {
	display: none;
}

/*Frame*/

#picture {
	position: relative;
	width: 969px;
	height: 230px;
	margin: auto;
}

/*Navbox*/

#navbox {
	width: 175px;
	float: left;
}

#nav_logo {
	width: 164px;
	height: 100px;
	margin-top: 10px;
	margin-left: 11px;
	font-size: 10px;
}

/*Contentfeld*/

#content_box {
	width: 787px;
	height: 100%;
	min-height: 410px;
	float: left;
	overflow: auto;
}

#content_left_box {
	width: 587px;
	height: 100%;
	min-height: 410px;
	float: left;
	overflow: auto;
}

/*Newsspalte*/

#news_box {
	width: 200px;
	float: left;
}


/*Inhalte*/

.content {
	margin: 20px 20px 0px 20px;
}

.news {
	margin: 20px 15px 10px 15px;
}

.formular {
	width: 100%;
	float: left;
}

.leer {
	display: none;
}

.red {
	color: #CC0000;
}

.black {
	color: #000000;
}

.green {
	color: #339900;
}

.orange {
	color: #FF913D;
}

.red_small {
	color: #CC0000;
	font-size: 10px;
}

.green_small {
	color: #339900;
	font-size: 10px;
}

.orange_small {
	color: #FF913D;
	font-size: 10px;
}
	
.mehr {
	color: #565656;
	font-size: 10px;
	line-height: 22px;
}
	
.mehr a {
	text-decoration: none;
}

.mehr a:hover {
	color: #CC0000;
}

.datum {
	color: #565656;
	font-size: 10px;
}

.titel {
	font-weight: bold;
	height: 25px;
	color: #333333;
	text-transform: uppercase;
}

#titel_angebote {
	float: left;
	width: 470px;
	height: 25px;
	color: #333333;
	text-transform: uppercase;
}

#titel_aktuell {
	float: left;
	width: 280px;
	height: 25px;
	color: #333333;
}

#content_nav {
	float: left;
	width: 245px;
	height: 25px;
	text-align: right;
}


/* Scroll Bar Master Styling Starts Here */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
	width: 10px;
	background-image: url(../images/scroller_ground.gif);
	background-repeat: repeat-x;
}
.vscrollerbar {
	width: 10px;
	background-color: #999;
	background-image: url(../images/scroller.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.hscrollerbase {
height: 10px;
background-color: white;
}
.hscrollerbar {
height: 10px;
background-color: black;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}
