/* CSS Document for PHOTOSTOCK - Copyright by medienschmiede GmbH Hamburg 2006 */


/* allgemeine Einstellungen */

* {
margin: 0px;
padding: 0px;
}

img, a img {
	border:0px;
}

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

a:hover {
	text-decoration: underline;
}

body {
	font-size: 11px; 
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	background-color: #fcfcfc;
	background: #fcfcfc;  /* explicit background color required for Safari */
	color: #666666;
}

h1 {
	font-size: 16px;
	color: grey;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	color: grey;
	font-weight: bold;
}


/* Hier beginnen die Styles fuer den Logo-Head Teil */

#header {
	width: 100%;
	height :91px;
	background-color: #fcfcfc;
	background-image: url(../_img/header_bg.gif);
}

.headlogo {
	position: absolute;
	top: 14px;
	left: 28px;
	width: 77px;
	height: 65px;
}

.headlogo_claim {
	position: absolute;
	top: 46px; /* ohne clean cookies 46px */
	left: 100px;
	width: 190px;
}

/* Mit dem padding schiebe ich das Bild von rechts rŸber, da der header ein align center hat
und mit dem margin von 300 geht es nicht Ÿber das logo rueber */

#callback {
	padding:54px 380px 0px 0px;
	position: relative;
	margin: 0px 0px 0px 300px;
}

/* Navigation rechts oben */

#nav_right_top {
	position:absolute;
	top:16px;
	right:50px;
	text-align: right;
}


#nav_right_top li {
	display: inline;
	margin: 0px;
	padding: 0 10px 0px 10px;
	border: 1px solid #666;
	border-width: 0px 1px 0px 0px;
	white-space: nowrap;
}

.nav_right_flag {
	margin:0px 0px -3px 0px;
	padding-left:0px;
	border: 2px solid;
	border-color:#E3E3D3;
}

#nav_right_top a:hover img {
	border: 1px solid;
	border-color:#999999;
}

#nav_right_top li.last {
	padding-right: 0px;
	border-width: 0px;
}

#nav_right_top li.last img {
	border: none;
}

/* Navigation rechts oben unten ;-) */

#nav_right_top_under {
	position:absolute;
	top:16px;
	right:50px;
	text-align: right;
}


#nav_right_top_under li {
	display: inline;
	margin: 0px;
	padding: 0 10px 0px 10px;
	border: 1px solid #666;
	border-width: 0px 1px 0px 0px;
	white-space: nowrap;
}

#nav_right_top_under a:hover img {
	border: 2px solid;
	border-color:#999999;
}

#nav_right_top_under li.last {
	padding-right: 0px;
	border-width: 0px;
}


/* Hier beginnt der Suchbalken (bar=balken) */

#bar {
	height:32px;
	background-image:url(../_img/header_bg_bar.gif);
}

#bar_content {
	position:relative;
	width:960px;
	height: 29px;
}

#bar_hint {
	position:relative; 
	float:left;
	color:#ffffff;
	padding:11px 5px 0px 0px;
}

#bar_search {
	position:relative; 
	float:left;
	width:275px;
	height:29px;
	background-image:url(../_img/search_bar_bg.gif);
	}

.bar_search {
	position: relative;
	width: 220px;
	height: 14px;
	font-size: 12px;
	background-color: #ffffff;
	color: #000000;
	border-color: #000000;
	border-width: 1px;
	border-style: none;
	margin-top: 9px;
	margin-left: 30px;
	float: left;	
}

#bar_search_button {
	float:left;
	padding: 0px 15px 0px 5px;
}

.white_links {
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
}

#bar_separator {
	position:relative; 
	float:left; 
}

#bar_box_cart {
	position: relative; 
	float: left;
	padding-top: 8px;
}

#lb_arrow {
	position :relative; 
	float: left;
}

#lb_arrow a {
		height: 29px;
		width: 32px;
		display: block;
		background: url(../_img/bar_lb_icon.gif) 0px 0px no-repeat;
		}
#lb_arrow a:hover {	
		background-position: 0px -29px;
		}

#cart_arrow {
	position :relative; 
	float: left;
}

#cart_arrow a {
		height: 29px;
		width: 32px;
		display: block;
		background: url(../_img/bar_cart_icon.gif) 0px 0px no-repeat;
		}
#cart_arrow a:hover {	
		background-position: 0px -29px;
		}


/*  Style fuer die Slideshow  */

.slideshow_box {
	position:absolute;
	width:604px;
	height:320px;
	overflow:hidden;
	/*background-image: url(../_img/start-72607.jpg);*/
}


/*  Styles fuer die Startseiten-Inhalte */

#start_r_column {
	width:290px;
	padding:0px 0px 0px 630px;
	height:320px;
	/*background-color: #33ffaa;*/
}


		/* set the top-left corner-image */
.cd-box {
	background: #d9dac6 url(../_img/corner_tl.gif) no-repeat;
    background-position: top left;
    margin: 0;                 /* reset */
    border: 0;                 /* reset */
    padding: 10px 0 0px 20px; /* padding-left = image gap + interior padding ... no padding-right */
    height: 25px;                /* IE Holly Hack */
    color: #666666;
    text-align: left;
}

		/* set the top-left corner-image */
h5 {
	background: #d9dac6 url(../_img/corner_tl.gif) no-repeat;
    background-position: top left;
    margin: 0;                 /* reset */
    border: 0;                 /* reset */
    padding: 10px 0 8px 20px; /* padding-left = image gap + interior padding ... no padding-right */
    height: auto !important; 
    height: 1%;                /* IE Holly Hack */
    font-size: 14px;
    color: #666666;
    text-align: left;
}

		/* set the top-left corner-image */
