/* CSS Document */


/* Seiten Struktur */
body {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(bilder/footer_hg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#seitenrahmen {
	position:absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	width: 100%;
	height: 100%;
	background-image: url(bilder/footer_hg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	z-index:2;
}

#logo_rahmen {
	position:absolute;
	width: 950px;
	height:10px;
	margin: 0 auto;
	top:0px;
	left: 50%;
	margin-left: -475px;
	z-index:50;
}

#logo {
	width: 205px;
	height: 123px;
}

#header {
	width: auto;
	height: 112px;
	background-image: url(bilder/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#balken {
	position:absolute;
 	left:0px; top:91px; width:100%; height:23px;
	background-color:#003399;
}

#navicontainer {
	width: 930px;
	margin: 0 auto;
}

#hauptnavi {
	width: auto;
	height: 23px;
	float:right;
}
	
#container_aussen {
	width: 100%;
	height: 500px;
	margin-top: -20px;
	background-color: #FFFFFF;
	background-image: url(bilder/container_hg.gif);
}	
	
#container {
	width: 950px;
	padding-top: 20px;
	margin: 20px auto;
	background-color:#FFFFFF;
}

#subnavi {
	float:left;
 	width:190px; height: 450px;
	padding: 5px;
	border-width: 1px;
	border-left-color: #e1e1e1;
	border-right-color: #e1e1e1;
	border-left-style: dashed;
	border-right-style: dashed;
}

ul, li, h3, h2, h1, p, .section{
	padding:0;
	margin:0;
	list-style:none;
}

#content {
	float:left;
 	width:500px; height: 450px;
	padding-left: 10px;
	padding-right: 10px;
	border-width: 1px;
	border-right-color: #e1e1e1;
	border-right-style: dashed;
	overflow:hidden;
	background-color:white;
	position:relative;
}
		
#flash {
	float:left;
 	width:205px; height: auto;
	padding: 5px;
	border-width: 1px;
	border-right-color: #e1e1e1;
	border-right-style: dashed;
}

#footer {
	position:relative;
	float:left;
 	left:0px; width:100%; height:23px;
	background-color:#999999;
	z-index: 100;
}

#footernavicontainer {
	width: 930px;
	margin: 0 auto;
}

#footernavi {
	width: auto;
	height: 23px;
	float:right;
}


/* Link-Formatierung */

.start {
	font-size: 11px;
	font-weight:normal;
	text-decoration:none;
}

img {
	border: 0px;
}

.sub a {
	text-decoration: none;
	color: #2a5aba;
}

.sub a:hover {
	color: #003399;
	text-decoration: underline;
}

#hauptnavi_links {
	height:23px;
	background: #003399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	float:right;
}

#hauptnavi_links li {
	display: inline;
	margin:0px 0px 0px 0px;
	padding-top: 10px;
}

#hauptnavi_links a {
	color:#FFFFFF;
	float:left;
	height:19px;
	margin: 0px 0px 0px 0px;
	padding:4px 10px 0px 10px;
	background: #003399;
	text-decoration:none;
}
#hauptnavi_links a:hover {
	color:#003399;
	height: 19px;
	float:left;
	margin: 0px 0px 0px 0px;
	padding:4px 10px 0px 10px;
	background: #e1e1e1;
	text-decoration:none;
}

#hauptnavi_links a:active {
	color:#003399;
	height: 19px;
	float:left;
	margin: 0px 0px 0px 0px;
	padding:4px 10px 0px 10px;
	background: #e1e1e1;
	text-decoration:none;
}

#subnavi_links {
	width:100%;
	list-style: none;
	display: block;
	line-height: 220%;
	margin-top: 3px;
	margin-right: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	padding-left: 0px;
	margin-left: 0px;
	padding-right: 0px;
	margin-right: 0px;
}

#subnavi_links li {
	border-bottom: 1px #003399 solid;
}

#subnavi_links a {
	cursor: pointer;
	display: block;
	text-decoration: none;
	width: 100%;
	background: #ffffff;
	color: #000000;
	padding-left: 5px;
}

#subnavi_links a:hover {
	color: #003399;
	background: #ffffff url(bilder/subnavi_hover.jpg) repeat-y;
}

#footernavi p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;	
	margin: 0px 0px 0px 0px;
	padding:4px 10px 0px 0px;
}

#footernavi a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding:4px 0px 0px 0px;
	text-decoration:none;
}

#footernavi a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #e6e6e6;	
	margin: 0px 0px 0px 0px;
	padding:4px 0px 0px 0px;
	text-decoration: underline;
}


/* Text-Formatierung */

h1 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #003399;
	margin-bottom: 10px;
}

h2 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #2a5aba;
	padding-bottom: 3px;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e1e1e1;
}

/* Hauptnavi-Formatierung der Links */

body#home li#home {background: #e1e1e1;}
body#produkte li#produkte {background: #e1e1e1;}
body#werbeagentur li#werbeagentur {background: #e1e1e1;}
body#syncroprint li#syncroprint {background: #e1e1e1;}
body#syncroweb li#syncroweb {background: #e1e1e1;}
body#it-services li#it-services {background: #e1e1e1;}
body#specials li#specials {background: #e1e1e1;}
body#referenzen li#referenzen {background: #e1e1e1;}
body#kontakt li#kontakt {background: #e1e1e1;}


body#home li#home a {color:#003399; background: #e1e1e1;}
body#produkte li#produkte a {color:#003399; background: #e1e1e1;}
body#werbeagentur li#werbeagentur a {color:#003399; background: #e1e1e1;}
body#syncroprint li#syncroprint a {color:#003399; background: #e1e1e1;}
body#syncroweb li#syncroweb a {color:#003399; background: #e1e1e1;}
body#it-services li#it-services a {color:#003399; background: #e1e1e1;}
body#specials li#specials a {color:#003399; background: #e1e1e1;}
body#referenzen li#referenzen a {color:#003399; background: #e1e1e1;}
body#kontakt li#kontakt a {color:#003399; background: #e1e1e1;}

/* Scrolling */

.section{
	width:1900px;
	position:relative;
}
		
.section .sub{
	position:relative;
	float:left;
	padding-left: 10px;
	padding-right: 10px;
	width: 500px;
	height:450px;
}

.section .sub p{
	width:500px;
	margin:10px 0;
}

.section .next, .section .prev{
	position:absolute;
	bottom:5px;
}

.section .next{
	right:30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}

.section .prev{
	left:30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}

.section .next a{
	color: #666666;
}

.section .next a:hover{
	color: #666666;
	text-decoration:none;
}

.section .prev a{
	color: #666666;
}

.section .prev a:hover{
	color: #666666;
	text-decoration:none;
}

/* Formulare */

label, input, select, textarea { /* Alle Labels UND Formularelemente auswählen */
  display: block;
  background-color: #e1e1e1;
  border: 1px solid #003399;
}

form { 
  clear: left;
}

/* Blog */


.post {
	margin: 0 0 40px;
	text-align: left;
}
	
.postmetadata {
	clear: left;
	padding: 20px 0px 0px 0px;
	line-height: 200%;
}

.entry {
	clear: left;
	margin-top: 20px;
}

#blog a{
	color:#003399;
	text-decoration:none;
}

#blog a:hover {
	color: #2a5aba;
}

.copyright {
	width: 190px;
	display: block;
	margin-top: 3px;
	margin-right: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}


