* {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, p, li {
	margin-bottom: 15px;
}

a:focus {
	outline: none;
}

body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #777777;
	background: url(../images/head_bg.png) top repeat-x #ffffff;
}

#root {
	width: 770px;
	margin: 0px auto;
	text-align: left;
}


/* Sidebar */

#sidebar {
	width: 250px;
	padding-bottom: 30px;
	background: #ffffff;
	float: left;
}

#sidebar_padding {
	padding: 20px;
}

#logo {
	position: relative;
	top: -4px;
	left: 1px;
}

.box {
	margin-top: 34px;
}

.box h1 {
	font-family: Century Gothic, Trebuchet MS, Tahoma, Verdana;
	font-weight: normal;
	font-size: 1.6em;
}

.box_content {
	padding: 5px 5px 1px 5px;
	font-size: 0.9em;
	background: #eeeeee;
	border: 1px solid #BFEF01;
}

.box_content ul li {
	list-style-type: none;
}

.textadd {
	line-height: 140%;
}


/* Header */

#header {
	height: 45px;
	padding: 31px 11px 0px 11px;
	color: #444444;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
}

.title1 {
	margin-left: -2px;
	font-size: 1.25em;
	letter-spacing: -0.03em;
}

.title2 {
	font-size: 1.2em;
}



/* Navi */

#navi {
	width: 400px;
	position: relative;
	top: -2px;
	left: 29px;
}

#navi li {
	margin-left: 22px;
}

#navi ul li {
	display: inline;
}

#navi ul li a {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}

#navi ul li a:hover {
	color: #000000;
}


/* Content */

#content {
	width: 520px;
	float: left;
}

#content_text {
	padding: 55px 30px 20px 80px;
	word-spacing: 5px;
	line-height: 20px;
}

#content_text a {
	font-weight: bold;
	color: #777777;
	text-decoration: none;
}

#content_text a:hover {
	background-color: #BFEF01;
}

#content_text h1 {
	margin: 0px 0px 35px -30px;
	font-family: Trebuchet MS, Tahoma, Verdana;
	font-size: 1.95em;
	text-transform: uppercase;
	color: #bfef01;
}

#content_text ul li {
	margin-left: 40px;
	list-style-image: url(../../site_images/li.gif);
}


/* Footer */

#footer {
	width: 100%;
	padding: 10px 0px;
	color: #cccccc;
	border-top: 2px solid #ccff00;
	position: relative;
}

#footer a {
	color: #bbbbbb;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}


/* Diverses */

.clear {
	clear: both;
}

.diam_margin {
	margin: 0px 10px 0px 12px;
}


/* Padding eingefügter Bilder durch Typo3 */

.csc-textpic-image {
	padding-left: 0px;
}