@charset "utf-8";

*{
	margin:0;
	padding:0;
	border: none;
}

body{
	text-align: center;
	font: 75% Arial, Helvetica, sans-serif;
	color:#1a171b;
	background: url(main-bg.png) repeat-x #fff;
	
}

#container{
	position: relative;
	width: 948px;
	height: auto;
	margin: 0 auto;
}

#logo{
	position:absolute;
	top: 53px;
	left: 0px;
	background: url(logo.png) no-repeat center center;
	text-indent: -999em;
	height: 72px;
	width: 948px;
}

#leftCol{
	position: absolute;
	width: 188px;
	height: auto;
	margin: 0 auto;
	text-align:left;
	top:165px;
	left:0;
	z-index: 91;
	/*background: #069;*/
	display:block;
}

#centerCol{
	position: absolute;
	width: 480px;
	height: auto;
	margin: 0 auto;
	text-align:left;
	top:154px;
	left:206px;
	z-index: 91;
	/*background: #efefef;*/
	display:block;
	padding: 0 0 0 30px;
}

#rightCol{
	position: absolute;
	width: 200px;
	height: auto;
	margin: 0 auto;
	text-align:left;
	top:154px;
	left:760px;
	/*background: #efefef;*/
	display:block;
	padding: 0 0 0 30px;
}

/*#separator {
	width:auto;
	float:left;
	display:block;
	background:#000;
}*/

#content, #contentRight{
	position:relative;
	float:left;
	text-align:left;
	margin: 0;
	height: auto;
	width: 480px;
	line-height: 17px;
	font-size: 100%;
	padding-bottom: 20px;
}


#contentRight{
	width: 140px;
}

#content h1{
	font-size: 140%;
	font-weight: normal;
	margin: 0;
	padding: 6px 0px 30px 0px;
	color:#e2001a;
	text-transform:normal;
	background: url(h1-bg.png) no-repeat 0px 30px;
	position: relative;
	left: -30px;
	text-indent: 30px;
	width: 540px;
}

#contentRight h1,
#contentRight h2,
#contentRight h3,
#contentRight h4,
#contentRight h5,
#contentRight h6{
	font-size: 120%;
	font-weight: normal;
	margin: 0 0 0 0;
	padding: 10px 0px 16px 00px;
	color:#e2001a;
	text-transform:normal;
	background: url(h1-right-bg.png) no-repeat 0px 30px;
	position:relative;
	left: -30px;
	text-indent: 30px;
	width: 200px;
}

#content h2{
	font-size: 110%;
	font-weight: normal;
	margin: 0;
	padding: 0px 0px 0px 0px;
	color:#e2001a;
}

#content h3,
#content h4,
#content h5,
#content h6{
	font-size: 110%;
	font-weight: normal;
/*	color:#db7215;*/
	padding: 0;
	margin: 0 0 -5px 0;
}

#content p {
	text-decoration:none;
	padding: 0px 0px 12px 0px;
	font-size: 100%;
}

#contentRight p {
	text-decoration:none;
	padding: 0px 0px 12px 0px;
	font-size: 100%;
}

#content img {
	padding: 0px 0px;
}

#content b, #content strong , #contentRight b, #contentRight strong{
	font-weight: bold;
}

#content a, #contentRight a{
	color: #e2001a;
	text-decoration: none;
}

#content a:hover, #contentRight a:hover{
	color: #e2001a;
	text-decoration: underline;
}

#content ul, #contentRight ul{
	margin: 0 0 0 0;
	padding: 0 0 16px 0;
}

#content ul li, #contentRight ul li{
	margin: 0;	
	padding: 0 0 0 44px;
	list-style-type: none;
	background: url(content-li-bg.png) no-repeat 30px 6px;
}

.separator{
	padding: 0;
	margin: 0 0 10px 0;
}

.contenttable {
	margin:0;
	padding:0;
	line-height: auto;
}

/*------*/
/* NAVI */
/*------*/

#navi1{
	position:relative;
	float:left;
	width:100%;
	padding-bottom: 18px;	
}

#navi2{
	position:relative;
	float:left;
	width:100%;
}

#navi1 ul, #navi2 ul{
	list-style-type:none;
	font-size: 100%;
}

#navi1 li, #navi2 li {
	list-style-type:none;
	display: block;
	padding:0 35px 12px 0;
	margin: 0;
	text-align:right;
	background: url(navi-li-bg.png) no-repeat 0 4px;
}

#navi1 a, #navi2 a{
	color:#1a171b;
	text-decoration: none;
}

#navi1 a:hover, #navi2 a:hover{
	color: #e2001a;
	text-decoration: none;
}

#navi1 .active, #navi2 .active{
	color: #e2001a;
	text-decoration: none;
}

