/* CD-Schränke und andere Möbel bzw. Produkte von paelchen design*/

/******* allgemeines *******/

/* wichtige Farben 
#005073 dunkelblau
#c5cfd0 Hintergrund
 */
 
*{
padding: 0;
margin: 0;
}

body{
	font-size: x-small; /* für IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /* für konforme Browser */
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.4em;
	text-align: left;
	background-image: url(main/bg_grad.jpg);
	background-repeat: repeat-x;
	background-color: #c5cfd0;
}
html>body { /* sei nett zu Opera */
	font-size: small;
	}

p {
	font-size: 95%;
	line-height: 1.4em;
	padding: 0 0 8px 10px;
}

ul, li { padding: 0; margin: 0; list-style-type: none; position: relative; }

img, a img { border: 0;}

.clear { clear: both; }
.none { display: none; }
.leftalign { float: left; }
.rightalign { float: right; }

#wrap { margin: 0 auto; padding: 0; width: 996px; text-align: left; height: 100%; background-color:#FFFFFF }

#header { width: 996px; text-align: left; }
body#start #header {
	width: 996px;
	}
	
#navigation { width: 1040px; }
#header, #navigation, #inhalt, #footer { width: 1040px }

/******* hyperlinks *******/

a:link {
	color: #005073;
	text-decoration: none;
}

a:visited {
	color: #005073;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#limarkiert {
	border-bottom: #CCCCCC;
	border-bottom-style:dotted
	}


/************** headers **************/

h1{
	font: bold 150% Arial,sans-serif;
	color: #FFFFFF;
	padding: 0px 10px 10px 10px;
	margin:20px 20px 20px 20px;
	text-align: right;
}

h2{
	font: bold 130% Arial,sans-serif;
	color: #005073;
	margin: 16px 0 0 0;
	padding: 10px;
}

h3{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: bold 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

.note {
	font-size: 85%;
}

/*------ navigation ----*/
	#navigation {
	width: 766px;
	position: relative;
	float: left;
	padding: 0 0 0 230px;
	font-size: 120%;
	background-color: #FFFFFF;
	background-image: url(main/pd_logo_h40px.gif);
	background-repeat: no-repeat;
	height: 44px;
	}
	
	#navigation ul {
	position: relative;
	width: 766px;
	background: transparent;
	}
	
	#navigation li {
	float: left;
	margin: 16px 0px 0px 14px;
	}
	
	#subnavigation {
	width: 766px;
	position: relative;
	float: left;
	padding: 0 0 0 230px;
	font-size: 120%;
	background-color: #F5F5F5;
	background-image: url(main/produkte_icon.gif);
	background-repeat: no-repeat;
	height: 44px;
	}
	
	#subnavigation ul {
	position: relative;
	width: 766px;
	background: transparent;
	}
	
	#subnavigation li {
	float: left;
	margin: 20px 0px 0px 14px;
	}	
	
#subnavigation1 {
	width: 766px;
	position: relative;
	float: left;
	padding: 0 0 0 230px;
	font-size: 120%;
	background-color: #F5F5F5;
	background-image: url(main/unternehmen_icon.gif);
	background-repeat: no-repeat;
	height: 44px;
	}
	
#subnavigation2 {
	width: 766px;
	position: relative;
	float: left;
	padding: 0 0 0 230px;
	font-size: 120%;
	background-color: #FFFFFF;
	background-image: url(main/kontakt_icon.gif);
	background-repeat: no-repeat;
	height: 44px;
	}
	
#subnavigation3 {
    width: 766px;
    position: relative;
    float: left;
    padding: 0 0 0 230px;
    font-size: 120%;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    height: 44px;
	}	
	
#subnavigation4 {
	width: 766px;
	position: relative;
	float: left;
	padding: 0 0 0 230px;
	font-size: 120%;
	background-color: #FFFFFF;
	background-image: url(main/agb_icon.gif);
	background-repeat: no-repeat;
	height: 44px;
	}
	
#subnavigation5 {
	width: 766px;
	position: relative;
	float: left;
	padding: 0 0 0 230px;
	font-size: 120%;
	background-color: #FFFFFF;
	background-image: url(main/info_icon.gif);
	background-repeat: no-repeat;
	height: 44px;
	}	
		
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#inhalt {
	width: 996px;
	float: left;
	background-color: #FFFFFF;
	}
	
