body{
	margin:0px;
	padding:0px;
	background-color:#ebebeb;
	font-family:Verdana;
}
img{
	border:none;
}

/* ### FORM ###*/
label {
  display: block;
  float: left;
  clear:left;
  width: 110px;
}

form br {
  clear: left;
}

input#submit { /* den Submit-Button */
	float: none;
	width: auto;

}

form {
	margin:0;
	padding:.5em;
}
fieldset {
	border:none;
}
/* ### CONTAINERS ### */
#page_container {
	position:relative;
	top:0px;
	margin-left:auto;
	margin-right:auto;
	width:828px;
	height:700px;
}
#header_container{
	position:relative;
	width:822px;
	height:145px;
	margin-right:2px;
	float:right;
}
#menu_container{
	position:relative;
	width:157px;
	min-height:188px; 
	float:left;
	margin-top:10px;
}
#image_container{
	position:relative;
	width:662px;
	float:right;
	margin:11px 0px 9px 0px;
	clear:right;
}
#content_container{
	position:relative;
	width:662px;
	float:right;
	clear:right;
}
/* ### /CONTAINERS ### */

/* ### MOKKA ### */
#mokka_container{
	position:relative;
	float:right;
	width:71px;
	height:14px;
	clear:right;
	margin-right:3px;
	margin-top:7px;
}
/* ### /MOKKA ### */

/* ### HEADER ### */
#header_content{
	background:url(../img/header_bg.gif) repeat-y;
	width:822px;
	height:143px;
}
#header_bottom{
	position:absolute;
	bottom:0px;
	left:0px;
	width:822px;
	height:2px;
}
#logo{
	position:relative;
	top:53px;
	left:20px;
	width:218px;
	height:72px;
	float:left;
}
#contact{
	position:relative;
	top:66px;
	right:17px;
	height:62px;
	width:270px;
	text-align:right;
	float:right;
	font-size:10px;
	color:#999999;
}
#contact a:link, #contact a:active, #contact a:visited, #contact a:hover  {
	color:#999999;
	text-decoration:none;
}

/* ### /HEADER ### */

/* ### MENU ### */

#menu_bg{
	background:url(../img/menu_bg.gif) repeat-y;
}
#menu_bg_top{
	position:absolute;
	top:0px;
	left:0px;
	width:157px;
	height:163px;
	background-image:url(../img/menu_bg_top.gif);
	background-repeat:norepeat;
}
#menu_bg_bottom{
	width:157px;
	height:24px;
	background-image:url(../img/menu_bg_bottom.gif);
	background-repeat:norepeat;
}
#menu_items{
	position:relative;
	left:0px;
	width:130px;
	padding:18px 13px 0px 14px;
}
.menu_item{
	width:126px;
	height:23px;
	padding:0px 0px 0px 4px;
}
.menu_item a:link, .menu_item a:active, .menu_item a:visited {
	font-family:Arial;
	color:#ffffff;
	font-size:14px;
	line-height:23px;
	vertical-align:middle;
	font-weight:bold;
	text-decoration:none;
	display:block;
}
.menu_item a:hover {
	color:#666666;
}
#menu_items_2{
	width:120px;
	padding:0px 0px 10px 14px;
}
.menu_item_2{
	width:116px;
	height:16px;
	padding:0px 0px 0px 4px;
}
.menu_item_2 a:link, .menu_item_2 a:active, .menu_item_2 a:visited {
	font-family:Arial;
	color:#ffffff;
	font-size:12px;
	line-height:16px;
	vertical-align:middle;
	font-weight:normal;
	text-decoration:none;
	display:block;
}
.menu_item_2 a:hover {
	color:#666666;
}
/*.selected a:link, .selected a:active, .selected a:visited{
	color:#666666;
}*/
.selected a:link, .selected a:active, .selected a:visited{
	color:#666666;
}
.menu_line{
	width:130px;
	height:0px;
	border-bottom:1px solid #ffffff;
	font-size:0px;
}
/* ### /MENU ### */

/* ### CONTENT ### */
.shadow_top{
	height:5px;
	width:662px;
}
.content{
	background:url(../img/content_bg.gif) repeat-y;
	width:638px;
	padding:6px 13px 8px 11px;
}
.shadow_bottom{
	height:5px;
	width:662px;
}

#title{
	font-size:13px;
	background-color:#edb822;
	height:22px;
	line-height:22px;
	vertical-align:middle;
	padding:0px 6px 0px 6px;
	color:#ffffff;
}
#text{
	font-size:11px;
	padding:18px 8px 30px 8px;
	color:#666666;
	text-align:justify;
}

.csc-textpic-caption{
	font-size:10px;
	text-align:center;
}

.bodytext a:link, .bodytext a:active, .bodytext a:visited {
	color:#555555;
	text-decoration:underline;
}
.bodytext a:hover {
	text-decoration:underline;
}

/* ### /CONTENT ### */

/* ###  NEWLOGINBOX ### */
#tx-newloginbox-pi1-user,  #tx-newloginbox-pi1-pass{
	width:150px;
}
/* ###  /NEWLOGINBOX ### */

