/**
 *
 * FEINHEIT kreativ studio // www.feinheit.ch
 *
 */

/* Sticky Footer by Ryan Fait (http://ryanfait.com/) */

/********************************************* Global *********************************************/

* {
	margin: 0;
}

html, body {
	height: 100%;
}

body {
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.3em;
	background: url("/media/img/design/bg-repeat.jpg") repeat-x;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px; /* the bottom margin is the negative value of the footer's height */
	position: relative;
	width: 942px;
	font-size: 0.9em;
	text-align: left;
}

/********************************************* Header *********************************************/

#header {
	height: 159px;
	font-size: 15px;
	background: url("/media/img/design/header.jpg") no-repeat;
}

#logo{
	float:left;
}

#logo a{
	display:block;
	height: 159px;
	width:200px;
	text-decoration:none;
}

#menus{
	float:left;
	width: 480px;
}

#schlagzeile{
	height: 25px;
	padding: 30px 40px;
}

#header ul li{
	float:left;
	list-style: none;

}

#header ul li a{
	padding: 10px 11px 10px 9px;
	font-weight: bold;

}
#header ul li a.less-space{
	padding: 10px 11px 10px 7px;
	font-weight: bold;
}

#header ul{
	padding: 0 0 0 18px;
}

#header ul#menu{
	height: 32px;
	padding-top: 5px;
}

#header ul#submenu{
	padding-top:10px;

}

#header ul#submenu li a{
	padding: 10px 8px 10px 15px;
	font-size: 14px;
	font-weight: normal;
}

#suche{
	float:left;
}

#suche p{
	height:31px;
	padding: 33px 0 0 30px;
	color: #ddd;
	font-size: 16px;
}

#suche a{
	margin: 0px 0 0 185px;
	font-weight: bold;
	color: white;
	font-size: 12px;
}



/********************************************* Content *********************************************/
#content{
	clear: both;
	padding: 20px 0 20px 0;
}

#content_holder{
	clear: both;
	padding: 20px 0 20px 20px;
	width: 920px;
}
.homepage {
	width: 392px;
	margin-left: 245px;
}
.homepage table{
	width: 392px
}

.flashbox {
	height: 335px;
	width: 530px;
	background: url("/media/img/design/player-bg.jpg") no-repeat -5px -5px;
	padding: 10px 0 0 9px;
}

#left{
	float:left;
	width: 508px;
	padding: 0 20px 0 0;
}

/********************************************* Form *********************************************/


#von, #an{
	padding: 10px 0;
}

#von h3, #an h3{
	padding: 10px 0;
}

#von table, #page-forms{
	background: #eee;
	padding: 20px 10px;
}

#page-forms label{
	vertical-align: middle;
	padding: 0 5px 0 15px;
}
input{
	width: 214px;
	height: 20px;
	padding: 6px 0 0 6px;
	margin-left:10px;
}

#page-forms input{
	margin: -30px 0 0 0;

}

fieldset{
	border:none;
	/*height: 20px;
	*/padding: 15px 0 5px 0;
}

p.error{
	margin: 0px 0 20px 0;
	/*padding:% 0 0 10px 0;*/
	/*line-height: 20px;*/

}

#add_button{
	padding:0;
	width: auto;
	height: auto;
	margin-bottom: 10px;
}

#send_button, input#send_button{
	width: auto;
	height: 34px;
	margin: 0;
	padding-top: 6px;
	line-height: 28px;
	border-left: 1px solid #e7c526;
	border-right: 1px solid #9c6511;
	background: orange url("/media/img/design/orange-button.jpg") repeat-x;
	display: block;
	text-align: center;
	font-size: 18px;
}

#send_button:hover, input#send_button
{
	color: white;
	text-decoration: none;
	background-position: 0 -40px;
}

input .small_button {
	width: 160px;
	border: 1px solid red;
}

.error{
	color:red;
	font-weight:bold;
}



/********************************************* Right *********************************************/


#right{
	float: left;
	width: 390px;
}
#right h2{
	padding-left: 8px;
}

#right h3{
	padding-top: 10px;
}

.short_news a{
	display: block;
	font-weight: bold;
	padding: 8px 40px 8px 20px;
	border-bottom: solid white 1px;
	background: url("/media/img/design/plus.gif") no-repeat 340px;
}

.box-top, .box-bottom{
	height: 10px;
	width: 385px;
}

.box-top{
	background: url("/media/img/design/box-top.jpg") no-repeat;
}

.box-bottom{
	background: url("/media/img/design/box-bottom.jpg") no-repeat;
	margin: 0 0 20px 0;
}

.box{
	padding: 0 16px 0 10px;
	background: url("/media/img/design/box-bg.jpg") repeat-y;
}

.box img{

	padding: 10px 10px 6px 10px;

	float:left;
}

.box p{
	padding: 10px;
}

.play_news{
	height: 40px;
	text-transform: uppercase;
	padding: 5px 0 5px 30px;
	background: url("/media/img/design/play-button.gif") no-repeat;
}

.short_news{
	background: #eee;
}

#right-top{
	float:right;
	width: 390px;
	padding-left: 20px;

}

#right-top .box{
	height: 204px;
}
#right-top img{
	padding:0;
}


/********************************************* Footer *********************************************/

#push {
	clear:both;
}


#footer, #push {
	height: 30px; /* .push must be the same height as .footer */ /* margin of .wrapper must be the same value negativ */
}

#footer {
	position: relative;
	width: 95%;
	margin: 0 auto;
	background: black;
	padding-left: 20px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
	border: 0;
}
#footer p {
	position: absolute;
	left: 0;
	bottom: 4px;
	width: 700px;
	padding: 0;
	font: 0.8em;
	text-align: center;
}

#footer ul{
	width: 942px;
	margin: 0 auto;
	padding:0 0px;

}

#footer ul li{
	float:left;
	list-style: none;
}

#footer ul li a{
	line-height: 30px;
	padding:0 10px;
	color: #777;
	text-decoration: none;
	display:block;
	height: 25px;
}
#footer ul li a span{
	display: none;
}
#footer ul li a#dabei-bleiben {
	background: url("/media/img/design/logo-dabei-bleiben.gif") no-repeat center top;
	width: 162px;
}
#footer ul li a#offspace {
	background: url("/media/img/design/logo-offspace.gif") no-repeat center top;
	width: 83px;
}
#footer ul li a#feinheit-footer {
	background: url("/media/img/design/logo-feinheit.gif") no-repeat center top;
	width: 127px;
}
#footer ul li#impressum{
	color: white;
	padding: 5px 10px 0 12px;
}


/********************************************* Text and Links *********************************************/

h1 {
	text-indent: -500em;
}

h2 {
	padding: 20px 0;
	color: #000;
	font-size: 2em;
	line-height: 1.3em;
}

p {
	padding: 10px 0;
	color: #000;
	font: 1em/1.4em;
}

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

a:hover {
	color: #313ABD;
	text-decoration: underline;
}

a img{border:none;}

a#feinheit {
	background:transparent url(/media/img/design/feinheit.gif) no-repeat scroll 0 0;
	display:block;
	height:53px;
	position:absolute;
	right:0;
	text-indent:-7777px;
	top:0;
	width:16px;
}


/********************************************* Print *********************************************/

@media print {
	*{background: #fff; color: #000;}
	html {font: 100%/1.5 Arial, Helvetica, sans-serif;}
	/*#nav, #about { display: none; }*/
}


