@charset "UTF-8";
/* CSS Document */

* {margin: 0; padding: 0; }

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 85%;
	text-align: center;
	background-image: url(../images/layout/bg.gif);
	background-repeat: repeat;
	background-color: #CCC;
	color: #666;
	font-weight: normal;
}
#wrap {
	text-align: left;
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	height: 200px;
	width: 1000px;
	background-image: url(../images/layout/ice.jpg);
	background-repeat: no-repeat;
}
#sidebar {
	float: left;
	width: 350px;
}
#content {
	background-color: #efefef;
	float: right;
	width: 650px;
}
#content_l {
	background-color: #efefef;
	float: left;
	width: 325px;
	height: 525px;
}
#content_r {
	background-color: #efefef;
	float: left;
	width: 325px;
	height: 525px;
}
div#content { 
min-height:200px;
height:expression(this.scrollHeight > 200 ? "auto":"200px"); 
}
#footer {
	height: 125px;
	float: right;
	width: 650px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/layout/achat.jpg);
	background-repeat: no-repeat;
}
#menue {
	height: 20px;
	width: 1000px;
	font-size: 85%;
}
#navi ul, #navi li {
	list-style-type: none;
	display: inline;
}
#navi a:link, #navi a:visited {
	line-height: 16px;
	font-weight: bold;
	margin: 0;
	text-decoration: none;
	color: #999;
	background-color: #FFF;
	padding-top: 2px;
	padding-right: 11px;
	padding-bottom: 2px;
	padding-left: 11px;
	float: right;
}
#navi #akt {
	color: #333;
	background-color: #CCC;
}
#navi a:hover   {
	color: #333;
	background-color: #efefef;
}
h1, h2, h3 {
	color: #333;
	font-weight: lighter;
	font-style: normal;
	font-variant: normal;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 55px;
}
p {
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 25px;
	margin-left: 55px;
	font-weight: normal;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.liste_content {
	margin-left: 50px;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 15px;
	list-style-position: inside;
	list-style-type: square;
	line-height: 30px;
}
.kleine_schrift {
	font-size: 80%;
	margin-top: 5px;
	margin-bottom: 15px;
}
.texteinzug_kontakt {
	margin-left: 60px;
}
.bold {
	font-weight: bolder;
	color: #333;
}
a:link {
	color: #1C64FD;
	text-decoration: none;
  }
  a:hover {
	color: #0D0F75;
	text-decoration: none;
  }
  a:visited {
	color: #1C64FD;
	text-decoration: none;
  }
