/**
 * Designstylesheet
 *
 * Typographie und Layout Stylesheet
 *
 * @project Name
 * @author 
 */

@media screen, projection {

/**
 * @section Layoutstyling
 */

/**
 * @section Textstyling
 */

/**
 * @section Allgemeine Klassen
 */

.clear {
	display:block;
	width:0%;
	clear:both;
	float: none;
	height: 0px;
}
.left {
	float:left;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.right {
	float: right;
	margin-left: 10px;
}

}
body {
	background-color: #000;
	background-image: url(img/bg1.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	background-attachment: fixed;
}
.logounten {
	background-color: #000;
	background-image: url(img/logo_links.png);
	height: 155px;
	width: 210px;
	position: absolute;
	left: 0px;
	top: 550px;
	background-repeat: no-repeat;
	background-position: center center;
}
.adresse {
	background-image: url(img/adresse.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 120px;
	width: 180px;
	position: absolute;
	top: 385px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 16px;
	text-decoration: none;
	left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin: 0px;
}


.startbild {
	background-image: url(img/besteck.png);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	height: 344px;
	width: 700px;
	position: relative;
	z-index: 1;
}

.content {
	background-color: #FFF;
	width: 880px;
	position: relative;
	left: 220px;
	top: 15px;
	padding: 10px;
	float: left;
	line-height: 18px;
}
.leftbox {
	float: left;
	width: 300px;
	margin-right: 10px;
	background-color: #ECECEC;
	padding: 10px;
}

.rightbox {
	padding: 10px;
	float: right;
	width: 520px;
}


.footer {
	background-image: url(img/foot.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 880px;
	position: relative;
	left: 220px;
	top: 30px;
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 24px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}



.logo {
	background-image: url(img/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 120px;
	width: 210px;
	position: absolute;
	left: 0px;
	top: 0px;
}

.header {
	background-color: #000;
	background-image: url(img/repeat1.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 35px;
	width: 880px;
	left: 220px;
	top: 0px;
	float: left;
	position: relative;
	line-height: 34px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding-right: 10px;
	padding-left: 10px;
}

.deueng {
	height: auto;
	width: 210px;
	position: absolute;
	left: 0px;
	top: 750px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
	text-align: center;
}

.slide {
	background-color: #FFF;
	height: 400px;
	width: 900px;
	position: relative;
	left: 220px;
	top: 10px;
	float: left;
}
.navi {
	width: 210px;
	position: absolute;
	left: 0px;
	top: 121px;
	margin: 0px;
	padding: 0px;
}

#navigation {
	width: 210px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
} 

#navigation ul {
	padding: 0;
	list-style-type: none;
	margin: 0;
}

#navigation li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
} 
#navigation li a {
	display: block;
	height: 17px;
	color: #000;
	background-color: #000;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 20px;
	background-image: url(img/button.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
}

#navigation li a:link {
	background-color: #dddfe3;
	background-image: url(img/button.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#navigation li a:visited {
	background-color: #dddfe3;
	background-image: url(img/button.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#navigation li a:focus {
	background-color: #dddfe3;
	background-image: url(img/hover.png);
	background-repeat: no-repeat;
	background-position: left top;
}


#navigation li a:hover {
	background-color: #dddfe3;
	background-image: url(img/hover.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#navigation li ul li a {
	color: #666;
	background-color: #f0f1f3;
	padding-left: 40px;
	font-size: 12px;
}
#navigation li ul li a:hover { background-color: #fff;}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

h2 {
	font-size: 20px;
	color: #333;
}
h3 {
	font-size: 18px;
	color: #F00;
}
h4 {
	font-size: 16px;
	color: #333;
	font-weight: normal;
	line-height: 26px;
}
h5 {
	font-size: 16px;
	color: #333;
}
h6 {
	font-size: 14px;
	color: #333;
}
.contentstart {
	width: 880px;
	position: relative;
	left: 220px;
	top: 20px;
	padding: 10px;
	float: left;
	background-image: url(img/besteck.png);
	background-repeat: no-repeat;
	background-position: right 15px;
	background-color: #FFF;
}

#active {
	background-color: #dddfe3;
	background-image: url(img/hover.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#navigation li a:active {
	background-color: #dddfe3;
	background-image: url(img/hover.png);
	background-repeat: no-repeat;
	background-position: left top;
}
TD   { color:#000000; font-family:Trebuchet MS,Verdana,Geneva; font-size:10pt; }
td.my { background-color:#ECECEC }

a {
	color: #C03;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
}
a:hover {
	color: #C03;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

