@charset "utf-8";

body{
	margin-top:0px;
	background-image:url(../img/background.gif);
	background-repeat:repeat-x;
	font-family: "Trebuchet MS", Arial; 
	font-size:12px;
	color:#525959;
	line-height:20px;	
		
}

.clearer {
	float:none;
	clear:both;
}

#page{
	width:959px;
	margin-left:auto;
	margin-right:auto;
	min-height:600px;
	background-color:#fff;	
}
#head{
	width:959px;
	height:105px;
	background-image:url(../img/head.gif)
}
#navi{
	width:915px;
	height:41px;
	background-color:#fff;
	padding-left:22px;
	padding-right:22px;
}
#content{
	width:915px;
	background-color:#fff;
	padding-left:22px;
	padding-right:22px;
	padding-top:10px;
	padding-bottom:15px;
}
/*zweispalten*/
.left{
	width:447px;
	padding-right:10px;
	float:left;
	
}
.right{
	width:447px;
	padding-left:10px;
	float:left;
}
/*dreispalten*/
.eins{
	width:285px;
	padding-right:15px;
	float:left;
}
.zwei{
	width:285px;
	padding-left:15px;
	padding-right:15px;
	float:left;
}
.drei{
	width:285px;
	padding-left:15px;
	float:left;
}



/* navigation */
.mainnavi a{
	padding-top:10px;
	font-family: "Trebuchet MS", Arial; 
	font-size:12px;
	color:#525959;
	float:left;
	margin-right:20px;
	font-weight:normal;
	text-decoration:none;
}
.mainnaviakt a{
	padding-top:10px;
	font-family: "Trebuchet MS", Arial;
	font-size:12px;
	color:#E50104;
	float:left;
	margin-right:20px;
	font-weight:normal;
	text-decoration:none;
}
.subnavi a {
	padding-top:5px;
	font-family:"Trebuchet MS", Arial;
	font-size:11px;
	color:#525959;
	float:left;
	margin-right:20px;	
	text-decoration:none;
}
.subnaviakt a {
	padding-top:5px;
	font-family:"Trebuchet MS", Arial;
	font-size:11px;
	color:#E50104;
	float:left;
	margin-right:20px;	
	text-decoration:none;
	font-weight:normal;
	text-decoration:overline;
}
/* navigation end */
h1{
	font-size:18px;
	font-family:"Trebuchet MS", Arial;
	line-height:13px;
}
h2{
	font-size:13px;
	font-family:"Trebuchet MS", Arial;
	line-height:13px;
}

a{
	color:#E50104;
	text-decoration:none;	
}

.myGallery {
	border:0px;
	}
#lang{
	text-align:right;
	padding:10px;
	}

