﻿@import url(layout.css);
@import url(form.css);
body {
	color: #444;
	font-family: Sans-Serif, sans-serif, "Trebuchet MS", Tahoma, Arial, Helvetica;
	font-size: small;
	font-style: normal;
	background-color: #ddd;
}
#container {
	width: 100%;
	margin: 0;
	background-color: #fff;
	position: relative;
}
#masthead {
	text-align: right;
	width: 100%;
	background-color: #fff;
	border: 1px dotted #ddd;
	border-bottom:0;
	
}
/* Formatvorlagen für die Navigation */
#masthead ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#masthead li {	
	padding-top: 4px;
	padding-left: 2px;
	float: right;
}
#masthead a {
	color: #444;
 	width:auto;
 	font-size:0.9em;
	text-decoration: none;
	display: block;
	padding: 4px 12px;
	border: 1px solid #999;	
}
#masthead a:hover {
	color: #333;
	text-decoration: none;
	border: 1px solid #ddd;
	background-image: url('../images/masthead_bg.gif');
	background-repeat: repeat-x;
	background-color: #ddd;
}
#masthead p {
	font-size: small;
	text-align: right;
	color: #444;
	margin: 10px 10px 10px 0;
	padding: 0;
}
#masthead img {
	float: left;
	margin: 0px;
	padding-bottom: 0px;
}

/* Mainmenu */
#imenu{
	display: block;
}
#menu a {	
	margin-top:0px;
	margin-right:3px;
	font-weight: 500;
	text-decoration: none;
	color: #660300;
	display:block;
	padding: 5px 20px 5px 20px;
	border: 1px solid #ffcc33;
	border-bottom: 0px;
	background-color: #FFFF99;
	background-image: url('../images/menu_bg.gif');
	background-repeat: repeat-x;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#menu a:hover {
	font-weight: 500;
	text-decoration: none;
	color: #660300;
	border: 1px solid #ffcc33;
	border-bottom: 0px;
	background-color: #ffcc33;
	background-image: url('style.css');
	background-repeat: repeat-x;
	text-transform: uppercase;
	letter-spacing: 1px;
	}

#page_content {
	position: relative;
	width: 100%;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #CCAA77;
}
#column_l {
	width: 72%;
	margin: 0 0 0 0px;
	padding: 10px 10px 10px 0px;
}
#ccolumn_l {
	font-size: 0.8em;
	margin:0;
	font-weight:100;
	padding: 0px 10px 10px 1px;
	border-top: 1px dotted #444;
	color: #444;
}

#column_r {
	width: 22.4%;
	margin-top: 10px;
	float: right;
	background-color: #eef;
	position: relative;
	padding: 10px 10px 10px 10px;
	border: 1px solid #ccc;
}

/* Formatvorlagen für Fußzeile */
#footer {
	
	background-color: #fff;
	text-align: center;
	font-size: 0.9em;
	float:none
}
#footer a {
	margin-top: 4px;
	color: #666;
	text-decoration: none;
	display: block;
	padding:4px;
	border: 1px solid #ccc;
	background-color: #eee;
	margin-right: 2px;
}
#footer a:hover {
	color: #444;
	text-decoration: none;
	border: 1px solid #bbb;
	background-color: #ddd;
}
#ifooter p {
	font-size:0.8em;
	text-align: center;
	color: #888;
	margin: 0;
	padding-top: 4px;
}


#menu_right {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	background-color: #eef;
}
#menu_right ul {
	list-style-type: none;
	width:100%;
	margin: 0;
	padding: 0;
}
#menu_right li {		
	padding-bottom: 1px;
}
#menu_right a {	
	width: inherit;
	font-weight: 800;
	text-decoration: none;
	color: #cdd9e2;
	display: block;
	padding: 4px 8px;
	border: 1px solid #000099;
	background-color: #054370;
}
#menu_right a:hover {
	font-weight: 800;
	text-decoration: none;
	color: #054370;
	border: 1px solid #054370;
	border-left: 1px dotted #cdd9e2;
	border-right: 1px dotted #cdd9e2;
	background-color: #eef;
	}

.menu_right {
	font-family: Arial;
	font-size:1.2em
}


