/* BODY */

body {
    background: #efefef;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	font-size: 90%;
	margin: 0;
	padding: 0;
	color: #2d2d2d;
}


/* HEADER */

#header {
	background: #fff;
	overflow: hidden;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	text-align: left;
	width: 1000px;
	overflow: hidden;
}

#header_left {
	height: 60px;
	float: left;
	margin: 10px 0 0 0;
	padding: 0 0 0 15px;
	text-align: left;
	width: 247px;
}

#header_right {
	height: 90px;	
	float: right;
	font-size: 90%;
	line-height: 1.8;
	margin: 10px 10px 10px 0;
	padding: 0;
	text-align: right;
	width: 728px;
}



/* HEADER MENU */

#header_menu {
	margin: 0;
	padding: 0;
}

#header_menu ul {
	border-bottom: 5px solid #3984CE;
	margin: 0 0 0 10px;
	float: left;
	padding-left: 0;
	font-size: 90%;
	background: #fff;
	width: 980px;
}

* html #header_menu ul { /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
	margin-bottom: 1em;
}

#header_menu ul li {
	display: inline;
}

#header_menu ul li a {
    background: #000000;
	float: left;
	color: #ffffff;
	font-weight: bold;
	padding: 7px 30px 6px 30px;
    border-right: 1px solid #fff;
	text-decoration: none;
    border-bottom: 1px solid #fff;
}

#header_menu ul li a:visited {
	color: white;
}

#header_menu ul li a:hover, #header_menu ul li a#selected {
	color: #fff;
	background: #3984CE;
    border-bottom: 1px solid #3984CE;    
}


/* SEARCH BOX INDEX */

#search_box_index {
	border-left: 5px solid #3984CE;
	border-right: 5px solid #3984CE;
	border-bottom: 5px solid #3984CE; 	 
	background: url(/images/foto_02_sm.jpg) no-repeat left bottom #fff;
	padding: 30px 20px 20px 20px;
}

#search_box_index h1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	font-size: 180%;
	font-weight: normal;
	margin: 0 0 10px 0;
}

#search_box_index p {
	font-weight: normal;
	line-height: 1.8;
	margin: 0 0 10px 0;
	font-size: 100%;
}



/* SEARCH BOX CATEGORY */

#search_box_category {
	border-left: 5px solid #3984CE;
	border-right: 5px solid #3984CE;
	border-bottom: 5px solid #3984CE; 
	background: url(/images/foto_01_sm.jpg) no-repeat right top #fff;
	padding: 20px 25px 20px 25px;
}

#search_box_category h1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	font-size: 180%;
	font-weight: normal;
	margin: 0 0 10px 0;
}

#search_box_category p {
	font-weight: normal;
	line-height: 1.8;
	margin: 0 0 10px 0;
	font-size: 100%;
}

#search_box_category .button_submit {
	font-size: 90%; 
	padding: 6px 8px 5px 8px; 
	background-color: #3984CE; 
	border: 1px solid #393939; 
	color: #fff; 
	font-weight: bold; 
	cursor: pointer;
}

#searchform {
    margin: 0; 
    padding: 0; 
    text-align: left;   
}

#searchform td {
    padding: 5px 10px 5px 0;   
}



/* CONTENT */

#content {
	background: #fff;
	clear: both;
	font-size: 100%;
	margin: 0 auto 0 auto;
	overflow: hidden;
	text-align: left;
	width: 980px;
	padding: 0 10px 0 10px;
}

#content a, a:visited {
    color: #375276;
	text-decoration: underline;
}

#content a:hover {
	color: #375276;
	text-decoration: none;
}


/* CONTENT LEFT */

#left {
	width: 610px;
	background: #ffffff;
	float: left;
	margin: 0;  
    padding: 0 30px 0 30px;  
}

#left h1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	font-size: 180%;
	font-weight: normal;
	margin: 20px 0 5px 0;
}

#left h2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	font-size: 130%;
	font-weight: normal;
	line-height: 1.6;	
	margin: 20px 0 10px 0;
}

#left h3 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	font-size: 110%;
	font-weight: normal;
	line-height: 1.6;	
	margin: 20px 0 10px 0;
}

