html {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(grafiken/bodybg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0;
	height: 100%;
	background-color: #E4E4E4;
	font-family: Arial;
	font-size: 12px;
		color: #3D4752;
}

img { border: 0px;}
a { color: #3D4752;}
p { margin: 1em 0; }


#container {
	margin: auto;
	width: 980px;
	height: 700px;
	min-height: 700px;
	background-image: url(grafiken/containerbg.png);
	background-repeat: no-repeat;
	text-align: left;
}
#header {
	width: 950px;
	height: 165px;
	text-align: left;
	margin-left: 15px;
}

#footer {
		width: 950px;
		margin: auto;
		padding-right: 15px;
		padding-left: 15px;
		text-align: left;
		height: 20px;
		}
		
#footer span { float: left;
				width: 185px;
				text-align: center;}

#footer ul { float: right;
				text-align: center;
				width: 185px;
				margin: 0px;
				padding:0px;
				}

#footer li { 	list-style-type: none;
				display: inline;
				padding-right: 15px;
				padding-left: 15px;}
#footer a { text-decoration: none;
			margin: 0px;
			text-decoration: none;
			font-size: 10px;
			color:#3D4752; }

/* Hauptnavigation links */

#movie {
	padding-top: 30px;
	float: left;
	text-align: left;
	padding-left: 25px;
}
#flash {
	width: 141px;
	height: 197px;
	background-image:url(grafiken/film1.jpg);

}
#flash2 {
	width: 141px;
	height: 197px;
	background-image:url(grafiken/film2.jpg);

}
#flash3 {
	width: 141px;
	height: 197px;
	background-image:url(grafiken/film3.jpg);

}
#left_navi {
	width: 185px;
	float: left;
	text-align: left;
	padding-left: 15px;
}
#left_navi  ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 170px;
	height: 30px;
}
#left_navi  a {
	padding-left: 25px;
	padding-top: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #3D4752;
	display: block;
	height: 23px;
	width: 160px;
}
#left_navi a:hover {
	background: url(grafiken/buttonbg.jpg) no-repeat;
}
#left_navi ul {
	margin-top: 30px;
}

#left_navi span {
	padding-left: 25px;
	padding-top: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #39955B;
	display: block;
	height: 23px;
	width: 160px;
	background: url(grafiken/buttonbg.jpg) no-repeat;
}

/* Kopfbereich Nebenmenü */

#navitop {
	width: 950px;
	height: 23px;
	text-align: right;
	margin-left: 15px;
	background-color: #F0F1F3;
}

#topmenu {
	margin: 0;
	list-style-type: none;
}
#topmenu li {
	display: inline;
}
#topmenu a {
	display: block;
	float: right;
	text-decoration: none;
	background: url(grafiken/spacer.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	color: #3D4752;
	height: 20px;
	padding-top: 3px;
	padding-right: 29px;
}
#topmenu a:hover {
	color: #39955B;
}
#topmenu span {
	display: block;
	float: right;
	text-decoration: none;
	background: url(grafiken/spacer.gif);
	background-repeat: no-repeat;
	padding-left: 31px;
	height: 20px;
	padding-top: 3px;
	padding-right: 31px;
	color: #39955B;
}

/* Rechter Bereich Nebenmenü2 */

#film a {
	color: #3D4752;
	text-decoration: none;
	font-weight: bold;
}


#film a:hover {
	text-decoration: underline;
}
#naviright {
	padding-top: 80px;
	text-align: right;
}
#naviright ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: auto;
	text-align: left;
}
#naviright li {
	margin-top: 30px;
}
#naviright a {
	padding-left: 25px;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #3D4752;
	display: block;
	background-image: url(grafiken/triangle_grey.gif);
	background-repeat: no-repeat;
}
#naviright a:hover {
	text-decoration: underline;
}

#naviright span {
	padding-left: 25px;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3D4752;
	display: block;
	background-image: url(grafiken/triangle_grey.gif);
	background-repeat: no-repeat;
	text-decoration: underline;}

/*******************/
#clearer {
	clear: both;
}

/* Content Listen und Deko */

#liste3 ul {list-style-image:url(grafiken/bullet.gif);
      margin-left: 10px;
      padding-left:20px;
      width:450px;
      }
#liste3 li {margin-left:20px;
			font-weight: bold;
            width:auto;
      }
	  
#liste4 ul {list-style-image:url(grafiken/dot.gif);
      margin-left: 10px;
      padding-left:20px;
      width:450px;
      }
