/*
-----------------------------------------------
Author:   Torge Jörrens
----------------------------------------------- */


/* ALLGEMEIN 
----------------------------------------------- */

body {
	background-image:url(/images/img_hintergrund_neu.gif);
	background-repeat:repeat-x;
	background-color:#E6F1F7;
	text-align:center;
	padding:0px;
	margin:0px;
}

body,p,br,p,ol,div,table,td,th,tr,address,blockquote{
	font-family:tahoma,arial,helvetica,sans-serif;
	list-style-type:disk;
	line-height:1.5em;
	font-style:normal;
	font-size:11px;
	color:#333333;
}

#header  {
	background-image:url(/images/img_hintergrund_header.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	margin:10px 0px 0px 10px;
	width:980px;
	height:130px;
}

#abbildung  {
	background-image:url(/images/img_hintergrund_abbildung_winter.jpg);
	background-repeat:no-repeat;
	width:980px;
	height:130px;
}

#footer {
	background-image:url(/images/img_hintergrund_footer.gif);
	background-repeat:no-repeat;
	width:1000px;
}

/* SEITE 
----------------------------------------------- */

#datum {
	padding:5px 20px 5px 0px;
	float:right;
}

#rahmen {
	background-color:#ffffff;
	margin:0 auto;
	text-align:left;
	width:1000px;
}

#content {
  	width:800px;
	float:left;
}

#content_links {
  	float:left;
  	width:200px;
}

#content_mitte {
	margin:0px 0px 0px 0px;
  	float:right;
  	width:600px;
}

#content_rechts {
  	float:left;
	width:200px;
}

.clear {
	clear:both;
}

/* LINKS 
----------------------------------------------- */

a {
	text-decoration:none;
	color:#005C92;
	font-size:11px;
}

a:hover {
	text-decoration:underline;
	color:#005C92;
	font-size:11px;
}

a.hm {
	text-decoration:none;
	color:#FFFFFF;
	font-size:11px;
}

a.hm:hover {
	text-decoration:none;
	color:#C0DBEB;
	font-size:11px;
}

a.eintrag {
	text-decoration:none;
	color:#005C92;
	font-size:12px;
}

a.eintrag:hover {
	text-decoration:underline;
	color:#005C92;
	font-size:12px;
}

a.adresse {
	text-decoration:none;
	color:#0068A5;
	font-size:10px;
}

a.adresse:hover {
	text-decoration:none;
	color:#0068A5;
	font-size:10px;
}

a.footer {
	text-decoration:none;
	color:#66AAD0;
	font-size:10px;
}

a.footer:hover {
	text-decoration:none;
	color:#999999;
	font-size:10px;
}

/* UEBERSCHRIFTEN 
----------------------------------------------- */

h1 {
	font-size:16px;
	color:#005C92;
	padding:0px;
	margin:0px;
}


h2 {
	margin-bottom:5px;
	font-size:12px;
	color:#005C92;
	margin:0px;
	padding:0px;
}

h3 {
	font-size:12px;
	color:#525252;
	margin:0px;
	padding:0px;
}

h4 {
	font-size:12px;
	color:#005C92;
	padding:0px;
	margin:0px;
}

h5 {
	font-size:14px;
	color:#005C92;
	margin:0px;
	padding:0px;
}

/* AUSGABE 
----------------------------------------------- */

#eintrag {
	border:1px solid #DAEBF6;
	padding:8px;
}

.eintraglistung {
	border:1px solid #DAEBF6;
	padding:8px;
}

#eintrag h2 {
	padding:0px;
}

.empfehlung {
	width:250px;
}

* html .empfehlung {
	width:250px;
}

/* RUBRIKEN 
----------------------------------------------- */

#rubriken {
	border:1px solid #E6F1F7;
	padding:8px;
}

/* ABSTAND 
----------------------------------------------- */

.abstand {
    font-size: 1px;
    line-height: 1px;
    height: 5px;
}

/* ELEMENTE 
----------------------------------------------- */

.text {
	width:560px;
}

.aktiv {
	background-color:#ECF5F9;
}

.schrift10g {
	color:#858585;
	font-size:10px;
}

.anzahl {
	color:#858585;
}

.teaser {
	background-color:#F8F8F6;
	width:165px;
}

.werbeteaser {
	background-image:url(/images/img_hintergrund_teaser_sommer.gif);
	background-repeat:no-repeat;
	width:274px;
	height:103px;
}

.bild {
	width:184px;
}

.farbe {
	color:#FF0099;
}

.preisfeld {
	border:1px solid #005C92;
	text-align:right;
	width:194px;
	padding:8px;
}
	
	
	
/* ADMIN 
----------------------------------------------- */

.textarea_erweitert {
	font-family: arial, helvetica, sans-serif;
	background-color:#EBF0F5;
	font-size: 11px;
}

.input_erweitert {
	font-family: arial, helvetica, sans-serif;
	background-color:#EBF0F5;
	font-size:11px;
	height:19px;
}

.exklusiv {
	color:#FF00A8;
}

.code {
	font-family:tahoma,arial,helvetica,sans-serif;
	font-size:11px;
	border:1px dotted #808080;
	color:#808080;
}

/* FORMULARE 
----------------------------------------------- */

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

.input {
	font-family: arial, helvetica, sans-serif;
	font-size:11px;
	height:19px;
}

.textarea {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}

.button {
	margin-left:3px;
}
