@charset "utf-8";

/* Allgemeine Definitionen
----------------------------------------------- */
html {
	height: 100%;
	overflow-y: scroll;
}
body {
	background-color: #b8061b;
	background-image: url(gfx/bg_body.png);
	background-repeat: repeat-y;
	background-position: center top;
	color: #515151;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
}
body#home {
	background: #fff;
}
body#orange {
	background-color: #f08700;
}
body#gelb {
	background-color: #efbe11;
}
body#gruengelb {
	background-color: #dac600;
}
body#orangegelb {
	background-color: #f7ac2b;
}
body#orangerot {
	background-color: #ed7921;
}
body#rot {
	background-color: #cd0019;
}
img,
a img {
	border: 0;
}
.clear {
	clear: both;
	font-size: 1%;
	height: 1px;
	line-height: 1px;
}
#footer {
                float: left;
                margin: 0;
                padding: 0;
                text-align: center;
                width: 100%;
}


/* Links
----------------------------------------------- */
a,
a:visited {
	color: #515151;
	outline: none;
	text-decoration: none;
}
a:hover {
	color: #515151;
	text-decoration: underline;
}
a.imprintlink,
a:visited.imprintlink {
	color: #5b5b5b;
	text-decoration: none;
}
a:hover.imprintlink {
	color: #5b5b5b;
	text-decoration: underline;
}
a.beispiellink,
a:visited.beispiellink {
	color: #fb0909;
	font-style: italic;
	text-decoration: none;
}
a:hover.beispiellink {
	color: #fb0909;
	text-decoration: underline;
}


/* Typo
----------------------------------------------- */
h1, h2, h3, h4 {
	font-weight: normal;
	margin: 0;
	letter-spacing: 1px;
	line-height: normal !important;
	padding: 0;
}
h1 {
	font-size: 23px;
	margin: 0 0 30px 0;
}
h2, h3, h4 {
	font-size: 23px;
	margin: 30px 0;
}
p {
	margin: 1em 0;
	padding: 0;
}
p.doppelt {
	margin: 1em 0 2em 0;
	padding: 0;
}
#content ul {
	margin: 1em 0 1em 15px;
	padding: 0;
}
#content ul li {
	margin: 0;
	padding: 0;
	list-style: disc;
}

/* Layout
-----------------------------------------------*/ 
#wrapper {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 967px;
}
#wrapper:after {
	clear: both; 
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden;
}
#wrapper {display: inline-block;}
/* Hides from IE-mac \*/
* html #wrapper {height: 1%;}
#wrapper {display: block;}
/* End hide from IE-mac */
#header {
	float: left;
	height: 140px;
	margin: 0;
	padding: 0;
	width: 100%;
}
#home #header {
	height: 80px;
}
p.impressum {
	font-size: 10px;
	line-height: 14px;
	margin: 0 6px 0 0;
	padding: 0;
	text-align: right;
}
#home p.impressum {
	margin: 0;
	position: absolute;
	right: 20px;
	top: 0;
}
p.logo {
	margin: 14px 0 0 0;
	padding: 0;
}
#home p.logo {
	margin: 28px 0 0 50px;
}
p.logo-g {
	margin: 5px 0 30px 0;
	padding: 0;
}
p.textlogo {
	margin: 0;
	padding: 0;
}
#navigation {
	background: url(gfx/g_weinrot.png) no-repeat 0 0;
	float: left;
	margin: 0;
	min-height: 495px;
	height: auto !important;  /*moderne Browser*/
	height: 495px;  /*IE*/
	padding: 0;
	width: 404px;
}
#home #navigation {
	width: 354px;
}
#home #navigation {
	background: #fff;
}
#orange #navigation {
	background: url(gfx/g_orange.png) no-repeat 0 0;
}
#gelb #navigation {
	background: url(gfx/g_gelb.png) no-repeat 0 0;
}
#gruengelb #navigation {
	background: url(gfx/g_gruengelb.png) no-repeat 0 0;
}
#orangegelb #navigation {
	background: url(gfx/g_orangegelb.png) no-repeat 0 0;
}
#orangerot #navigation {
	background: url(gfx/g_orangerot.png) no-repeat 0 0;
}
#rot #navigation {
	background: url(gfx/g_rot.png) no-repeat 0 0;
}
#container {
	float: left;
	margin: 0;
	padding: 0;
	width: 563px;
}
#content {
	float: left;
	margin: 0;
	padding: 0;
	width: 555px;
}
.text {
	float: left;
	margin: 0;
	line-height: 1.5em;
	padding: 0;
	width: 500px;
}
.beispiel {
	float: left;
	font-size: 12px;
	margin: 10px 0 0 0;

	padding: 0;
	width: 100%;
}
.beispielbild {
	float: left;
	margin: 0;
	padding: 0;
	width: 103px;
}
.beispieltext {
	float: left;
	margin: 0;
	padding: 0;
	width: 397px;
}

/* Navigationen
-----------------------------------------------*/
ul#menu {
	display: inline;
	float: left;
	font-size: 13px;
	margin: 65px 0 0 55px;
	padding: 0;
	width: 144px;
}
ul#menu li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 144px;
}
ul#menu li.current {
	background: url(gfx/bg_navli.png) no-repeat 0 9px;
}
ul#menu li a,
ul#menu li a:visited {
	color: #fff;
	display: block;
	float: left;
	line-height: 24px;
	padding-left: 19px;
	text-decoration: none;
	width: 125px;
}
ul#menu li a:hover {
	color: #fff;
	text-decoration: underline;
}
/*home*/
#home ul#menu li a,
#home ul#menu li a:visited {
	color: #5b5b5b;
}
#home ul#menu li a:hover {
	color: #5b5b5b;
}
/*2nd level*/
ul#menu ul {
	float: left;
	margin: 0;
	padding: 0;
	width: 144px;
}
ul#menu ul li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 125px;
}
ul#menu ul li.current {
	background: url(gfx/bg_navli.png) no-repeat 0 9px;
}
ul#menu ul li a,
ul#menu ul li a:visited {
	background: url(gfx/bg_nav2li.png) no-repeat 30px 12px;
	color: #fff;
	display: block;
	float: left;
	padding-left: 41px;
	text-decoration: none;
	width: 103px;
}
ul#menu ul li a:hover {
	color: #fff;
	text-decoration: underline;
}