#container1 {
	float: left;
	width: 440px;
	margin: 8px;
	padding: 0;
	border: 2px solid #b0c4de;
	}
	
#container1 dl {
	float: left;
	width: 420px;
	margin: 10px 20px;
	padding: 0;
	display: inline; /* fixt den Bug der Randverdoppelung im IE/Win */
	}

#container1 dt {
	float: right;
	width: 262px;
	margin: 0;
	padding: 0;
	font-size: 130%;
	letter-spacing: 1px;
	color: #005073; /* oder #627081 */
	}
	
#container1 dd {
	margin: 0;
	padding: 0;
	font-size: 85%;
	line-height: 1.5em;
	color: #666;
	}
	
#container dd.img img {
	float: left;
	margin: 0 8px 0 0;
	padding: 4px;
	border: 1px solid #D9E0E6;
	border-bottom-color: #C8CDD2;
	border-right-color: #C8CDD2;
	background: #fff;
	}
	
/* umgekehrter Float */
#container1 .alt dt {
	float: left;
	}
	
#container1 .alt dd.img img {
	float: right;
	margin: 0 0 0 8px;
	}			

#spalte-1 {
	width: 477px;
	position: relative;
	float: left;
	border-right: 1px;
	border-right-color: #999999;
	border-right-style: dotted;
	padding-right: 0px;
	}

#spalte-2 {
	width: 488px;
	position: relative;
	float: right;
	}
	
#spalte-3 {
	width: 996px;
	position: relative;
	float: left;
	background-color: #b0c4de;
	}
	
	#spalte-4 {
	width: 800px;
	position: relative;
	float: left;
	padding: 8px;
	background-color: #b0c4de;
	}

#spalte-5 {
	width: 800px;
	position: relative;
	float: left;
	padding: 8px;
	background-color: #FFF;
	}
	
#spalte-6 {
	width: 600px;
	position: relative;
	float: left;
	padding: 8px;
	background-color: #FFF;
	}
	
#spalte-7 {
	width: 360px;
	position: relative;
	float: right;
	padding: 8px;
	background-color: #99CCCC;
	}
	
#spalte-8 {
	width: 300px;
	position: relative;
	float: left;
	border-right: 1px;
	border-right-color: #999999;
	border-right-style: dotted;
	padding-right: 0px;
	}
	
#spalte-9 {
	width: 665px;
	position: relative;
	float: right;
	}	
	
#pagecell1{
	position: relative;
	width: 996px;
	height: 320px;
	background-color: #ffffff;
	background-image: url(main/start_head.jpg);
}

#pagecell2{
	position: relative;
	width: 996px;
	height: 320px;
	background-color: #ffffff;
	background-image: url(img/top02.jpg);
}

#pagecell4{
	position: relative;
	width: 996px;
	height: 320px;
	background-color: #ffffff;
	background-image: url(img/plan_mauschbacher08.jpg);
}

#pagecell5{
	position: relative;
	width: 996px;
	height: 320px;
	background-color: #ffffff;
	background-image: url(img/top_wald_tw07_3.jpg);
}

#pagecell6{
	position: relative;
	width: 996px;
	height: 320px;
	background-color: #ffffff;
	background-image: url(main/unternehmen_head.jpg);
}

#pagecell7{
	position: relative;
	width: 996px;
	height: 320px;
	background-color: #ffffff;
	background-image: url(img/raum001.jpg);
}

#footer {
	width: 996px;
	position: relative;
	float: left;
	background-color: #999999;
	margin: 0 -3px 0 0;
	height: 40px;
	}


#content{
	padding: 10px 10px 10px 10px;
	margin:0px;
	width:996px;
	border-left: 1px solid #ccd2d2;
}

#bild1 {
margin-right: 8px;
float: left;
}

#windowopen {
	position: relative;
	width: 750px;
	background-color: #FFFFFF;
	}

/***********************************************/
/* Formular                                 */
/***********************************************/

p, form {
	margin: 15px 20px;
	}
	
form {
	width: 460px;
	}
	
#person label {
	display: block;
	font-weight: bold;
	}
	
fieldset {
	border: 1px solid #005073;
	background: #e5e5e5;
	}
	
legend {
	font-weight: bold;
	font-size: 120%;
	color: #333333;
	}
	
textarea {
	width: 435px;
	height: 125px;
	}

fieldset {
	display: block;
	}
	
	