#subnavi1 ul, #subnavi2 ul{
	list-style-type:none;
	padding: 8px 0 10px 0;
}

#subnavi1 li, #subnavi2 li {
	list-style-type:none;
	padding: 4px 0 0 0;
	margin: 0 0 0 0;
	text-align:right;
	background: none;
	font-size: 90%;
}

#subnavi1 a, #subnavi2 a{
	color:#1a171b;
	text-decoration: none;
}

#subnavi1 a:hover, #subnavi2 a:hover{
	color: #e2001a;
	text-decoration: none;
}

#subnavi1 .active, #subnavi2 .active{
	color: #e2001a;
	text-decoration: none;
}

/*.navi ul{
	list-style-type:none;
	font-size: 100%;
}

.navi li {
	list-style-type:none;
	display: block;
	padding:0 30px 12px 0;
	margin: 0 5px 0px 0;
	text-align:right;
	background: url(navi-li-bg.png) no-repeat 0 4px;
}

.navi a{
	color:#1a171b;
	text-decoration: none;
}

.navi a:hover{
	color: #e2001a;
	text-decoration: none;
}

.navi .active{
	color: #e2001a;
	text-decoration: none;
}

.subnavi ul{
	list-style-type:none;
}

.subnavi li {
	list-style-type:none;
	padding: 4px 0 0 0;
	margin: 0 0 0 0;
	text-align:right;
	background: none;
	font-size: 90%;
}

.subnavi a{
	color:#1a171b;
	text-decoration: none;
}

.subnavi a:hover{
	color: #e2001a;
	text-decoration: none;
}

.subnavi .active{
	color: #e2001a;
	text-decoration: none;
}

*/


/*--------*/
/* FOOTER */
/*--------*/

#footer{
	position:relative;
	float:left;
	font-size: 90%;
	font-weight: normal;
	color:#999;
	background: url(h1-bg.png) no-repeat 0px 0px;
	display:block;
	height:30px;
	width:100%;	
	text-align: left;
	padding: 8px 0 0 0;
	left: -30px;
	text-indent: 30px;
	width: 540px;
}

#copyright{
	position:relative;
	float:left;
	display:block;
	height:30px;
	width:230px;
	text-align: right;
}

#copyright a {
	color:#999;
	text-decoration: none;
}

#copyright a:hover {
	color: #e2001a;
}


#symbols{
	position:relative;
	float:left;
	display:block;
	height:29px;
	width:250px;
	text-align: left;
	padding: 1px 0 0 30px;
}

a.symbHome, a.symbSitemap, a.symbImpressum, a.symbKontakt, a.symbDrucken{
	background: url(symbols.png) no-repeat 0px 0px;
	height:14px;
	width:14px;
	display:block;
	position:relative;
	float:left;
	padding-left:14px;
}

a.symbHome{background: url(symbols.png) no-repeat 0px 0px;}
a.symbSitemap{background: url(symbols.png) no-repeat -30px 0px;}
a.symbImpressum{background: url(symbols.png) no-repeat -60px 0px;}
a.symbKontakt{background: url(symbols.png) no-repeat -88px 0px;}
a.symbDrucken{background: url(symbols.png) no-repeat -116px 0px;}

a:hover.symbHome{background-position: 0px -24px;}
a:hover.symbSitemap{background-position: -30px -24px;}
a:hover.symbImpressum{background-position: -60px -24px;}
a:hover.symbKontakt{background-position: -88px -24px;}
a:hover.symbDrucken{background-position: -116px -24px;}


/*------*/
/* FORM */
/*------*/

#mailform {
  padding: 0;
}

fieldset {
  border:0px;
}
 
label {
  width: 380px;
  height: auto;
  padding: 10px 0 0 0;
  float: left;
  text-align: left;
  margin: 0;
  display: block;
  font-size:100%;
} 

input, textarea, select {
	margin: 2px 0 2px 2px;
	background: #efefef;
}

/*---------*/
/* Gallery */
/*---------*/

.tx-chgallery-pi1 .port-single {
	float:left; 
	padding:0 0 0px 0;
	width:150px;
	height:150px;
	text-align:center;
	margin: 0 10px 30px 0;
	display:block;
	background:#ededed;
}

.tx-chgallery-pi1 .port-img {
	width:150px;
	height:150px;
	line-height:148px;
	position:relative;
	text-align:center;
}

.tx-chgallery-pi1 .port-img a{
	text-align:center;
}

.tx-chgallery-pi1 .port-img img{
	vertical-align: middle;
}

.tx-chgallery-pi1 .port-desc {
	float:left;
	text-align:left;
	font-size:90%;
	line-height:normal;
	margin-top:4px;
}