#left p {
	font-size: 90%;
	font-weight: normal;
	line-height: 1.8;
	margin: 0 0 10px 0;
	text-align: justify;
}

#left ul {
    font-size: 100%;
    margin: 0 0 0 30px;
    padding: 0;    
}

#left li {
    font-size: 90%;
	font-weight: normal;
	line-height: 1.6;
    list-style-type: square;
	margin: 0 0 10px 0;
    padding: 0;
	text-align: left;
}

#left table {
    font-size: 90%;
    font-weight: normal;
	line-height: 1.6;
	margin: 0;
    padding: 0;
	text-align: left;
    width: 100%;
}

#left table td {
    padding: 0 10px 10px 0;
}

#left .top_anbieter { 
	text-align: center; 
	margin: 0 0 20px 0;   
}

#left .top_anbieter img { 
    margin: 0 10px 0 10px;
}


/* CONTENT RIGHT */

#right {
	width: 300px;
	background: #ffffff;
	float: right;
	margin: 0;
}

#right h2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	font-size: 130%;
	font-weight: normal;
	margin: 0 0 10px 0;
}

#right .sidebar_schnellvergleich {
    border: 5px solid #99CC00;
    padding: 15px 10px 10px 10px;
    font-size: 100%;
    margin: 10px 0 10px 0;
    text-align: center;
}

#right .sidebar_schnellvergleich a, a:visited, a:hover {
	color: #2d2d2d;
	text-decoration: none;
}

#right .sidebar_fotodienst {
    border: 5px solid #99CC00; 
	background: #fff; 
	color: #393939;
	font-size: 90%;
	line-height: 1.6;
	overflow: hidden; 
	padding: 18px 18px 18px 18px; 
	margin: 10px 0 0 0;
}


/* CONTENT FULL */

#full {
	width: 910px;
	background: #ffffff;
	float: left;
	margin: 0;  
    padding: 0 30px 20px 30px;  
}


/* GUTSCHEINE */

.gutschein {
    color: #000;
	text-decoration: none;
}

.gutschein-title {
	font-size: 90%;
	line-height: 1.6;
	margin: 0;
}

.gutschein-code {
	font-size: 90%;
	line-height: 1.6;
	margin: 0;
}

.gutschein-details {
	color: #898989;
	font-size: 70%;
	line-height: 1.6;
	margin: 3px 0 10px 0;
}



/* LISTING */

#listing {
	background: #FFF;
	clear: both;
	font-size: 100%;
	margin: 0 auto 0 auto;
	overflow: hidden;
	text-align: left;
	width: 980px;
	padding: 0 10px 20px 10px;
}

#listing a, a:visited {
	color: #375276;
	text-decoration: underline;
}

#listing a:hover{
	color: #375276;
	text-decoration: none;
}

.sparbox {
	border: 5px solid #99CC00; 
	background: #fff; 
	overflow: hidden; 
	padding: 15px 0 15px 0; 
	margin: 0 0 20px 0;
}

#results {
	width: 980px;
	padding: 0;
	font-size: 100%;
}

#results td {
	padding: 10px 10px 0 10px;
	margin: 0;
	font-size: 100%;
}

#results td img {
	padding: 0;
	margin: 0;
}

#results .tableheader {
	background: #ffffff;
	font-weight: bold;
	font-size: 70%;
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 10px;
	padding-top: 10px;
}

#results .tablebottom {
	background: #ffffff;
	font-weight: bold;
	font-size: 70%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.greybox {
	border: 1px solid #d9d9d9; 
	background: #fff; 
	color: #393939;
	font-size: 80%;
	line-height: 1.8;
	overflow: hidden; 
	padding: 4px 18px 4px 18px; 
	margin: 20px 0 0 0;
}


/* FOOTER */

#footer {
    background: #ffffff;    
    color: #393939;
	margin: 0 auto 0 auto;
    overflow: hidden;
	padding: 20px 10px 20px 10px;
	text-align: left;
	width: 980px;
}

#footer p {
	font-size: 80%;
	margin: 0;
	line-height: 1.8;
}

#footer a, a:visited {
	color: #393939;
	text-decoration: none;
}

#footer a:hover {
	color: #393939;
	text-decoration: underline;
}
