/*
	Author	:	Christina Schüpbach
	Email		christina.schuepbach@ibc.unibe.ch
	Website	:	http://www.dcb.unibe.ch
*/
* {
	margin:0;
	padding:0;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	list-style-position: inside;
	list-style-type: square;
}

/* body */
body {
	color:#666;
	line-height:1.4em;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 0.75em;
	background-color: #fff;
}

/* general */
a {
	color:#9C0;
	text-decoration:none;
}
a:hover {
	color:#555;
	text-decoration:none;
}

/* header */
#header {
	background:#323232 url('image/background_header.jpg') center repeat-y;
	width:100%;
}
#header:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#header_inside {
	border-left:1px solid #bbb;
	border-right:1px solid #bbb;
	margin:0 auto;
	width:800px;
}
#header_inside h1 {
	color:#fff;
	float:left;
	height:0px;
	line-height:100px;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: 3.2em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
}
#header_inside h1 span {
	color:#9C0;
}
#header_inside ul {
	float:right;
	height:100px;
	list-style:none;
	width:600px;
}
#header_inside ul li {
	border-right:1px solid #555;
	float:right;
	list-style:none;
	width:75px;
	height: 100px;
	padding: 0px;
}
#header_inside ul li a {
	color:#fff;
	display:block;
	height:50px;
	line-height:50px;
	padding:50px 0 0;
	text-align:center;
	width:75px;
}
#header_inside ul li a:hover {
	background:#fff;
	color:#111;
}
#header_inside ul li a.active {
	color:#111;
	background-color: #9C0;
}

/* content */
#content {
	clear:both;
	width:100%;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(background_content_def.jpg);
}
#content_inside {
	border-left:1px solid #bbb;
	border-right:1px solid #bbb;
	margin:0 auto;
	width:800px;
}
#content_inside_sidebar {
	clear:both;
	float:right;
	height:auto;
	line-height:175%;
	width:198px;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #bbb;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 1px;
	padding-bottom: 0;
	padding-left: 5px;
}
#content_inside_sidebar h2 {
	background:#fff;
	color:#000;
	font-size:110%;
	font-weight:400;
	text-align:right;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0;
}
#content_inside_sidebar ul {
	letter-spacing:-1px;
	margin:0 0 10px;
	list-style-image: none;
	list-style-type: square;
}
#content_inside_sidebar ul li {
	list-style:none;
	right: 0px;
}
#content_inside_sidebar ul li a {
	border-bottom:1px solid #e9e9e9;
	display:block;
	padding:3px;
	text-align:right;
	width:192px;
}
#content_inside_sidebar ul li a:hover {
	background:#ddd;
	color:#000;
}
#content_inside_main {
	float:left;
	letter-spacing:-0.4px;
	line-height:175%;
	padding:10px;
	width:576px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	left: 0px;
	clear: none;
	position: relative;
	height: 780px;
	background-color: #fff;
	background-repeat: no-repeat;
	display: inline;
	visibility: visible;
	overflow: scroll;
}
#content_inside_main h1 {
	border-bottom:1px solid #ccc;
	font-size:125%;
	padding:0 0 2px;
}
#content_inside_main h2 {
	color:#9C0;
	font-size:115%;
	text-align:left;
}
#content_inside_main p {
	padding:0 0 10px;
}

/* footer */
#footer {
	background:#323232 url('image/background_footer.jpg') center repeat-y;
	clear:both;
	height:100px;
	width:100%;
}
#footer_inside {
	border-left:1px solid #bbb;
	border-right:1px solid #bbb;
	height:0px;
	width:800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#footer_inside p {
	color:#fff;
	line-height:100px;
	text-align:center;
	background-color: #323232;
}
#content #content_inside #content_inside_main p {
	font-size: 12px;
}
#content #content_inside #content_inside_main p {
	font-size: 12px;
	line-height: 175%;
}
.Untertitel {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
