/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{
	text-decoration: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20;
	padding-top: 0;
	padding-right: 5;
	padding-bottom: 0;
	padding-left: 0;
}

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul {
	list-style : none;
}

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }


/* layout.css */


html 	{
	text-align : center;
	background-image: url(images/bg.jpg);
}

body {
	position : relative;
	width : 800px;
	text-align : left;
	margin-top: 20;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	background-color: #FFF;
}

/* Branding */
div#branding {
	height: 110px;
	position: relative;
}

h1 {
	position: absolute;
	left: -1000px;
	top: -9999px;
}
div#branding p {
	position: absolute;
	left: -1000px;
	top: -9999px;
}
div#branding img {
	padding-left: 0px;	
}

/* Navigation */

h2 {
	position: absolute;
	left: -1000px;
	top: -9999px;
}

div#nav_main {
	height: 24px;
	position: relative;
	background-color: #4E6673;
}

ul#nav_tools {
	padding-left: 10px;
	padding-top: 1px;
}

ul#nav_tools li {
	display:inline;
	list-style-type:none;
	margin-right: 10px;
	padding: 5px;
}

ul#nav_tools li a:active
#rss #nav_rss,
#firmenlogo #nav_firmenlogo,
#briefpapier #nav_briefpapier,
#visitenkarten #nav_visitenkarten,
#flyer #nav_flyer,
#blog #nav_blog,
#werben #nav_werben {
	background-color: #900;
}

/* Bradcrump */

div#breadcrump {
	padding-left: 15px;
	height: 20px;
	position: relative;
	padding-top: 10px;
	padding-bottom: 20px;
}
ul#breadcrump_tools li {
	display:inline;
	color: #4E6673;
}

/* Content */

div#content {
	width : 100%;
	margin-bottom: 30px;
}

/* Content Main */

div#content_main {
	width : 490px;
	padding-right: 5px;
	padding-bottom: 1em;
	padding-left: 15px;
	margin-right: 290px;
}

div#content_main img{
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

div#content_main p{
	margin-bottom: 20px;
}

/* Content Sub */
  
div#content_sub {
	width : 270px;
	padding-right: 5px;
	padding-bottom: 1em;
	padding-left: 15px;
	float: right;
}

div#content_sub p{
	font-size: 10px;
	color: #333;
	line-height: 12px;
	margin-left: 10px;
	padding-right: 5px;
}


div#rss {
	padding-bottom: 10px;
	height: 64px;
}

div#rss ul {
	padding-left: 20px;
	float: left;
}

.google_suche {
	margin-bottom: 20px;
}

.newsletter_img {
	margin-top: 30px;
	margin-bottom: 30px;
	}
	
.werbeblock {
	width: 270px;
	margin-bottom: 10px;
	height: 125px;
	margin-top: 10px;
	float: left;
	}


.werbeblock_column {
	float: left;
	width: 125px;
	margin-right: 10px;
}

.234_block {
	width: 270px;
	}
	
.onlinedruckereien a{
	margin-left: 10px;
	font-size: 10px;
	text-decoration: none;
	}
	

div#branding, div#nav_main, div#site_info div#breadcrump {
width : 100%; }


/* Content Footer */

div#site_info {
	height: 160px;
	background-color: #4E6673;
	padding-left: 15px;
	font-size: 10px;
	color: #FFF;
	padding-top: 10px;
	clear:right;
}

div#site_info a{
	color: #FFF;
	text-decoration: none;
}


.site_info_column{
	float: left;
	width: 125px;
	margin-right: 10px;
}

div#site_info .long {
	width: 220px;
}

div#site_info .sub {
	padding-left: 15px;
}


.site_info_column ul li, .footer_column ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

/* typography */




body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 22px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
	color: #00304E;
	margin-bottom: 10px;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #00304E;
	margin-top: 20px;
	padding-bottom: 10px;
}

h5 {
	font-weight: bold;
	font-size: 12px;
	color: #00304E;
	margin-left: 10px;
	}
	
h6 {
	font-weight: bold;
	color: #FFF;	
	}


	
a:link {
	color: #00304E;
}

a:visited {
	color: #00304E;
}


ul#nav_tools li a{
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

ul#breadcrump_tools li a{
	color: #00304E;
}


.fett {
	font-weight: bold;
}
.fett_blau {
	font-weight: bold;
	color: #00304E;
}

.rechts {
	float: right;
}

.links {
	float: left;
	margin-right: 5px;
}

.serif {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

/* Formular */

div#content_main form {
	border: 1px dotted #900;
	padding: 10px;
}

.reihe {
	clear: both;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.label {
	float: left;
	width: 100px;
	text-align: right;
	padding-top: 3px;
	padding-right: 5px;
}

.feld {
	float: right;
	width: 360px;
	text-align: left;
} 

.knopf {
	clear: both;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 30px;
	padding-left: 110px;
}

.defbreite {
  width: 260px;
}

.newsletter {
	height: 260px;
	width: 240px;
	margin-top: 20px;
	float: left;
}
.news_left {
	padding-left: 30px;
}
.feedback {
	padding-top: 20px;
}
div#anzeigen ul {
	float: left;
	padding-top: 10px;
}

div#anzeigen li {
	float: left;
	border: 1px solid #CCC;
	height: 26px;
	width: 250px;
	margin-top: 4px;
	background-color: #E4E4E4;
}
div#anzeigen2 ul {
	float: left;
	margin-bottom: 10px;
}
#aufzaehlung {
	padding-left: 20px;
}
#aufzaehlung ul {
	font-weight: bold;
	list-style-type: square;
}
