@charset "utf-8";
/* CSS main style */

html {
	height:100%;
}

* {
	margin: 0;
	padding: 0;
	border: 0;	
}

body {
	color: #000000;
	background-color:#FFFFFF;
	font-size:12px;
	min-width: 1000px;
	background:url(grafik/bg.jpg) center top no-repeat;
	font-family:'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin:0 0 20px 0;
	font-weight:normal;
}

.align-right {
	text-align:right;
}

.align-center {
	text-align:center;
}

.align-justify {
	text-align:justify;
}

h1 {
	font-size:22px;
}

h2 {
	font-size:20px;
}

h3 {
	font-size:18px;
}

h4 {
	font-size:16px;
}

h5 {
	font-size:14px;
}

h6 {
	font-size:12px;
}

ul {
	margin-left:10px;
}

li {
	margin-left:10px;
}

a {
	text-decoration:none;
	color:#98002e;
}

a:hover {
	text-decoration:underline;
}

.clear {
	clear: both;
}

#container {
	position:absolute;
	left:50%;
	margin-left:-486px;
	width: 972px;
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(grafik/bg_content.gif);
	/*margin: 0 auto;*/
}

/* header section */
#header {
	width: 960px;
	overflow: hidden;
	/* height: 342px; */
	height: 309px;
	position: relative;
	margin:0 0 0 6px;
}

#submenu {
	height:25px;
	list-style: none;
	float:right;
	padding:0 50px 0 0;
}

#submenu li {
	margin:10px 0 0 10px;
	float:left;
	font-size: 9px;
}

#submenu li a {
	text-decoration: none;
	color: #9d9d9d;
}

#box {
	clear:both;
}

#logo {
	float:left;
	width:210px;
	padding-left:50px;
}

#control {
	list-style: none;
	margin-top:75px;
	margin-left:53px;
	width:60px;
}

#control li {
	float:left;
}

a.previous {
	display:block;
	width:14px;
	height:12px;
	background: url(grafik/pfeil_links.gif) top left no-repeat;
	text-decoration: none;
}

a.previous:hover {
	background: url(grafik/pfeil_links_aktiv.gif) top left no-repeat;
}

a.next {
	display:block;
	width:14px;
	height:12px;
	background: url(grafik/pfeil_rechts.gif) top left no-repeat;
	text-decoration: none;
}

a.next:hover {
	background: url(grafik/pfeil_rechts_aktiv.gif) top left no-repeat;
}



#loopedSlider{
	float:right;
	width:639px;
	padding-right:50px;
}


/* slider section */
.container { 
	width:639px; 
	/* height:311px; */
	height:259px;
	overflow:hidden; 
	position:relative; 
	cursor:pointer;
}

.slides { 
	position:absolute; 
	top:0; 
	left:0;
}

.slides div { 
	position:absolute; 
	top:0; 
	width:639px; 
	display:none;
}



/* meun section */
#menu {
	height: 40px;
	width:960px;
	margin:0 0 0 6px;
	background: url(grafik/bg_menu.gif) top left repeat-x;
}

/* content section */
#content {
	width: 960px;
	overflow: hidden;
	margin:0 0 0 6px;
}

#links {
	width: 190px;
	float: left;
	padding-left:50px;
}

#sprache {
	margin-top:20px;
	color:#565656;
	font-size: 9px;
}

#sprache a {
	color:#565656;
	text-decoration:none;
}

#sprache a:hover {
	color:#98002e;
}

#leftmenu {
	margin-top:20px;
}

#leftmenu p a {
	color:#565656;
	text-decoration:none;
	font-size: 10px;
}

#leftmenu p a:hover {
	color:#98002e;
}

#leftmenu p.menusub {
	margin-bottom:1px;
}

#leftmenu p.menusub a {
	color:#565656;
	text-decoration:none;
	font-size: 9px;
	margin-left:10px;
}

#leftmenu p.menusub a:hover {
	color:#98002e;
}


#leftmenu p.menusubsub {
	margin-bottom:1px;
}

#leftmenu p.menusubsub a {
	color:#565656;
	text-decoration:none;
	font-size: 9px;
	margin-left:20px;
}

#leftmenu p.menusubsub a:hover {
	color:#98002e;
}


#leftmenu p.menusubsubsub {
	margin-bottom:1px;
}

#leftmenu p.menusubsubsub a {
	color:#565656;
	text-decoration:none;
	display:block;
	font-size: 9px;
	margin-left:30px;
}

#leftmenu p.menusubsubsub a:hover {
	color:#98002e;
}


#mitte {
	width: 640px;
	float: right;
	padding-right:50px;
}

#mitte p {
	line-height:18px;
}

/* block section */
#block {
	height: 60px;
	clear:both;
}

/* Bereich Suchfeld */

#suche {
	height:18px;
	width:152px;
}

#suche form {
	margin:0;
	padding:0;
}

#suche form input {
	margin:0;
	padding:0;
	font-family:'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size:10px;
	color:#565656;
	background-color:#e3e4e5;
	height:15px;
}
