/* BEGIN common definitions */

/* colors

	orange (background):	#fffbf7
	blue (background):		#f5f6fa
	blue (font):			#10106a
	white (background):		#ffffff

*/

*{
	margin: 0px;
	padding: 0px;
	border-style: none;
	list-style-type: none;
	text-decoration: none;
	background: none;
}
html{
	font-size: small;
	font-family: Verdana, Helvetica, Arial,sans-serif;
	width: 100%;
	color: #000000;
}
h1{}
p{
	font-size: 100%;
	margin: 0em 0px 1em 0px;
	line-height: 1.2em;
}
p.no-margin{
	margin: 0px;
}
/* used at: termine for headlines */
h2{
	font-size: 14px;
	margin-top: 30px;
	margin-bottom: 5px;
}
/* used at: modules for headlines */
h3{
	font-size: 13px;
	margin: 0em 0px 0px 0px;
	padding: 0px;
}


/* END common definitions */
/* BEGIN background settings */
body.orange {
	background-color: #fffbf7;
}
body.blue{
	background-color: #f5f6fa;
}
body.white{
	background-color: #ffffff;
}

.img1_orange{
	background: url(../img/hintergrund/hg_1.jpg) no-repeat 0 0 ; 
}
.img1_blue{
	background: url(../img/hintergrund/hg_1b.jpg) no-repeat 0 0 ; 
}
.img2_orange{
	background: url(../img/hintergrund/hg_2o.jpg) no-repeat 0 0 ; 
}
.img2_blue{
	background: url(../img/hintergrund/hg_2.jpg) no-repeat 0 0 ; 
}
.img3_orange{
	background: url(../img/hintergrund/hg_3.jpg) no-repeat 0 0 ; 
}
.img3_blue{
	background: url(../img/hintergrund/hg_3b.jpg) no-repeat 0 0 ; 
}
/* END background settings */
/* BEGIN layout elements */
#logo_index{
	 width: 559px;
	 height: 481px;
	 position: absolute;
	 	left: 50%;
		margin-left: -280px;
		top: 50%;
		margin-top: -240px; 
}
#mainframe{
	width: 958px;
	margin: auto;
		margin-top: 25px;
}
#minsize{
	float: right;
	width: 0px;
	height: 608px;
}
#navigation{
	float: left;
	height: 150px;
	width: 955px;
	background: url(../img/blueline.gif) no-repeat 0px 100px;
}
#content{
	float: left;
	width: 955px;
}
#clear{
	clear: both;
}
#footer{
	width: 100%;
	height: 110px;
	background: url(../img/blueline.gif) no-repeat 0px 54px;
}
/* END layout elements */
/* BEGIN structure content */
#content #cframe{
	width: 530px;
	margin: 10px 0px 0px 215px;
}

#content #cframe u{
	text-decoration: underline;
}
#content #cframe ul{

	padding-left: 20px;
	line-height: 2em;
}
#content #cframe ul li{
	font-size: 100%;
	list-style-type: disc;
}
#content #cframe .note{
	font-size: 75%;
}
#content #cframe ul.angebote{
	margin-top: 75px;
}
#content #cframe ul.angebote li{
	list-style-type: none;
}
/* Linkeigenschaften */
#content #cframe a:link{
	color : rgb(0,63,134);
}
#content #cframe a:visited{
	color : rgb(0,63,134);
}
#content #cframe a:hover {
	color : rgb(240,201,163);
}
#content #cframe a:active {
	color: rgb(240,201,163);
}
/* END structure content */
/* BEGIN navigation and header */
#navigation ul{
	float: left;
	margin-top: 75px;
	width: 740px;
	margin-left: 25px;
}
#navigation #logo{
	float: right;
	margin-right: 81px;
	margin-top: 34px;
}
#navigation li{
	float: left;
	width: 110px;
	text-align: center;
}
/* END navigation, header */
/* BEGIN footer */
#footer img{
	float:right;
	margin-right: 73px;
	margin-top: 9px;
}
/* END footer */