/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
	margin: 0; 
	padding: 0; 
	border: 0; 
}

body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color: black;
	background-image:url(Bilder/background.gif);
	background-repeat:repeat-x;
	text-align: center;
	margin-top:30px;
}

#page-container {
	width:790px;
	margin:auto;
	background: white;
	text-align: left;
}


#deutsch {
	height: 25px;
	float:right;
	font-weight:bold;
	padding: 8px 8px 0 0;
	}
	
#deutsch a {
	text-decoration:none;
	color:#666666;
}

#deutsch a:hover {
	text-decoration: underline;
}

#english {
	
	height: 25px;
	width: 280px;
	font-weight:bold;
	padding: 8px 0 0 8px;
	}
	
#english a {
	text-decoration:none;
	color:#666666;
}

#english a:hover {
	text-decoration: underline;
}

#header {
	clear:both;
	background: white;
	height: 90px;
}

h1 {
	margin: 0;
	padding: 0;
	text-align:center;
	font-size:31px;
	font-weight:bold;
}

#color-bar {
	height:28px;
	background-image:url(Bilder/color-bar.gif);
	background-repeat:no-repeat;
	}

#content-left {
	background-image:url(Bilder/bild-dose.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#CACFD1;
	margin-right: 395px;
	width: 390px;
	
}

#content-right {
	float: right;
	width: 390px;
	background-image: url(Bilder/bild-saege.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#CACFD1;
}

#content-left .padding, #content-right .padding {
	padding: 15px 0 15px 15px;
	height:320px;
}

#content-right h2, #content-left h2 {
	margin:0;
	padding: 0;
	padding-bottom: 15px;
	font-size:17px;
	font-weight:bold
}

#hl-left h2 {
	height:30px;
	background-color: #00ADE6;
	padding:10px 0px 4px 15px;
	border-top:#FFFFFF solid 40px;
	border-bottom:#FFFFFF solid 15px;
	}
	
#hl-right h2{
	height:30px;
	background-color: #BC0E13;
	padding:10px 4px 4px 15px;
	border-top:#FFFFFF solid 40px;
	border-bottom:#FFFFFF solid 15px;
	}

#content-right h3, #content-left h3 {	
	margin: 0;
	padding-bottom: 15px;
	padding-left: 15px;
	font-size:14px;
	line-height: 18px;
	}
	
h2 a, h3 a {
	text-decoration:none;
	color:black;
}

h2 a:hover {
	text-decoration:none;
	color:#DEE2E4;
}

h3 a:hover {
	text-decoration: underline;
}
	
#content-right li, #content-left li{
	margin-left:30px;
	font-size:12px;
	list-style-type: square;
	line-height: 2em;
	}


