/* allgemein */

html, body {
	background-color: #f2f2f2;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width:1300px;
	}

/* links */


#links {
	display:inline;
	float: left;
	border: solid 0px red;
	width: 275px;
	min-height: 500px;
	height:auto !important; /* Important Regel für moderne Browser */ 
	height:100%; /* Mindesthöhe für den IE */ 
	}
	

#logo {
	margin-top: 8px;
	margin-left: 8px;
	}


#angebote {
	background-color: #E9F0FF;
	border: solid 1px #96999E;
	border-radius: 8px;
	width: 233px;
	min-height: 430px;
	margin-left: 15px;
	margin-top: 62px;
	
	padding: 6px;
	padding-top: 20px;
	padding-bottom: 20px;
	}


#info {
	font-family:Arial,Helvetica,sans-serif; 
	font-size:11px; 
	font-weight:normal;
	margin-top: 5px;
	margin-left: 25px;
	margin-bottom: 40px;
	}

#infoRow {
	display: inline-block;
	width:200px;
	}


#infoTxt {
	padding-top: 5px;
	}


/* angebot */

#head {
	font-family:Arial,Helvetica,sans-serif; 
	font-size:15px; 
	font-weight:normal;
	color: #132C91;
	margin-left:10px;
	margin-bottom:15px;
	}


#bull {
	color: #fc7f00; 
	height: 20px; 
	margin-top: -6px;
	margin-right: 2px; 
	font-size:30px; 
	float: left; 
	display:inline-block;
	}

#bull2 {
	color: #000; 
	height: 20px; 
	margin-top: -6px;
	margin-right: 2px; 
	font-size:30px; 
	float: left; 
	display:inline-block;
	}

#bull3 {
	color: #10A9DD; 
	height: 20px; 
	margin-top: -6px;
	margin-right: 2px; 
	font-size:30px; 
	float: left; 
	display:inline-block;
	}
	
	
#bull4 {
	color: #FDCD00; 
	height: 20px; 
	margin-top: -6px;
	margin-right: 2px; 
	font-size:30px; 
	float: left; 
	display:inline-block;
	}




#txt {
	width:210px;
	display:inline-block;
	padding:4px;
	border-radius: 3px;
	}

#txt_noLink {
	width:210px;
	display:inline-block;
	padding:4px;
	border-radius: 3px;
	}


#angebot_item {
	font-family:Arial,Helvetica,sans-serif; 
	font-size:12px; 
	font-weight:normal;
	color: #333;
	margin-top:6px;
	}

#angebot_head {
	font-weight: bold;
	color: #1b1b1b;
	}

#angebot_txt {
	color: #333;
	}

#txt:hover {
	background-color: #b8c6e5;
	}


/* mitte */
	

#mitte {
	border: solid 0px blue;
	background-image: url(/media/mitteBG.jpg);
	background-repeat: repeat-y;

	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height:auto !important; /* Important Regel für moderne Browser */ 
	height:100%; /* Mindesthöhe für den IE */ 
	overflow: hidden !important; /* FF Scroll-leiste */
	}
	

#navi {
	font-family:Arial,Helvetica,sans-serif; 
	font-size:15px; 
	font-weight:normal;
	margin-top:20px;
	margin-bottom:10px;
	padding-bottom:20px;
	margin-left:14px;
	width:1000px;
	color: #333;
	display:block;
	}


#home {
	color: #333;
	display: inline-block;
	float:left;
	margin-left: 35px;
	}

#impressum {
	display: inline-block;
	float:right;
	margin-right: 30px;
	}

.link {
	text-decoration:none;
	color: #333;
	cursor: pointer;
	}

.link:hover {
	font-weight: bold;
	}


#main_pict {
	margin-left: 14px;
	margin-bottom:20px;
	} 


#content {
	margin-left: 14px;
	height:600px;
	} 