/* Inhaltsformatvorlagen */
h1 {
	font-size: 0.9em;
	margin:0;
	font-weight:500;
	text-transform: uppercase;
	padding-bottom:0;
	color: #054370;
}
h2 {
	font-size: 1.2em;
	text-transform: none;
	font-weight:500;
	color: #808080;
	letter-spacing: 0;
	border-bottom:1px dotted #808080;
	width:100%;
}
h3 {
	font-size: 0.85em;
	text-transform: uppercase;
	font-weight:500;
	color: #054370;
	margin-top: 10px;
	margin-bottom: 4px;
}
h4 {
	font-size: 0.85em;
	text-transform: uppercase;
	font-weight:500;
	color: #054370;
	margin-top: 10px;
	margin-bottom: 4px;
	border-bottom:1px dotted #808080;
}
h5 {
	font-size: 0.85em;
	font-weight:500;
	margin-top: 0px;
	margin-bottom: 4px;
	border-top:1px dotted #808080;
}
h6 {
	font-size: 0.7em;
	color: #054370;
}
/* Formatvorlagen für Hyperlinks */
a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #444;
}
a:hover {
	color: #444;
	text-decoration: none;
	border-bottom: 1px solid #444;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.slogan {
	font-size: 0.85em;
	color: #444;
}
.normal {
	font-size: 0.95em;
	color: #444;
	text-transform: none;
}
.img {
	border: 0;
}
.pic {
	border-style: solid;
	border-width: 1px;
}
.zoom{
	border: 0;
	border-spacing: 0;
	margin-left: 3px;
	margin-right: 3px;
}
.angebot_1 {
	color: #FFFFFF;
	font-weight:600;
	background-color: #FF0000;
	border: 1px solid #aa0000;
	padding-left: 3px;
	padding-right: 3px;

}
.preis {
	white-space: nowrap;
	color: #054370;
	border: 1px solid #054370;
	border-left: 0px;
	border-right: 0px;
	padding: 4px 8px;
	background-color: #eef;
}
.preiss {
	white-space: nowrap;
	color: #054370;
	border: 1px solid #054370;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0;
	padding: 4px 8px;
	background-color: #eef;
}

.ppreis {	
	width: inherit;
	font-weight: 900;
	text-decoration: none;
	color: #cdd9e2;
	text-align:center;
	border: 1px solid #000;
	background-color: #054370;
}
.ppreiss {	
	font-family: Arial, Helvetica, Sans-Serif;
	width: inherit;
	font-weight: bolder;
	font-size: 3em;
	text-decoration: none;
	color: #cdd9e2;
	text-align:center;
	border: 1px solid #000;
	padding: 0px 4px 4px 4px;
	background-color: #054370;
	letter-spacing: -3px;

}
.nowrap {
	white-space: nowrap;
}
.xx {
	 font-size:0.3em;
}
.tab-bg_gray {
	background-color: #808080;
}
.tab-bg_blue {
	background-color: #054370;
}
.tab_right {
	text-align:right;
}
.tab-v-line {	
	border-left: 1px dotted #444;
}
.tab-x-line {	
	padding-right: 10px;
}

.button {	
	text-decoration: none;
	color: #444;
	white-space: nowrap;
	padding: 5px 15px 5px 15px;
	border-top: 1px solid #888;
	border-right: 1px dotted #444;
	border-left: 1px dotted #444;
	border-bottom: 0px;
	background-color: #fff;
	background-image: url('../images/folder/button1.gif');
	background-repeat: repeat-x;
}
.button-line {	
	border-bottom: 1px dotted #444;
}

#button1 a {
	white-space: nowrap;
	text-decoration: none;
	margin-left: 3px;
	margin-right: 3px;
	color: #888;
	display:block;
	padding: 5px 15px 5px 15px;
	border: 1px solid #bbb;
	background-color: #eee;
	background-image: url('none');
	background-repeat: repeat-x;
}
#button1 a:hover {
	text-decoration: none;
	white-space: nowrap;
	color: #444;
	display:block;
	border: 1px solid #bbb;
	background-color: #fff;
	background-image: url('../images/folder/button2.gif');
	background-repeat: repeat-x;
	}
.bottom {
	border: 0;
	margin-left:10px;
 	margin-top:10px;
}
.bottom a {
	border: 0;
}
.finden {
	letter-spacing:-0.04em; 
	color:#808080;
	font-size:1.2em;
}
.normal1 {
  font-weight:bold;
}
.navigation a {
	width:100%;
}
.navigation_dot {
	font-family: Arial;
	font-size:1.2em
}
.style2 {
	font-family: Verdana;
	font-size: xx-small;
}


