/* Infos
-----------------------------------------------------
Seite:  Fotorado.de / Fotorado.com
Autor:	MZ
Date: 	05.05.08 @ 11.15 Uhr
Update: 09.06.08 @ 09:30 Uhr
User:	MZ
*/

/* Farben 
-----------------------------------------------------
   Body Background:       Grau #333333
   Main Text:             Weiß #FFFFFF
   Links:                 Weiß #FFFFFF
   Links Hover:			  Weiß #FFFFFF Underlined
   Button:				  Grau #333333
   Button-Border:		  Weiß #FFFFFF
*/

/* Index
-----------------------------------------------------

	1.0 Basics
	
	2.0 Generelle Definitionen

	3.0 Content
	--3.1 Logo
	--3.2 Topnavi
	--3.3 Mainnavi
	--3.4 Produktbeschreibung
	--3.5 Buttons
	--3.6 Beispielbilder
	--3.7 Footer

*/	



/* 1.0 +Basics
---------------------------------------------------*/
@import "reset.css";

@media print {
	* {background: #fff; color: #000;}
	html {font: 62.5%/1.5 georgia, serif;}
	#fr-mainnavi, #fr-footer, #fr-topnavi {display: none;} /* Projektnamen anpassen! */
	}

.clear:after 
			{
			content: ".";
			visibility: hidden;			
			height:     0;
			display:    block;
			clear: both; 
			}

* html .clear
			{
			height: 1%;
			}

.transparent {
	behavior: url("/iepngfix/iepngfix.htc"); /* Nicht wenn Link über BG-Image liegt! */
	}
	

/* 2.0 +Generelle Definitionen
---------------------------------------------------*/
body {
	background:#333333;
	color:#ffffff;
	font:normal 62.5%/1.3em Arial, Helvetica, sans-serif;
	}
	
a {
	color:#fff;
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	}
	
a span {
	font-size:1.3em;
	}

	
strong {
	font-weight:bold;
	}
	
h1 {
	font-size:1.6em;
	font-weight:bold;
	margin:10px;
	}	

span.spacer {
	height:25px;
	}		
/* 3.0 +Content
---------------------------------------------------*/
#fr-wrapper{
	width:960px;
	margin:auto;	
	}


/* 3.1 +Logo 
---------------------------------------------------*/
#fr-logo {
	font:bold 2.2em Arial,Helvetica, sans-serif;
	margin:15px 0 0 0;
	}
	
	
/* 3.2 +Topnavi 
---------------------------------------------------*/
#fr-topnavi {
	width:960px;
	height:31px;
	background: url("/buttons/topnavi.gif") no-repeat top left;
	margin:0 0 10px 0;
	}

#fr-topnavi p {
	font-size:1.2em;
	font-weight:bold;
	padding:10px;
	}


/* 3.3 +Mainnavi 
---------------------------------------------------*/
#fr-mainnavi {
	width:165px;
	float:left;
	margin:0 10px 0 0;
	padding:0 0 20px 0;
	background:url('/buttons/navibottom.gif') no-repeat bottom;
	}


#fr-mainnavi dt.title {
	width:165px;
	height:20px;
	margin:0;
	background:url("/buttons/navitop.gif") no-repeat top;
	list-style:none;
	font:bold 1.8em Arial, Helvetica, sans-serif;
	text-indent:10px;
	padding:7px 0;
	}	

#fr-mainnavi dt{
	font:bold 1.4em/1.6em Arial, Helvetica, sans-serif;
	list-style:inside disc;
	padding:10px 0 0 10px 
	}

#fr-mainnavi dd{
	margin:0;
	padding:0;
	}

#fr-mainnavi ul {
	list-style:inside disc;
	text-indent:20px;
	margin:0;
	}

#fr-mainnavi ul li {
	font:normal 1.2em/1.4 Arial, Helvetica, sans-serif;
}

/* 3.4 +Produktbeschreibung 
---------------------------------------------------*/
#fr-proddescription {
	width:461px;
	float:left;
	margin-right:10px;
	background:url('/buttons/descbottom.gif') no-repeat bottom left;
	}


#fr-proddescription h1{
	background:url('/buttons/desctop.gif') no-repeat top left;
	margin:0;
	height:20px;
	padding:10px 20px 5px;
}

#fr-proddescription h2, #fr-proddescription h3,#fr-proddescription h4{
	clear:both;
	font:bold 1.6em Arial, Helvetica, sans-serif;
	margin:0;
	padding:10px 20px 5px;
}

