body {
	margin: 0 auto;
	background: url(img/bg.gif) no-repeat fixed;
	width: 700px;
	color: #434343;
	font: 12px/1.6em "Lucida Grande", Lucida, Verdana, sans-serif;
}

#knoebbe {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 0;
}

#weiss_trans {
	width: 620px;
	margin-top: 50px;
	padding: 20px 40px;
	background-image: url(img/transparent.png) !important;  /* Mozilla only */
   	background-color: transparent !important;       		/* Mozilla only */
   	background-image: none;                      	 		/* IE only */
   	background-color: #ffffff;                      	    /* IE only */
   	filter:alpha(opacity=90);
	border: 1px dashed #c00;
	position: absolute;
}

.rahmen img {
	border: 4px solid white;
	margin-right: 5px;
	margin-bottom: 5px;
}

.rahmen img:hover {
	border: 4px solid #ffad33;
	margin-right: 5px;
	margin-bottom: 5px;
}

.rahmen img:active {
	border: 4px solid #3c0;
	margin-right: 5px;
	margin-bottom: 5px;
}

#vierviertel {
	width: 100%;
	float: left;
}

#dreiviertel {
	width: 60%;
	float: left;
}

#einviertel {
	width: 35%;
	float: right;
	text-align: right;
}

#clear {
	display: block;
	clear: both;
}

p {
}

.copy {
}

.copy a:link {
	color: white;
	background-color: #c00;
	text-transform: uppercase;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
}

.copy a:visited {
	color: white;
	background-color: #007dbd;
	text-transform: uppercase;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;	
}

.copy a:hover {
	color: white;
	background-color: #ffad33;
	text-transform: uppercase;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
}

.copy a:active {
	color: white;
	background-color: #3c0;
	text-transform: uppercase;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;	
}

.slider {
	background-color: #fbf5ed;
	border: 1px dashed #c00;
	padding: 10px;
	margin-bottom: 30px;
}

.slider50 {
	background-color: #fbf5ed;
	border: 1px dashed #c00;
	padding: 10px;
	margin-bottom: 15px;
	margin-right: 15px;
	width: 360px;
}

#label {
	clear: none;
	position: absolute;
	right: 20px;
	top: 10px;
	z-index: 0;
}

/* @group navi */

#navi {
	margin-bottom: 12px;
	height: 40px;
	background-color: #ffad33;
}

#n_start {
	background-image: url(img/navi/navi_r1_c1.gif);
	width: 93px;
	height: 40px;
	float: left;
	margin-left: 15px;
}

#n_start:hover {
	background-image: url(img/navi/navi_r1_c1_f2.gif);
}

#n_klamotten {
	background-image: url(img/navi/navi_r1_c2.gif);
	width: 133px;
	height: 40px;
	float: left;
}

#n_klamotten:hover {
	background-image: url(img/navi/navi_r1_c2_f2.gif);
}

#n_kontakt {
	background-image: url(img/navi/navi_r1_c3.gif);
	width: 117px;
	height: 40px;
	float: left;
}

#n_kontakt:hover {
	background-image: url(img/navi/navi_r1_c3_f2.gif);
}

#n_fragen {
	background-image: url(img/navi/navi_r1_c4.gif);
	width: 104px;
	height: 40px;
	float: left;
}

#n_fragen:hover {
	background-image: url(img/navi/navi_r1_c4_f2.gif);
}

#n_impressum {
	background-image: url(img/navi/navi_r1_c5.gif);
	width: 137px;
	height: 40px;
	float: left;
}

#n_impressum:hover {
	background-image: url(img/navi/navi_r1_c5_f2.gif);
}

/* @end */

.frage {
	font-weight: bold;
	color: #c00;
	font-size: 1.2em;
}


