*,html {
	margin: 0;
	padding: 0;
	}
	
html, body {
	height: 100%;
	}
	
body {
	background: url(images/bg.jpg) repeat-x;
	background-color: white;
	font: 12px Verdana, Geneva, sans-serif;
	color: #000;
}

h1, h2, h3 {
	margin: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:bold;
	color: #000;
}

h1{
	font-size: 18px;
	border-bottom: dotted 2px #7195bb;
	color: #7195bb;
}

#col1 h1, #col2 h1, #col3 h1{
	text-align: center;
	font-size: 18px;
	border-bottom: dotted 2px #7195bb;
	color: #7195bb;
}
	

h2{
	font-size: 16px;
	border-bottom: dotted 2px #7195bb;
	color: #7195bb;
}

h3{
	font-size: 14px;
	color: #7195bb;
}

h4{
	font-size: 18px;
	border-bottom: dotted 2px #7195bb;
	color: #7195bb;
	padding-top:20px;
}

td{
	text-align: left;
}

p{
	margin: 5px;
}

img {
	border:none;
}

#col1 img, #col2 img, #col3 img{
	border: 0,5px solid black;
}


/* Logo */
#logo{
	width:640px;
	height:75px;
	margin: auto;
	background-position: left;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	
}

/* Suchen */
#suchen{
	width:320px;
	height:75px;
	margin:auto;
}

/*Header*/
#header{
	width:960px;
	height:310px;
	background-position:bottom;
	background-image: url(images/bg_unten.png);
	background-repeat: no-repeat;
	margin-bottom: 15px;
	
}

/* Menu */
#menu{

	width:935px;
	height:50px;
	padding-left: 25px;
	background-image: url(images/bg_menu.png);
	border-bottom: 4px solid #6b8188;
}

#menu li{
	list-style:none;
	margin-left:5px;
}

li.subnavi {
	padding: 7px;
	list-style:none;
}

.subnavi_act {
	padding: 7px;
	list-style:none;
	background-color:#acc6dd;
	color: white;
}

li.subnavi:hover {
	padding: 7px;
	list-style:none;
	background-color:#c1c5c8;
	color: white;
}

a:link {
	text-decoration: none;
	list-style:none;
	color:#20303d;
}

a:hover {
	text-decoration: none;
	list-style:none;
	color: #446785;
}


a:visited {
	text-decoration: none;
	list-style:none;
	color:#20303d;
}

a:activ {
	text-decoration: none;
	list-style:none;
}


/* Ticker */
#ticker{
	width:940px;
	height:50px;
	background-image: url(images/bg_ticker.png);
	background-repeat: no-repeat;
	background-position:center;
}

#ticker p a {
	color:white;
	margin-left: 30px;
	margin-top: 30px;
	padding-top:5px;
}


/* Page */
#col1{
	width:315px;
	height:auto;
	margin:0px;
}

#col2{
	width:315px;
	height:auto;
	margin:0px;
}

#col3{
	width:315px;
	height:auto;
	margin:0px;
}

#col4{
	width:640px;
	height:auto;
	margin-bottom:10px;
}

#col4 li{
	margin-left:30px;
}

#col4 {
	padding-bottom:20px;
}

#col5{
	width:10px;
	height:auto;
	margin:0px;
}

#col6{
	width:300px;
	height:auto;
	margin:0px;
}

p.td{
text-align: left 
}

/*Partner*/
#partner{
	width: 960px;
	height:auto;
}

/*Footer*/
#footer{
	width:960px;
	height:30px;
	margin-top:10px;
}


/* Warenkorb */
.beschreibung{
	width: 135px;
}


.wkorb{
	padding:3px;
	height:18px;
	width: 610px;
	font-size: 13px;
	color: white;
	background-color: #44565d;
}