#liste4 li {margin-left:20px;
			width:auto;
      }    

#liste5 ul{list-style-image:url(grafiken/minus.gif);
      margin-left: 10px;
      padding-left:20px;
      width:450px;
      }
#liste5 li {margin-left:20px;
			width:auto;
      }  

.index_dekobox a {
	display: block;
	text-decoration: none;
	color: #3D4752;
	width: 331px;
	height: 130px;
	margin-top: 10px;
	margin-left: 20px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 13px;
}

.index_dekobox span {
					padding-top: 5px;
					margin: 0px 0px 0px 0px;
					font-weight: bold;
					font-size: 13px;
					display: block;}
					


#disclaimer {		width: 530px;
	float: left;
	padding-left: 30px;
	padding-top: 12px;
	line-height: 18px;
	font-size: 12px;
	line-height: 18px; }

#content {
	width: 520px;
	float: left;
	padding-left: 30px;
	padding-top: 20px;
	line-height: 20px;
}


#content ul {margin: 0px;
			padding: 0px;
			}
#content .liste1 {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		width: auto;		}


.dekoboxfilm {
	width: 465px;
	height: 147px;
	padding-left: 15px;
	background: url(grafiken/dekoboxfilm.jpg) no-repeat;
	padding-top: 5px;
				}
				
.dekoboxtext {
	width: 480px;
	height: 100px;
	padding-left: 15px;
	background: url(grafiken/dekoboxtext.jpg) no-repeat;
	padding-top: 10px;
	padding-right: 20px;
				}
#right {
	float: right;
	padding-right: 15px;
	text-align: right;
	width: 190px;
}
#film {
	text-align: right;
	height: 200px;
}

#film img {
	border: 0px;
	padding-left: 45px;
}

.logo {
	margin-top: 20px;
	margin-left: 20px;
	float: left;
}

#film img { vertical-align:middle;}

/* Kopfbereich Grafiken und Überschriften */



#header h1  { height: auto;
			font-size: 10px;
			 padding: 0px;
			 margin: 0px;
			 text-indent: -200em;}
			 
h2 {margin: 1em 1em 0 0;
    font-size: 13px;}
    
.home {
	background: url(grafiken/head_home.jpg) no-repeat;
}



.kompetenz {
	background: url(grafiken/head_kompetenz.jpg) no-repeat;
}



.beratung {
	background: url(grafiken/head_beratung.jpg) no-repeat;
}

.leistung {
	background: url(grafiken/head_leistung.jpg) no-repeat;
}


.corporate {
	background: url(grafiken/head_home.jpg) no-repeat;
}


.webdesign {
	background: url(grafiken/head_webdesign.jpg) no-repeat;
}


.film {
	background-image: url(grafiken/head_film.jpg);
	background-repeat: no-repeat;
}

.verpackung {
	background-image: url(grafiken/head_verp.jpg);
	background-repeat: no-repeat;
}
.foto {
	background-image: url(grafiken/head_fotografie.jpg);
	background-repeat: no-repeat;
}
.illustration {
	background: url(grafiken/head_illustration.jpg) no-repeat;
}
.text {
	background-image: url(grafiken/head_text.jpg);
	background-repeat: no-repeat;
}

.blickfang {
	background: url(grafiken/head_blickfang.jpg) no-repeat;
}

.design {
	background: url(grafiken/head_design.jpg) no-repeat;
}
.kontakt {
	background: url(grafiken/head_kontakt.jpg) no-repeat;
}
.fokus {
	background: url(grafiken/head_fokus.jpg) no-repeat;
}
.impressum {
	background: url(grafiken/head_impressum.jpg) no-repeat;
}
.disclaimer {
	background: url(grafiken/head_disclaimer.jpg) no-repeat;
}
.corporate {
	background: url(grafiken/head_corporate.jpg) no-repeat;
}
.marke {
	background: url(grafiken/head_marke.jpg) no-repeat;
}

.messe {
	background: url(grafiken/head_messe.jpg) no-repeat;
}

.box1 {background:url(grafiken/home_box1.jpg) no-repeat;}
.box2 {background:url(grafiken/home_box2.jpg) no-repeat;}
.box3 {background:url(grafiken/home_box3.jpg) no-repeat;}
.index1 {color:#242B7A;}
.index2 {color:#A5BD52;}
.index3 {color:#803514;
	padding-top: 10px;}
