/* =========================================================================== */
/* Global */
/* =========================================================================== */

h1,h2,h3,html,body,p {
	margin:0;
	padding:0;
	font: 12px verdana, arial, sans-serif; 
	font-weight: bold;
}
                          
body {
	color: #000000;
	width: 1240px;
	background-color: #7993BE;
	background-image: url(/images/himmel.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

html, body {
	height: 100%;
}
	
img {
	border: 0;
}

h2 {
	font: 18px verdana, arial, sans-serif; 
	font-weight: bold;
}

h3 {
	color: #7082b8;
}
   
input, select, .check {
   background: #FFFFFF;
   border: 0px #FFFFFF;
   width: auto;
   height: 20px;
   font: 14px bolder;
}

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

a.hover {
	text-decoration: none;
}

.debug 			{	border: 1px solid #FFFF00; }

div.content {
	background: #cbd9ea;
	height: 460px;
	margin-top: 120px;
	margin-left: 120px;
	margin-right: 85px;
}

/* =========================================================================== */
/* Motto */
/* =========================================================================== */

div.motto {
	color: #ffcc66;
}

div.m1 {
	position:absolute;
	top: 320px;
	left: 300px;
}

div.m2 {
	position:absolute;
	top: 380px;
	left: 400px;
}

div.m1 a {
	color: #ffcc66;
}

div.m2 a {
	color: #ffcc66;
}

.m_l {
	font-size: 60px;
}

.m_m {
	font-size: 24px;
}

.m_s {
	font-size: 18px;
}

/* =========================================================================== */
/* Header */
/* =========================================================================== */

div.header {
	background: #a2b9d6;
	height: 30px;
}

	div.header div.tab_hl {
		background: #cbd9ea;
		padding: 7px 35px 3px 35px;
		height: 20px;
		float: left;
	}
	
	div.header div.tab {
		background: #a2b9d6;
		padding: 7px 35px 3px 35px;
		height: 20px;
		float: left;
	}
	
	div.header div.yell-o {
		background: #ffcc66;
		width: 35px;
		height: 30px;
		float: left;
	}

/* =========================================================================== */
/* Content */
/* =========================================================================== */

div.main {
	background: #cbd9ea url(/images/kreis_rechts_oben.gif) no-repeat top right;
	height: 360px;
	padding-top: 40px;
	padding-left: 40px;
	z-index: 1;
}

div.footer_border {
	background: #cbd9ea url(/images/balken_unten.gif) repeat-x left;
	height: 13px;
}

div.footer {
	background: #a2b9d6 url(/images/kreis_links_unten.gif) no-repeat top left;
	height: 63px;
}

/* =========================================================================== */
/* Inhalte */
/* =========================================================================== */

div.col {
	float: left;
	width: 450px;
	margin-right: 20px;
}

	div.col td {
		height: 21px;
	}
	
	div.col td.icon {
		width:14px;
		background: url(/images/star.gif) no-repeat top left;
	}
	
	div.col td.desc {
		width:360px;
	}

	div.col td.price {
		width:70px;
	}

	div.breit {
		clear: left;
		padding-top: 20px;
	}