#fr-proddescription a {
	font-weight:bold;
	line-height:1.5em;
	text-decoration:underline;
	}
#fr-proddescription a:hover{
	font-weight:bold;
	text-decoration:none;
	}


#fr-proddescription p {
	font:normal 1.2em/1.5em Arial, Helvetica, sans-serif;
	padding:0 20px;
	width:400px;
	margin:0 0 20px;
	}


#fr-proddescription table.format {
	font:normal 1.2em/1.4em Arial, Helvetica, sans-serif;
	margin:20px 0 0 20px;
	}

#fr-proddescription table.format td {
	padding:0 0 10px 10px;
	}
	
#fr-proddescription dl {
	margin:0 0 30px 30px;
	}
	
#fr-proddescription dt {
	font:normal 1.2em/1.4em Arial, Helvetica, sans-serif;
	font-weight:bold;
	}

#fr-proddescription dd {
	font:normal 1.2em/1.4em Arial, Helvetica, sans-serif;
	}

#fr-proddescription dd img{
	margin-bottom:-3px;
	}
	
#fr-proddescription dd.break {
	margin-bottom:16px;
	}		
	
.fr-overview-backlink {
	position:relative;
	left:25px;
	font-size:1.1em;
	}
	
	

/* 3.5 +Buttons
---------------------------------------------------*/
ul.fr-orderbutton{
	font-size:1.2em;
	font-weight:bold;
	margin:20px 0 20px 20px;
	width:250px;
	}
li.fr-orderbutton-left {
	float:left;
	background:url("/buttons/orderbutton-left.png") no-repeat;
	width:46px;
	height:46px;
	}
li.fr-orderbutton-middle {
	float:left;
	background:url("/buttons/orderbutton-middle.gif") repeat-x;
	padding:14px 0 0 5px;
	height:25px;
	}

li.fr-orderbutton-right {
	float:left;
	background:url("/buttons/orderbutton-right.gif") no-repeat;
	width:8px;
	height:46px;
	}
	
ul.fr-linkbutton{
	clear:left;
	margin:10px 10px 0 30px;
	padding:0;
	}
	
li.fr-linkbutton-left {
	background: url("/buttons/buttonlinks.gif") no-repeat left;
 	width:10px;
	height:27px;
	float:left;
	}
	
li.fr-linkbutton-middle {
	background: url("/buttons/buttonmitte.gif") repeat-x;
	float:left;
	text-align:center;
	height:27px;
	padding:4px;
	font-size:1.2em;
	}

li.fr-linkbutton-right {
	background: url("/buttons/buttonrechts.gif") no-repeat right;
	float:left;
	width:11px;
	height:27px;
	}	
	
/* 3.6 +Beispielbilder
---------------------------------------------------*/
#fr-samplepics {
	width:314px;
	background: url("/buttons/samplesbottom.gif") no-repeat bottom left;
	float:left;
	margin:0;
	padding:0;
	}

#fr-samplepics h1 {
	background: url("/buttons/samplestop.gif") no-repeat top left;
	height:20px;
	padding:10px 12px;
	margin:0;
	}

#fr-samplepics img {
	margin:0 12px;
	border:1px solid #696969;
	padding:5px;
	}
#fr-samplepics ul.links {
	margin:0 0 0 15px;
	list-style:none;
	}

#fr-samplepics ul.links li {
	font:normal 1.2em/1.6em Arial, Helvetica, sans-serif;
	}

#fr-samplepics ul.links li a{
	font-weight:bold;
	text-decoration:underline;
	}

#fr-samplepics ul.links li a:hover {
	text-decoration:none;
	}

#fr-samplepics p {	
	width:280px;
	margin:-10px 5px 0 10px;
	font:normal 1.2em/1.4em Arial, Helvetica, sans-serif;
	}

/* 3.7 +Footer
---------------------------------------------------*/
#fr-footer {
	clear:both;
	float:left;
	width:960px;
	height:31px;
	background: url("/buttons/footer.gif") no-repeat top left;
	margin:10px 0;
	text-align:right;
	}

#fr-footer p {
	padding:8px;
	font-size:1.2em;
	float:left;
	} 

#fr-footer a {
	padding:0 8px;
	margin:0;
	}

#fr-footer img {
	margin:2px 7px 0 0;
	}
	

