* {
	margin: 0px;
	padding: 0px;
}
	
body {
	color: #5C5C5D;
	font-family: Arial;
	font-size: 12px;
	background-color: #458ACE;
}

h1 {
	font-size: 15px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 13px;
	color: #393b3d;
	padding-left: 0px;
	padding-top: 0px;
}

img {
	border: 0px;
}

table {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

table.fotobestellung {
	line-height: 35px;	
}

table.kontaktformular {
	line-height: 35px;
}

table.designauswahl_buttons {
	text-align: center;
}

table.designauswahl_buttons a {
	text-decoration: underline;
}

table.designauswahl_buttons_black {
	color: #ffffff;
	background-color: #000000;
	text-align: center;
}

table.designauswahl_buttons_black a{
	color: #ffffff;
	
}

p.absatzbreite {
	width: 600px
}

p.textausrichtung_rechts {
	width: 620px;
	text-align: right;	
}

p.textausrichtung_links {
	width: 620px;
	text-align: left;	
}

p.textausrichtung_rechts a {
	text-decoration: underline;
	color: #458ACE;
	font-size: 15px;
	font-weight: bold;
}

p.textausrichtung_links a {
	text-decoration: underline;
	color: #458ACE;
	font-size: 15px;
	font-weight: bold;
}

td.checkbox-blau {
	width: 28px;
	height: 22px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	background-color: #3e78c3;
}

td.checkbox-zahl {
	width: 28px;
	height: 22px;
	padding-left: 5px;
	background-image: url(../Bilder/checkbox-zahl.gif);
	background-repeat: no-repeat;	
}

ul {
	margin-left: 30px;
}

ul h2 {
	font-size: 13pt;
	padding-left: 5px;
	padding-top: 30px;
	padding-bottom: 10px;	
}


a {
	color: #464A4C;
	text-decoration: none;
}

#header, #main, #footer {
	width: 1000px;
}

#header {
	height: auto;
	background-color: #ffffff;
}

#prim_menue {
	width: 1000px;
	height: 40px;
	background-image: url(../Bilder/header_digitalewelt.jpg);
	background-repeat: no-repeat;
}

#prim_menue ul {
	position: absolute;
	top: 10px;
	left: 180px;
	list-style: none;
}

#prim_menue li {
	float: left;
	height: 40px;
	width: 100px;
}

#prim_menue li a:hover {
	position: relative;
	padding-top: 10px;
	padding-left: 10px;
	top: -10px;
	left: -10px;
	display: block;
	height: 30px;
	text-decoration: none;
	color: #F7F9FB;
	background-color: #3B47E5;
}

#header_content {
	width: 1000px;
	height: 263px;
	background-image: url(../Bilder/digitalewelt.jpg);
	background-repeat: no-repeat;	
}

#header_content h3 {
	position: absolute;
	top: 160px;
	left: 640px;
	color: #393b3d;
}

#header_content p {
	width: 300px;
	position: absolute;
	top: 190px;
	left: 640px;
}

#main {
	float: left;
	width: 1000px;
	height: auto;
	background-color: #ffffff;
}

#navigation {
	float: left;
	width: 200px;
	height: 470px;   
	background-color: #BEC9D0;
	color: #464A4C;
	margin: 0px;
}

#navigation h2 {
	padding-top: 25px;
	padding-left: 50px;
}

#navigation ul {
	padding-left: 40px;		
}

#navigation li {
	padding-left: 5px;
	list-style-image: url(../Bilder/bullon.gif);
	list-style-position: outside;
	line-height: 18px;
}

#navigation a:hover {
	display: block;
	color: #F7F9FB;
	background-color: #3B47E5;
}

#inhalt {
	float: right;
	width: 800px;
	height: auto;
	background-color: #FFFFFF;	
}

#hauptbereich {
	margin-left: 40px;
	margin-top: 30px;
	margin-right: 50px;	
}

#hauptbereich p {
	line-height: 18px;
	padding-bottom: 12px;
}

#hauptbereich h1 {
	padding-bottom: 18px;
	color: #393b3d;
}

#hauptbereich h2 {
	padding-top: 18px;
	padding-bottom: 12px;	
}

#hauptbereich h3 {
	padding-top: 18px;
	padding-bottom: 6px;
}

#hauptbereich strong {
	padding-bottom: 18px;
	color: red;
}

#hauptbereich ul {
	margin-left: 13px;	
}

#hauptbereich li {
	line-height: 18px;
	list-style: square;
	list-style-position: outside;
}

img.links {
	padding-right: 30px;
	
}

img.rechts {
	padding-left: 30px;
}

#footer {
	clear: both;
	height: 100px;
	background-color: #80FFFF;
}

#logo {
	text-align: right;	
	background-color: #ffffff;
	width: 1000px;
}

#kontakt a {
	text-align: right;
	color: #000000;
	width: 1000px;
	height: 39px;
	background-color: #ffffff;
}

#copyright {
color: #fff;
position: absolute;
bottom: 0px;
text-align: center;
}

