/* Copyright Ralph Kugler und Vitanero Ltd. */


/* Link Style für das FAQ */
.faq_vitanero:link {
	color:#000000; 
	text-decoration:none;
}

.faq_vitanero:visited {
	color:#ff0000; 
	text-decoration:none;
}

.faq_vitanero:active {
	color:#0000ff; 
	text-decoration:none;
}

.faq_vitanero:hover {
	color:#0000ff; 
	text-decoration:underline;
}

.faq_list {
	padding: 20px;
	margin: 0;
}

/* Interne Links */
.intern:link {
	color:black; 
	text-decoration:none;
}

.intern:visited {
	color:grey; 
	text-decoration:none;
}

.intern:hover {
	color:red; 
	text-decoration:underline;
}

.intern:aktive {
	color:red; 
	text-decoration:none;
}

/* Externe Links */
a:link[target="_blank"] {
	color:blue; 
	text-decoration:none;
}

a:visited[target="_blank"] {
	color:grey; 
	text-decoration:none;
}

a:hover[target="_blank"] {
	color:red; 
	text-decoration:underline;
}

a:aktive[target="_blank"] {
	color:red; 
	text-decoration:none;
}

/* Allegemeine Formatierung aller Textelemente */
body {
	font-family: Arial, Helvetica, sans-serif; 
	line-height: 135%;
}

.red_b {
	font-size:120%;
	font-weight:bold;
	color:black;
	text-decoration:none;
}

.small {
	font-size:75%;
	line-height:100%;
	font-style:none;
}

.quelle {
	font-style:italic;
}

.qoute {
	border: solid 2px #0037ff;
	background-color: #dddddd;
	padding: 10px;
	margin: 25px 45px;
	}

img {
	margin: 5px 15px 10px 15px;
}

.img_start {
	margin:0;
}


/* div Formatierung */
.block {
	float:left;
	width:100%;
	margin:15px;
}

.vor {
	float: left;
	font-size: 80%;
}

.nach {
	float: right;
	font-size: 80%;
}

#wrapper {
	width:950px;
	background-color: #00eaff;
}

#content {
	float:left;
	width:749px;
	padding: 20px;
	background: url(../images/whitePIX.bmp) repeat;	
}

#footer {
	width:940px;
	margin: 10px 0 0 0;
	padding: 5px;
	text-align:center;
	font-size: 80%;
	border-top: solid 2px #0037ff;
}

#header {
	width: 950px;
	height: 70px;
	background: url(../images/logo.png) no-repeat center;
	background-color: #ffffff;	
}

#warenkorb {
	float:right;
	width:100px;
	margin: 15px 3px 0 0;
}

#navi_left {
 float:left;
 width:160px;
 padding: 0 0 0 0;
}

#navi_vert {
	width:100%;
	padding: 0 0 15px 0;	
}

#startpage {
	width:850px;
	padding: 5px 50px 0 50px;
}

/* Extra Seiten für Versuch */
#wrapper_start {
	width:700px; margin:auto;
}

#content_start {
	padding: 30px;
	text-align:justify;
}

.center_start {
	text-align:center;
}

.ro {
	background:url(../images/roundedbox_ro.gif) top right no-repeat;
}

.lo {
	background:url(../images/roundedbox_lo.gif) top left no-repeat;
}

.ru {
	background:url(../images/roundedbox_ru.gif) bottom right no-repeat;
}

.lu {
	background:url(../images/roundedbox_lu.gif) bottom left no-repeat;
}


