/* CSS Document */

/* global styles */

body, div, ul {
	margin:0;
	padding:0;
	}

body {
	background-image:url(../images_system/body_tile.gif);
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	}

#container {
	width:864px;
	margin:0 auto 0 auto;
	background-image:url(../images_system/upper_tile.gif);
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	}

/* upper ######################################## */

#upper_container {
	}
#upper_left {
	float:left;
	width:12px;
	height:317px;
	background:url(../images_system/upper_left.gif);
	}
#upper_right {
	float:right;
	width:12px;
	height:317px;
	background:url(../images_system/upper_right.gif);
	}
#upper {
	float:left;}

/* header ###################################### */


#header_container {
	width: 820px;
	margin:20px 0 0 10px;
	height:40px;
	}
.logo {
	margin:15px 0 0 0;
	}
#header_right {
	float:right;
	width:550px;
	height:50px;
	text-align:right;
	}

/* search */

	#search{
		text-align:right;
		width:550px;
		height:20px;
		margin-top:10px;
		}
	.inputfield {
		border:1px solid #ccc;
		font-size:10px;
		padding:1px;
		}
	.inputbutton{
		vertical-align:middle;
		margin-right:5px;}
	form {
		margin:0;
		padding:0;
		}

/* navi container ############################## */

#navi_container {
	width: 820px;
	margin:20px 0 0 10px;
	height:236px;}
	*html #navi_container {margin:7px 0 0 10px}


	#first_nav, #second_nav, #third_nav {
	float:left;
	height:236px;
	border-right:1px solid #fff;
	}

	#first_nav {
		width:146px;
		}
	#second_nav {
		width:151px;
overflow:auto;
		}
	#third_nav {
		width:250px;
overflow:auto;
		}



#picture_container {
	float:left;
	width:269px;
	height:236px;
	border-right:1px solid #fff;
	}

/* lower ######################################## */

#lower_container {
	background:url(../images_system/lower_tile.gif) repeat-y;
	}

#lower {}

#left_col {
	float:left;
	width:120px;
padding:200px 15px 0 25px;
}
#left_col h1 {
display:none;
}
#left_col p {
font-size:11px;
color:#888;
}

#content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	font-weight:normal;
	color:#444;}

/* Content styles ############################### */

#content {
	padding:0 110px 30px 0px;
	margin:0;
	width:580px;
	float:right;
	text-align:left;
	}
#content h1 {
	color: #909090;
	page-break-before: always;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-size:32px;
	font-stretch:narrow;
	text-decoration:none;
	margin: 23px 0 10px 0;
	padding:0 0 10px 0;
	background-image: url(../images_system/kachel_navi.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	line-height:32px;
	}
#content h1 strong {
	color:#000;
	font-weight:normal;
	}
#content blockquote {
	color: #777;
	font-family:arial narrow,arial,sans-serif;
	font-weight:normal;
	font-size:16px;
	line-height:20px;
	text-decoration:none;
	margin: 15px 0 20px 0;
	}
#content h2 {
	color: #777;
	font-family:arial narrow,arial,sans-serif;
	font-weight:normal;
	font-size:16px;
	line-height:20px;
	text-decoration:none;
	margin: 15px 0 10px 0;
	}
#content h3 {
	color: #444;
	font-family:arial,verdana;
	font-weight:normal;
	font-size:20px;
	text-decoration:none;
	margin: 20 0 3 0;
	}
#content h4 {
	color: #444;
	font-family:arial,verdana;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	margin:0;
	padding: 5px 0 2px 0;
	}

#content p, #content td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	font-weight:normal;
	color:#444;
	margin:0 0 10px 0;
	padding:0;
	}
#content table {
	margin:5px 0 10px 0;
	}
#content .teaser {
	color: #888;
	font-family:arial narrow,arial,sans-serif;
	font-weight:normal;
	font-size:16px;
	line-height:20px;
	text-decoration:none;
	margin: 10px 0 20px 0;
	border:0;
	}
#content .teaser a {
	color: #888;
	font-family:arial narrow,arial,sans-serif;
	font-weight:normal;
	font-size:16px;
	line-height:20px;
	text-decoration:underline;
	margin: 10px 0 20px 0;
	border:0;
	}
#content ul{
margin:10px 0 10px 18px;}
#content li {
	font: 11px arial; color:  #222222;
	font-weight:normal;
	color:#000;
	margin-bottom:5px;
	list-style-image:url(../images_system/bullit_klein_dots.gif)
	}
#content a	{
	color: #888;
	font-family:arial,verdana;
	font-weight:bold;
	font-size:11px;
	text-decoration:underline;
	margin: 10 0 10 0;
	}
#content a:hover {
	color:#999999;
	}
#content input {
	background-color:#eee;
	border:1px solid #999;
	}
#content textarea {
	background-color:#eee;
	border:1px solid #999;
	}
.code {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	color: #222222;
}

/* footer ####################################### */

#footer_container {
	background:url(../images_system/footer_tile.gif) repeat-x;
	height:30px;
	}
#footer_left {
	width:18px;
	height:18px;
	background:url(../images_system/footer_left.gif);
	float:left;
	}
#footer_right {
	width:18px;
	height:18px;
	background:url(../images_system/footer_right.gif);
	float:right;}
#footer {
	float:left;
	width:820px;
	height:30px;
	}


/* specials ##################################### */

.clearer {
	clear:both;
	height:0px;
	line-height:0px;
	font-size:0px;
	}