/* Resetting styles for cross-browser compatibility */
/*
h1, h2, h3, h4, h5, h6, h7, p, form, ul, ol, li, blockquote, fieldset {
	margin: 0; padding: 0;
}
*/
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(design/img01.jpg) repeat-x;
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #F49500;
}
.csc-firstHeader, h1 {
	font-size: 20px;
}

h2 {
	font-size: 14px;
}

h3 {
/*	text-transform: uppercase; */
	letter-spacing: 2px;
	font-size: 11px;
}

p, blockquote, ul, ol, .bodytext, #bodytext {
	line-height: 16px;
	text-align: justify;
}

blockquote {
	padding-left: 20px;
	background: url(design/img05.gif) repeat-y;
}

a {
	color: #F49500;
}

a:hover {
	text-decoration: none;
}


/* IE6 kann keine Transparenten PNG Bilder, daher der Hotfix */

img { 	
	behavior: url(fileadmin/yogitron/iepngfix.htc) 
}
/* Header */

#header {
	width: 950px;
	height: 180px;
	margin: 0 auto;
	padding-left: 10px;
	background: url(design/img02.jpg);
}

#header h1, #header h2 {
/*	text-transform: lowercase;*/
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 120px 0 0 20px;
	font-size: 36px;
	text-align: right;
}

#header h2 {
	float: right;
	padding: 134px 20px 0 0;
	font-size: 22px;
}

/* Menu */

#menu {
	width: 950px;
	height: 50px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 10px 8px 0 8px;
	background: url(design/img03.gif) no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #D8D8D8;
}

#menu a:hover {
	color: #FFFFFF;
}

#menu .first a {
	background: none;
}

/* Content */

#content {
	width: 930px;
/*	margin: 0 auto 50px auto;*/
	padding: 5px;
	background: #FFFFFF url(design/img04.jpg) repeat-x left bottom;
}

/* Links */

#links {
	width: 175px;
	padding: 0 10px 0 5px;
	background: url(design/img05.gif) repeat-y;
}

#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#links ul li {
	padding: 7px 10px;
	background: url(design/img06.gif) repeat-x left bottom;
}


#links li ul {
	padding: 5px 0 30px 0;	
}

#links li li {
	padding: 7px 10px;
	background: url(design/img06.gif) repeat-x left bottom;
}

#links li a {
	text-decoration: none;
}

#links li a:hover {
	text-decoration: underline;
}

#links li i {
	font-style: normal;
	font-size: 9px;
}

#links li h2 {
	font-size: 14px;
}


/* Inhalt */

#inhalt {
	width: 705px; 
	padding: 0 0 20px;
}

/*
#inhalt {
	width: 490px;
}
*/

/* Rechts */

#rechts {
	width: 130px;
	padding-left: 10px;
}

/* Footer */

#footer {
	height: 30px;
	padding: 10px;
	background: #2D2D2D url(design/img07.gif) repeat-x;
	font-size: 12px;
}

#footer p {
	text-align: center;
	color: #999999;
}

#footer a {
	text-decoration: none;
}


