/* GLOBAL STYLES
--------------------------------------------------------------------*/
@media print {
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

a {
	text-decoration: none;
	color: #333333;
}

.inline {
	display: inline;
}

.bold{
	font-weight: bold;
}

.italic {
	font-style : italic;
}

.line_through {
	text-decoration:line-through
}

.error {
	color : #bb3030;
}

ul li {
	list-style-type: none;
}

.pad_left {
	padding-left : 15px;
}

.pad_right {
	padding-right : 15px;
}

.pad_bottom {
	padding-bottom : 16px;
}

input, select, textarea {
	font-family : Helvetica,Arial,san-serif;
}

.capital {
	text-transform : uppercase;
}

.right {
	float: right;
	width : auto;
}

abbr {
	border : none;
	cursor : help;
	font-style : italic
}

.left, ul.galleryImg li, .pagination ul li {
	float: left;
	width : auto;	
}

.ce_text {
	clear : left;
	margin-bottom: 15px;
}

#main .ce_image {
}

* html #main .mod_article {
}

.ce_download, .ce_downloads {
 	padding-top : 8px;
 	margin-bottom : 8px;
 }

.ce_gallery {
 	padding-top : 30px;
 	margin-bottom : 8px;
}

.image_container img {
	margin-top : 8px;
}

.ce_text ul,  .ce_list ul, .ce_text ol, .ce_list ol  {
	clear : both;
	margin-bottom : 20px;
	list-style-type : square;
	list-style-position : inside;	
}

.ce_text ol li, .ce_list ol li  {
	list-style-type:decimal;	
}

.ce_list ul li, .ce_text ul li {
	font-size : 12px;
}

.caption {
	clear: both;
	font-size : 11px;
	padding-bottom :10px;
}

.invisible, #left, div.mod_navigation, #service_navi, #footer_adresse h2, .header-element
 {
	display : none !important;	
}

.clear, #clear {
  clear:both;
  height:0.1px;
  line-height:0.1px;
  font-size:0.01em;
  overflow:hidden;
}

p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset { margin-bottom: 3px; }

.ce_text p {
	margin-bottom : 12px;
}

/* SPECIAL CLASSES */
#footer_mailtel p.tel {
	float : right;
	width : auto;
}

/* LAYOUT STYLES
--------------------------------------------------------------------*/

body {
	font : 14pt/1.4 Verdana, "Lucida Grande", Lucida, sans-serif;
	background: #fff !important;
	color: #333333;
}

#wrapper {
	width: 650px;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	padding-left : 2%;
	font-size : 13px;
}

#header {
	height : 100px;
    padding-bottom : 5px;
	border-bottom : 4px solid #f0e500;
}

#container {
	width: 650px;
}

#main {
	padding : 20px 0;
	border-bottom:2px solid #f0e500;
}

#right .inside .mod_article, #right .inside .block {
	margin-top : 10px;
	padding-top : 10px;
}

#footer {
	font-size : 12px;
	clear : both;
}

#footer * {
 	margin :0;
}

#footer .block, .footer .block  {
    display : table-cell;
    width : 188px;
    position : relative;
    vertical-align: bottom;
    font-size : 11px;
    padding-top : 10px;
}

#footer .block ul, .footer .block ul {
    display: none;
}

#main .footer {
    border-top : 2px solid #aaa;
}

#right {
	height : auto !important;
	overflow : visible !important;
	padding : 0 !important;
	top : 0 !important; 
	left : 0 !important;
	width : 650px !important;
}


/* HEADER STYLES
--------------------------------------------------------------------*/

.logo{
	float : left;
	width : 500px;
	background : none;
}

.logo img {
}


/* OTHERS STYLES
--------------------------------------------------------------------*/
h1,h2,h3,h4 { font-weight : normal}
h1 { font-size: 20px; }
h2 { font-size: 16px; }
h3 { font-size: 13px; }
h4 { font-size: 12px; }

#main .ce_text p {
	padding-bottom : 10px;
}

.float_right, .float_left {
    float : none;
}

.gelb,
.orange,
.grau,
.hell-grau,
.gruen,
.navy,
.oliv,
.khaki,
.silber,
.pink,
.tuerkis,
.rot,
.block-hintergrund {
    padding : 10px;
    border : 1px solid #ccc;
}
.ce_contentSeparator {
    padding : 0;
    border : none;
}

/* SITEMAP STYLES
--------------------------------------------------------------------*/
.mod_sitemap{

}

ul#sitemap_tree a {
	font-size: 12px;
}

ul#sitemap_tree li {
	margin-top : 8px;
}

ul#sitemap_tree ul li {
	margin-top : 3px;
}

ul#sitemap_tree li {
	list-style-type : square;
	margin-left : 16px;
}

ul#sitemap_tree li ul {
	font-weight : normal;
	margin-left : 0px;
}
/* FROM STYLES
--------------------------------------------------------------------*/
.ce_form {
	margin: 0 ;
}

#main form label {
	clear : both;
	float : left;
	width : 120px;
	margin: 5px 0 0 0;
}

span.captcha_text {
	float : left;
	width : 237px;
	margin : 3px 0 0 0;
	padding-left : 130px;
}

#main form input, #main form textarea {
	float : right;
	width : 400px;
	font : 12pt/14px Helvetica,Arial,san-serif;
	padding : 3px;
	margin : 5px 0;
	color : #808080;
	border : 1px solid #aaaaaa;
}

#main form textarea { 
	height : 180px;
	max-width : 608px;
	line-height : 18px;
}

#main form p {
	float : right;
	width : 406px;
	font-size : 0.786em;	
	margin : 5px 0 -5px 0;
}

fieldset {
	clear : both;
}

div.submit_container input.submit {
	float : right;
	width : 100px !important;
	color : #333333;
	background-color : #CCCCCC;
	margin-right : 308px;
	font : 12pt/22px Helvetica,Arial,san-serif;
	height : 22px;
	padding : 0;
}

/* TABLE STYLES
--------------------------------------------------------------------*/
table, .table table {
    border-collapse : collapse;
    text-align : left;
    border-bottom :1px solid #9e948a;
    min-width : 70%;
    line-height: 1.5;
    padding : 5px 0;
}

table thead th, table thead tr, table tfoot {
    border-bottom :2px solid #9e948a;
    padding : 5px 8px 5px 0;
    font-weight : bold;
    vertical-align: middle;
}

table tfoot {
    background-color : #fff;
    line-height :1.2;
}

table tr td , .table table tr td {
    border-bottom : 1px solid #9e948a;
    line-height: 1.5;
    padding : 4px 8px 2px 0;
}

table tr.odd {
    background-color : none;
}

/* BACK LINK */
#web-agentur {
	float : left;
	width : auto;
	padding-top : 30px;
	font-size : 11px;
}

#web-agentur span.web{
	display : none;
}

#web-agentur a{
	color : #576eb8;
}
} /*@media ends*/