
/*
*********************************************************************
* The following styles handle every global defaults					*
* --> all styles arranged by clearly comments						*
* --> mukutu GmbH / werk01 09.02.2009										*
*********************************************************************
*/

/* +++++++++++++++++++ DEFAULT STYLES CONTENT +++++++++++++++++++ */

/* NORMALISIERT MARGIN, PADDING */
body, div, dl, dt, dd, dul, ol, ul, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{	
	margin: 0;
	padding: 0;
}

/* NORMALISIERT font-size für Überschriften */
h1, h2, h3, h4, h5, h6
{
	font-size: 100%;
}

/* ENTFERNT LIST-STYLES AUS LISTEN */
ol, ul
{
	list-style: none;
}

/* ENTFERNT BORDER AUS FIELDSET UND IMG */
fieldset, img {
	border: 0;
}

/* NORMALISIERT FONT-STYLE UND FONT-WEIGHT AUF NORMAL */
address, caption, cite, code, dfn, em, strong, th, var, h1, h2, h3 {
	font-style: normal;
	font-weight: normal;
}


/* NORMALISIERT TABLES */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* RICHTET TEXT IN CAPTION UND TH LINKS AUS */
caption, th {
	text-align: left;
}

/* ENTFERNT ANF†HRUNGSZEICHEN AUS Q */
q:before, q:after {
	content: '';	
}

/*************** DEFAULT STYLES ***************/

html {
	margin: 0 auto;
	text-align: center;
	width: 998px;

}

body {
	background: url(/public/img/imgBottom_home.png) center top repeat-y;
	color: #333;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: small;
	margin: 0 auto;
/* 	overflow: hidden; */
	padding: 0 4px 20px 4px;
	position: relative;
	text-align: left;
	width: 990px;
}

#navigation {
	position: relative;
	z-index: 200;
}

.main_nav {
	background: #b7bdb7;
	height: 35px;
	width: 100%;
}

.main_nav ul {
	float: left;
}

.main_nav li {
	float: left;
	margin: 0 10px 0 0px;
	min-height: 25px;
	padding: 10px 0 0 0;
	text-align: center;
	width: 190px;
}

.main_nav li.last {
	margin: 0;
}

.main_nav li a {
	color: #fff;
	text-decoration: none;
}

.main_nav li a:hover, .main_nav li.active a {
	color: #333;
}

.main_nav li.active {
	background: #ccc;
}


/*************** NAVIGATION END ***************/

#branding p.lang {
	float: right;
	margin: 50px 20px 0 0;
}


#branding p.lang a {
	color: #333;
	font-size: 90%;
	text-decoration: none;
	float: right;
	height: auto;
	margin: 0;
	width: auto;
}


#branding {
	background: #dbe4e4;
	height: 126px;
	position: relative;
	width: 100%;
}

#branding h1 {
	background: url(/public/img/logo.png) 0 0 no-repeat;
	height: 51px;
	left: 24px;
	position: absolute;
	top: 51px;
	width: 163px;
}

#branding h1, #branding blockquote, #branding cite {
	text-indent: -9999px;
}

#branding a {
	display: block;
	height: 51px;
	width: 163px;
}

#branding p.lang {
	float: right;
	margin: 50px 20px 0 0;
}

#branding p.lang a {
	float: right;
	height: auto;
	margin: 0;
	width: auto;
}

#branding p.lang span {
	float: right;
}

#content {
	float: left;
	position: relative;
	width: 100%;
	z-index: 2;
}

/*
.content_main {
	background: url(/public/img/border_nav.png) 0 200px repeat-y;
	float: left;
	margin: 0;
	min-height: 290px;
	padding: 20px 0 10px 210px;
	width: 780px;
}

.content_main p {
	float: left;
	margin: 20px 0 0 0;
	width: 590px;
}

.content_main h2 {
	color: #009999;
	font-size: 110%;
	font-weight: bold;
}
*/
.content_sub a {
	color: #333;
}

.content_sub h3 {
	color: #009999;
}

.content_sub {
	float: right;
	line-height: 2;
	padding: 30px 20px 0 20px;
	width: 331px;
}

.content_sub h3, .content_sub ul {
	margin: 0 0 10px 0;
}

.content_sub li {
	margin: 0 0 20px 0;
}

.content_sub li img {
	display: block;
	margin: 10px 0 0 0;
}


#cite_box blockquote em {
	font-size: 120%;
}


#cite_box blockquote, #cite_box blockquote em {
	font-style: italic;
}


#cite_box {
	background: #fff url(/public/img/shadow_img.png) 615px bottom no-repeat;
	border-bottom: 1px solid #b7bdb7;
	height: 321px;
	overflow: hidden;
	position: relative;
}

#cite_box blockquote {
	font-size: 140%;
	letter-spacing: 1px;
	line-height: 2;
	float: left;
	padding: 91px 0 0 20px;
	width: 578px;
}

#cite_box blockquote img {
	padding: 0px 5px 10px 5px;
}

#cite_img {
	border-left: 1px solid #b7bdb7;
	float: right;
/*
	height: 254px;
	padding: 68px 0 0 0;
*/
	width: 371px;
}

#cite_img img {
	float: right;
}

.txt_news h2 {
	color: #009999;
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.txt_news em {
	color: #009999;
	font-weight: bold;
	line-height: 2;
}

.txt_news {
	float: left;
	line-height:25px;
	padding: 30px 30px 30px 20px;
	width: 568px;
}

.txt_news a {
	color: #333;
	text-decoration: underline;
}

.txt_news a:hover {
	color: #009999;
}

.txt_news ul {
	margin: 10px 0 10px 0;
}

.linkbox {
	line-height: 2;
}

.linkbox h3 {
	font-weight: bold;
}

.linkbox h3, .linkbox ul {
	font-size: 90%;
}

.linkbox a {
	text-decoration: underline;
}

/*************** HOME STYLES FORMELEMENTS ***************/

.btn_start {
	background: url(/public/img/button_start.png) 0 0 no-repeat;
	color: #fff;
	display: block;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	height: 38px;
	left: 429px;
	letter-spacing: normal;
	padding: 5px 0 0 0;
	position: absolute;
	top: 270px;
	text-align: center;
	text-decoration: none;
	width: 170px;
}