/*
	Stylesheet Birnmaum + Partner - default styles - 
	Author: David Schneider (david.schneider@xyqom.net)
	Copyright XYQOM GmbH 2009
*/


/**
* Reset
*/
*
{
	margin:0;
	padding:0;
	border:0;
}

html
{
	height:100%;	
	overflow:-moz-scrollbars-vertical;
}

body
{
	background:#70c100 url(../images/ui/bg_html.jpg) repeat-x;
}


/**
* Font-Family
*/
a, b, body, cite, div, em, i, label, li, ol, p, strong, td, th, u, ul
{
	font-family:Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6
{
	font-family:Arial, sans-serif;
}

fieldset, form, input, optgroup, select, textarea
{
	font-family:Arial, sans-serif;
}


/**
* Font-Size/Color
*/
a, body, div, fieldset, form, input, label, li, ol, optgroup, p, select, td, th, textarea, ul
{
	font-size:12px;
	color:#000000;
}

a 
{
	color: #70c100;
}

h1, h2, h3, h4, h5, h6
{
	font-family:Arial, sans-serif;
	font-size:18px;
	color:#000;
	font-weight:normal;
	line-height:normal;
}

h1
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:24px;
	font-weight:normal;
	color:#888;
	margin-bottom:27px;
}

h2 
{
	font-size:14px;
	font-weight:bold;
}


/**
* Layout
*/
#wrapper
{
	width:960px;
	margin:0 auto;
	position:relative;
	background:#70c100 url(../images/ui/bg_lower.jpg) 0 0 repeat-x;
}

#header
{
	height:80px;
	background:transparent url(../images/logo_small.jpg) 0 bottom no-repeat;
}

#header a
{
	width:64px;
	height:63px;
	position:absolute;
	top:16px;
	display:block;
}

#container
{
	overflow:hidden;
}

#main
{
	width:480px;
	height:488px;
	float:left;
}

#morph
{
	float:right;
	margin:0 20px 0 0;
}

#slidetext
{
	height:200px;
}

.slide_big
{
	height:500px;
}

body.flash #main
{
	height:568px;
}

body.two_col #main
{
	width:634px;
	height:488px;	
}

body.blog #main .ce_text
{
	margin:0 0 55px 0;
}

#main .mod_article
{
	margin:40px 0 0;
	line-height:16px;
}

#right
{
	width:480px;
	height:488px;
	float:right;
}

body.two_col #right
{
	position:absolute;
	top:0;
	right:0;
	width:277px;
	height:528px;
	background:#ddd;
	padding:20px;
}

body.blog #right
{
	padding-top:120px;
	height:428px;
}

body.blog #right .ce_image
{
	margin:0 0 40px 15px;
}

body.blog #right .ce_image img
{
	border:2px solid #000;
}

#hauptspalte
{
	position:absolute;
	top:-40px;
	width:960px;
	height:488px;
}

body.flash #hauptspalte
{
	height:568px;
}

#footer
{
	position:absolute;
	height:230px;
	width:960px;
	left:50%;
	margin-left:-480px;
	border:0px solid red;
}

#claimband
{
	width:100%;
	height:61px;
	position:absolute;
	top:728px;
	background:transparent url(../images/ui/claimband.jpg) center 0 repeat-x;
}

#clear
{
	clear:both;
}

/**
* Navigation - M A I N
*/
.mod_navigation.main
{
	position:absolute;
	top:16px;
	left:0;
	width:100%;
}

.mod_navigation.main ul
{
	list-style:none;
	width:100%;
}

.mod_navigation.main .nav_right
{
	position:absolute;
	right:0;
}

.mod_navigation.main li
{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* CSS 3 \o/ */
	-khtml-border-radius: 3px; /* old Konqueror browsers */
	
/* 	padding:8px 12px; */
	margin:0 11px 0 0;
	border:1px solid #b2e966;
	float:left;
}

.mod_navigation.main li.first,
.mod_navigation.main li.last
{
	margin:0;
}

.mod_navigation.main li a,
.mod_navigation.main span.active
{
	color:#000;
	display:block;
	padding:8px 12px;
	text-decoration:none;
}

.mod_navigation.main li:hover
{
	border:1px solid #e4f7ca;
	background:#ace859;
}

.mod_navigation.main span.active
{
	background:#ace859;
}

.mod_navigation.main li.active
{
	border:1px solid #000;
}

.mod_navigation.main li.active:hover
{
	border:1px solid #000;
}





















