/*************** lepping.css ***************/

@import url( "lepping_navi.css" );
@import url( "lepping_ie.css" );
@import url( "shadowbox.css" );

/*************** Allgemeines ***************/
* {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: Verdana,Arial,Helvetica,Geneva,sans-serif;
	font-size: 11px;
	color: #404040;
        text-align: center; /*wegen IE6*/
}

#site {
	margin: 10px auto;
	width: 960px;
	background: url(/_layout/img/global/bg.gif) repeat-y;
        text-align: left; /*wegen IE6*/
}

img {border: 0px;}

p {padding: 10px 0px;}

select {padding-right: 5px;}

input, textarea {
	font-family: Verdana,Arial,Helvetica,Geneva,sans-serif;
	font-size: 11px;
}

#pagecontent {}

.header {
	height: 110px;
	width: 960px;
	border-bottom: 10px solid #fff;
}

.footer {
	text-align: center;
	background: url(/_layout/img/global/footer_stripe.jpg) no-repeat;
	background-color: #fff;
	padding-top: 10px;
	color: #404040;
	margin-top: 10px;
	clear: both;
	border-top: 10px solid #fff;
}

.bull {color: #fed402;}

.button-area {
	padding: 20px 0px;
        clear: both;
}

.galerienavigation {
	padding: 10px 0px;
        clear: both;
}


/*************** Links ***************/
a.headlinelink:link {text-decoration: none; color: #404040; font-weight: bold;}
a.headlinelink:visited {text-decoration: none; color: #404040; font-weight: bold;}
a.headlinelink:hover {text-decoration: underline; color: #404040; font-weight: bold;}
a.headlinelink:active {text-decoration: underline; color: #404040; font-weight: bold;}

a.newsboxtxt:link {text-decoration: none; color: #404040; font-size: 11px;}
a.newsboxtxt:visited {text-decoration: none; color: #404040; font-size: 11px;}
a.newsboxtxt:hover {text-decoration: underline; color: #404040; font-size: 11px;}
a.newsboxtxt:active {text-decoration: underline; color: #404040; font-size: 11px;}

a:link, a:visited {
	color: #498bc4;
	text-decoration: none;
}

a:hover, a:active {
	color: #404040;
	text-decoration: underline;
}

.button, a.button {
	padding: 3px 7px;
	margin: 5px;
	border: 1px solid #404040;
	text-decoration: none;
	color: #404040;
	background-color: #fed402;
}

.button:hover, a.button:hover {
	padding: 3px 7px;
	margin: 5px;
	border: 1px solid #fed402;
	text-decoration: none;
	color: #fff;
	background-color: #000;
}


/*************** Schriften ***************/
h3 {
	background: url(/_layout/img/global/h3_line.gif) repeat-y;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	padding: 5px;
	margin: 15px 0px 5px 0px;
}


.headline {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

.headline2 {
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #6d79a5;
}

.list-headline {
	font-size: 11px;
	color: #404040;
	font-weight: bold;
	text-decoration: underline
}

.standard {
	font-size: 12px;
	color: #404040;
}

.big-headline {
	font-size: 22px;
	margin-bottom: 10px;
	padding: 2px 0px 2px 8px;
	color: #fff;
	background-color: #707173;
}

.big-subline {
	font-size: 16px;
	padding: 2px 0px 2px 8px;
	color: #fff;
	background-color: #7e8ab4;
	clear: both;
}

.error {color: #ae0000;}

.starlet {color: #ae0000;}


/*************** Pager ***************/
.pager, .pager-bottom {
        text-align: right;
	background-color: #fed402;
        overflow-x: hidden;
        overflow-y: hidden;
        padding: 3px 5px 3px 0px;
}

.pager {margin-bottom: 20px;}

.pager-bottom {margin-top: 20px;}


/*************** Content ***************/
.breadcrumb {
	border-bottom: 1px solid #fed402;
	margin-bottom: 10px;
	padding: 3px;
	color: #404040;
	font-size: 12px;
}

.breadcrumb a {
	color: #404040;
	text-decoration: none;
}

#textarea {
	margin-top: 10px;
	color: #404040;
	font-size: 11px;
	line-height: 1.2em;
}

#contentbox {
	float: left;
        line-height: 16px;
	margin: 0px 0px 10px 0px;
	width: 580px;
}

#leftbox {
	float: left;
	width: 180px;
	margin: 0px 10px 10px 0px;
	color: #fff;
}

#rightbox {
	float: right;
	width: 180px;
	padding: 0px;
	color: #404040;
}

input.contact {
	border: 1px solid #8d8c8c;
	width: 150px;
}

.group-image {
	 float: left;
	 clear: left;
}

.contact-person {
	 border-bottom: 1px solid #000;
         margin-bottom: 15px;
}

.contact-person img {
	 margin: 0px 10px 0px 0px;
}


/*************** Referenzen ***************/
.referenzblock ul, #referenzen ul {margin: 0px 0px 10px 25px;}

.referenzblock ul li, #referenzen ul li {
	list-style: square;
        list-style-position: outside;
        padding: 2px 0px 2px 2px;
}


/*************** Projekte ***************/
#projectboxcontent {
	padding: 10px 5px 10px 5px;
	text-align: left;
}

.projectboxtxt {margin: 3px 0px 10px 0px;}

.datum {
	margin: 3px 0px;
	color: #404040;
}

.project {margin-bottom: 20px}

.webkatalog {padding: 10px;}

.projectarchiv {text-align: right;}

.projecttime {
	float: left;
	font-weight: bold;
	color: #6d79a5;
}

.project-image {text-align: center;}

.project-image img {margin: 5px 0px;}

.projecthead {
	margin: 10px 0px;
	font-size: 12px;
	font-weight: bold;
}


/*************** Bildergalerie ***************/
.image-thumb {
        float: left;
        height: 178px;
        margin: 7px;
        text-align: center;
        width: 178px;
}


/*************** News ***************/
.news {
        border-bottom: 1px solid #000;
        padding: 0px 0px 15px 0px;
}


/*************** Links zu anderen Seiten ***************/
.logo-area {
	width: 580px;
}

.logo-area img {
	float: left;
	border: 1px solid #404040;
	margin: 6px;
}


/*************** Box-Model ***************/
.boxhead {
	background-color: #fed402; 	
	text-align: center;
        padding: 5px;
	font-size: 12px;
	font-weight: bold;
}

.boxbody-left {
	background-color: #fff6cf;
	margin: 0px;
}

.boxbody-right {
	background-color: #fff6cf;
	margin: 0px;
	border-bottom: 10px solid #fff;
}
