@import url("color.css");
@import url("type.css");

/*
*********************************************************************
* 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: auto;
	text-align: center;
	width: 998px;
}

body {
	margin: 0 auto;
	padding: 0 3px 20px 3px;
	position: relative;
	text-align: left;
	width: 990px;
}

/*************** NAVIGATION ***************/

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

.main_nav {
	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 {
	text-decoration: none;
}

.sub_nav {
	position: absolute;
	top: 35px;
	left: 0;
	width: 199px;
	z-index: 2;
}

.sub_nav li {
	margin: 0 0 6px;
}

.sub_nav li a {
	padding: 1px 0 1px 20px;
}

.sub_nav a.active {
	display: block;
	width: 180px;
}

.sub_nav h3 {
	line-height: 1;
	margin: 20px 0 10px 0;
	padding: 0 0px 0px 20px;
}

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


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

#branding h1 {
	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: 20;
}

.content_main {
	float: left;
	margin: 0;
	min-height: 290px;
	padding: 20px 0 30px 210px;
	width: 590px;
}

.content_main h2 {
	padding: 0 0 20px 0;
	width: 390px;
}

.content_main h3 {
	margin: 10px 0 3px 0;
}

.content_main ul.general, .content_main ul.sans {
	margin: 0px 0 20px 0;
}

.content_main ul.sans li {
	margin: 0 0 10px 0;
}

.content_main ul.general li {
	background: url(/public/img/bullet.png) 0 6px no-repeat;
	padding: 0 0px 0 15px;
}


.content_main p {
/* 	float: left; */
	margin: 0 0 10px 0;
	width: 580px;
}

.content_main a {
	text-decoration: underline;
}

.content_supp {
	float: right;
	width: 190px;
}

.content_supp img {
	float: right;
}

.content_supp img.topic {
	margin: 63px 0 0 0;
}

.content_main dl {
	margin: 10px 0 0 0;
}

.content_main dt {
	margin: 0;
}

.content_main dd {
	margin: 0 0 10px 0;
}

div.img_con {
	float: left;
	margin: 20px 0 0 0;
	width: 580px;
}

div.img_con img {
	float: left;
}

div.img_con li {
	float: left;
	margin: 0 0 20px 0px;
	width: 100%;
}

div.img_con p {
	margin: 10px 0 0 0;
	width: 320px;
}

/*************** TEASER ***************/

#siteinfo {
	clear: left;
	float: left;
	overflow: hidden;
	width: 100%;
}


hr {
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: solid;
	border-width: 1px;
	border-color: #b7bdb7;
	float: left;
	height: 1px;
	margin: 0;
	width: 100%;
}

hr.bottom {
	margin: 53px 0 0 0;
}

.teaser, .teaser ul, .teaser li {
	float: left;
}

.teaser li {
	height: 170px;
	margin: 10px 0 0 0;
}

.teaser li.wi1, .teaser li.wiempty {
	margin: 10px 10px 0 0;
	width: 190px;
}

.teaser li.wiempty h4 {
	display: none;
}

.wi2 h4 {
	width: 270px;
}

.teaser li.wi2 {
	width: 390px;
}

.teaser li a.bar, .teaser li a.bar_wi2 {
	display: block;
	height: 48px;
	margin: 100px 0 0 0;
	padding: 10px 0 0 30px;
}

.teaser li a.bar {	
	width: 160px;
}

.teaser li a.bar_wi2 {
	width: 360px;
}

.teaser li h4 {
	height: 83px;
	margin: -141px 0 0 10px;
	overflow: hidden;
}

.hidden {
	text-indent: -9999px;
}

/********** BACKGROUNDS TEASER **********/

/*
.teaser1 {
	margin: 10px 0 10px 0;
}
*/

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

/*
#cite_box {
	height: 321px;
	overflow: hidden;
	position: relative;
}

#cite_box blockquote {
	float: left;
	padding: 91px 0 0 20px;
	width: 578px;
}

#cite_img {
	float: right;
	height: 254px;
	padding: 68px 0 0 0;
	width: 371px;
}

#cite_img img {
	float: right;
}

.txt_news {
	float: left;
	padding: 30px 30px 30px 20px;
	width: 568px;
}

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

.content_sub {
	float: right;
	padding: 30px 20px 0 20px;
	width: 331px;
}

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

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

/*
.btn_start {
	display: block;
	float: right;
	height: 38px;
	margin:0 0 10px 0;
	padding: 5px 0 0 0;
	width: 170px;
}
*/


