/* hutti_main css document for www.patrick-hutter.ch | copyright sweetpea 2007 */

/* Allgemeine Formatierungen */

*  {
	margin:0;
	padding:0;
	height:100%;
}
body {
	text-align:center;
	font:80% Verdana, Arial, Helvetica, sans-serif;
	color:#d3d0c7;
	background-color:#16202c;
}
h1 {
	font: normal 2em Georgia, 'Times New Roman', serif;
	color:#e59c32;
	margin:0 0 20px 0;
	padding:10px 0 0 0;
}
h2 {
	font: bold 1.6em Georgia, 'Times New Roman', serif;
	color:#840000;
	margin:0 0 5px 0;
	padding:5px 0 0 0;
}
h3 {
	font: bold .8em Verdana, Arial, Helvetica, sans-serif;
	color:#46545d;
	margin:0 0 5px 0;
	padding:5px 0 3px 0;
}
p {
	padding:0 0 10px 0;
}
p.hinweis {
	font-size:.8em;
	line-height:1.2em;
	color:#e59c32;
}
a {
	font: bold .8em Verdana, Arial, Helvetica, sans-serif;
	color:#46545d;
	text-decoration:none;
}
img {
	padding:10px 0 0 0;
	border: 0 none;
	height:auto;
	display:block;
}
span {
	width:100px;
	float:left;
	display:block;
	height:auto;
	margin-bottom:20px;
	padding-right:50px;
}
span a.infogallery {
	display:block;
	width:100px;
	text-align:center;
	color:#d3d0c7;
}

/* IDs */

#container {
	text-align:left;
	width:760px;	
	min-height:100%;
	height:auto !important;/* moderne Browser */
	height:100%; /* IE */
	margin:0 auto; /* firefox */
	background-image:url(../img/content_repeat.gif);
	background-repeat:repeat-y;
	/* background-color:#0033FF; */
}

/* topnavigation */

#topnav {
	width:100%;
	height:41px;
	background-image:url(../img/top.jpg);
}

/* topnavigation - menü */

#navoben {
	list-style-type:none;
	padding:12px 25px 0 0;
	height:auto;
}
#navoben li {
	display: inline;
	height:auto; /* IE7 */
}
a.navtop{
	font-size:0.9em;
}
#navoben a {
	display:block;
	float:right;
	border-right:1px solid #eee68c;
	color:#d3d0c7;
	padding:0 4px 0 4px;
	text-decoration:none;
}
#navoben a:hover {
	color:#f9f4e5;
}
#navoben a.akt {
	color:#f9f4e5;
	font-weight:bold;
}
#navoben a.end {
	border-right:none;
}
#navoben a.endakt {
	color:#f9f4e5;
	font-weight:bold;
	border-right:none;
}
#header {
	height:165px;
	background-image:url(../img/header.jpg);
}

/* hauptnavigation */

#hauptnav {
	width:100%;
	height:48px;
	background-image:url(../img/nav.jpg);
}

/* hauptnavigation - menü */

#navmain {
	list-style-type:none;
	padding:10px 0 0 30px;
}
#navmain li {
	display: inline;
}
a.navmain {
	font-size:1.2em;
}
#navmain a {
	display:block;
	height:20px;
	float:left;
	color:#d3d0c7;
	font-weight:bold;
	padding:0 10px 0 10px;
	text-decoration:none;
}
#navmain a.akt {
	color:#f9f4e5;
	font-weight:bold;
	border-bottom: 3px solid #f9f4e5;
}
#navmain a:hover {
	color:#f9f4e5;
	border-bottom: 3px solid #f9f4e5;
}

/* hauptbereich */

#main {
	position:relative;
	height:auto; /* IE7 */
	line-height:1.8em;
	/* background-color:#FFCC99; */
}
p.mainbot {
	clear:both;
}
#news {
	position:relative;
	float:right;
	width:230px;
	padding:80px 0 0 0;
	color:#46545d;
	line-height:1.5em;
	/* background-color:#00CC00; */
}
#content {
	height:auto;
	margin-right:230px;
	padding:0 40px 0 30px;
	font-size:1.1em;
	/* background-color:#66CCCC; */
}
iframe {
	position:absolute;
	height:450px;
	width:465px;
	margin-top:35px;
}
#about {
	padding:0 0 0 30px;
}
p.about {
	font-size:0.9em;
	padding:0 0 0 30px;
}
p.titleabout {
	font: normal 2em Georgia, 'Times New Roman', serif;
	color:#e59c32;
	margin:0 0 20px 0;
	padding:5px 0 0 30px;
}
p.kontakt {
	padding-top:15px;
}
p.email {
	color:#e59c32;
}
p.spacer {
	padding-top:10px;
}
p.gallery {
	padding-top:10px;
	font-size:1em;
}

/* navigation gallerien */

#gallerynav {
	color:#d3d0c7;
}
#gallerynav p {
	padding-top:20px;
	margin-bottom:60px;
}

/* abgerundete Newsbox */

.box {
	background: transparent; 
	margin: 0 25px 0 15px;
}

.box .xtop, .box .xbottom {
	display: block; 
	background: transparent;
	font-size: 1px;
	height:auto; /* IE7 */
}
.box .xb1, .box .xb2, .box .xb3, .box .xb4 {
	display: block; 
	overflow: hidden;
}
.box .xb1, .box .xb2, .box .xb3 {
	height: 1px;
}
.box .xb2, .box .xb3, .box .xb4 {
	background: #BEBCB5; 
	border-left: 1px solid #A3A097; 
	border-right: 1px solid #A3A097;
}
.box .xb1 {
	margin: 0 5px; 
	background: #BEBCB5;
}
.box .xb2 {
	margin: 0 3px; 
	border-width: 0 2px;
}
.box .xb3 {
	margin: 0 2px;
}
.box .xb4 {
	height: 2px;
	margin: 0 1px;
}
.box .xboxcontent {
	display: block; 
	height:auto; /* IE7 */
	background: #BEBCB5;
	border: 0 solid #A3A097; 
	border-width: 0 1px;
	padding: 0 10px 0 10px;
}