.head5 {
	background: #d9dac6 url(../_img/corner_tl.gif) no-repeat;
    background-position: top left;
    margin: 0;                 /* reset */
    border: 0;                 /* reset */
    padding: 10px 0 8px 20px; /* padding-left = image gap + interior padding ... no padding-right */
    font-size: 14px;
    color: #666666;
    text-align: left;
    float:left;
    height:25px;
    width:290px;
}

.start_box_u {
	float: left; 
	width: 290px; 
	height: 78px; 
	margin: 20px 25px 10px 0px;
  background: #d9dac6;
}

.start_box_l {
	float: left; 
	width: 290px; 
	height: 131px; 
	margin: 20px 0px 10px 0px;
  background: #edede4 url(../_img/corner_br.gif) no-repeat;
  background-position: bottom right;
}

#vantages li { margin:0px 0px 1px 0px; }

h4 {
	font-size: 14px;
	color: #f90;
	margin: 0 0 4px 0;
}

h3 {
	font-size: 14px;
	color: grey;
}

/*  Style fŸr die blŠtternfunktion */

.turn {
	text-align: right;
}

.turn li {
	display: inline;
	margin: 0px;
	padding: 0px 5px;
	white-space: nowrap;
}

/* Style fŸr die linke Seite (Ergebnisseite etc.) b_bar= bottom bar */

.b_bar	{
	background-color:#dad9c5; 
	border-top: 1px solid #c3c2a2; 
	border-bottom: 1px solid #c3c2a2; 
	height: 15px;
	width:245px;
	line-height:15px;
	margin-bottom: 1px;
	font-size: 10px;
	font-weight: normal;
	padding:3px 0 0 5px;
	float:left;
}

.b_bar2	{
	background-color:#dad9c5; 
	border-top: 1px solid #c3c2a2; 
	border-bottom: 1px solid #c3c2a2; 
	height:15px;
	width:250px;
	float:left;
}

/* Inputfelder text nur mit schmalem Rahmen */

.input_small_left {
	width: 206px;
	height: 14px;
	font-size: 12px;
	background-color: #ffffff;
	color: #000000;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
}

/* Inputfeld fŸr den colorpicker farbwert */

.input_colorpicker {
	width: 53px;
	height: 14px;
	font-size: 11px;
	background-color: #ffffff;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
	text-align:center;
	margin-right: 14px;
}


/* Definition der Submit-Buttons */

input.submit_button {
	color: #666666;
	background-color: #d5d4b9;
	padding: 0px 0px 0px 0px;
	width: 53px;
	font-weight: bold;
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-size: 9px;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
	float: right;
}

/* Styles fŸr den Footer */

#footer1 { 
	clear:both; 
	position:relative; 
	background-color:#edede4; 
	border-top: 1px solid #e5e5e5; 
	border-bottom: 1px solid #e5e5e5; 
	text-align: center; 
	margin-top:40px; 
	padding:5px; 
}

#footer1 li {
	font-size:11px;
	display: inline;
	margin: 0px;
	padding: 0px 8px 0 8px;
	border: 1px solid #999;
	border-width: 0px 1px 0px 0px;
	white-space: nowrap;
}

#footer1 li.last {
	padding-right: 0px;
	border-width: 0px;
}

/* FEHLERHINWEISE ERRORS */

#error_box{
	display:none;
	position: absolute;
	top:10px;
	left:50%;
	z-index:9999;
	width:500px;
	height:auto;
	margin:0px 0 0 -250px;
	text-align:left;
	padding: 0 0px 0px 0px;
	background:#cccccc; 
	border:3px dotted #cccccc; 
}

/* #error_box[id]{
	position:fixed;
} */


ul.lb {
list-style-image:url(../_img/vantages_li.gif);
}

input.submit_lb {
	background-image: url(../_img/weiter_button.gif);
}

/* Styles fuer die Navigation links bei Services etc. */
	
.classon a{
	font-weight:bold;
	color:#990000;
}

.classoff a{
	color:#999999;
}

/* Style fuer die Buttons */
.formbutton {color:#ffffff;background-color:#ff9900;font-weight:bold;padding:1px 6px 1px 6px;border:1px solid white;font-size:11px;}
/* Wir haben aussenherum den zweiten Rahmen */
.formbuttonborder {border:1px solid #ff9900;}

/* silberne submit-buttons */
.silver_button { 
  background-color: silver;
  background: silver;  
  color: #000000;
}
/* submit-button 'aendern' auf payment-seite */
.change_button {
  font-size: 11px; 
  font-family: Verdana,Arial,Helvetica,sans-serif; 
  background-color: #f1f2ea;
  background: #f1f2ea;  
  color: #990000;
  border: none;
}
/* erzwingt hellen Hintergrund und schwarze Schrift in Eingabefeldern, leider nicht bei checkboxes */
.force_white {	
  background-color: #fcfcfc;
  background: #fcfcfc;  
  color: #000000;
}

/* Style fuer die Buttons auf der Suchseite */
.formbutton_s {color:#ffffff;background-color:#d5d4b9;font-weight:bold;padding:1px 4px 1px 4px;border:1px solid white;font-size:11px;}
/* Wir haben aussenherum den zweiten Rahmen */
.formbuttonborder_s {border:1px solid #d5d4b9;}

/* Style aus dem FG-Bereich genommen --- muss spŠter noch mal ueberarbeitet werden ;-) */

.pro2box {border:2px solid #cccccc;}
.pro2box .headline {margin:0;padding:3px 0 3px 8px;border-width:0 0 2px 0;border-color:#cccccc;border-style:solid;}
input.pro2box {background-color:#ff9900;border:none;font-weight:bold;color:#ffffff;padding:2px 6px 2px 6px;}