body {
	margin:16px 0 16px 0;padding:0;	
	background-color:#D9DADB;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	color:#666666;
}

p,div,td {
}

/* Formular */
form {
	padding:0;margin:0;
}

input,select,textarea {
	font-family:Arial, sans-serif;
	font-size:11px;
	color:#000000; 
}

/* Links */
a {
	color:#666666;
	text-decoration:underline;
}

a:link {
	color:black; /* #666666; */
}

a:visited {
	color:black; /* #666666; */
}

a:hover {
	color:black; /* #FFCC33; */
}

a:active {
	color:black; /* #666666; */
}

a.marked {
	
	font-style:italic;
		
}



/* Variationen der Schriftarten */
.tiny {
	font-size:10px;
}

.highlight {
	color:#ff6633;
}

.big {
	font-size:12px;
}


/* Paragraphs */
p, table, ul, ol { 
	margin:0 0 20px 0; padding:0;
}

ul, ol {
	list-style-position:inside;
}

/* Default table */
table {
	border-collapse:collapse;
}

td {
	padding:0px;
}


/* Images */
img {
	border:0;
	margin:0;
}

/* Horizontale Linie */
hr {
	margin:0 0 10px 0;
	border:1px solid #666666;	
}


/* Main area */
#frame {
	width:1016px;
	border:1px solid #CCCCCC;
	background-color:#EDEDED;
	margin-left:auto;
	margin-right:auto;
	padding:3px;
}

/* Weisser Innenbereich */
#frame2 {
	min-height:706px;
	display:inline-block;
	height:100%;
	width:970px;
	padding:5px 24px 20px 22px;
	background-color:#FFFFFF;
}

/* Separator */
#frame2 div.header_sep1 {
	width:970px;
	height:10px;
	display:block;
	background-image:url(../images/header_sep1.gif);
	background-repeat:no-repeat;
	clear:both;
}
#frame2 div.header_sep2 {
	width:970px;
	height:13px;
	display:block;
	background-image:url(../images/header_sep2.gif);
	background-repeat:no-repeat;
}

/* Header image */
#frame2 div.header_img {
	width:970px;
	height:136px;
	display:block;
	background-repeat:no-repeat;
}

/* Little menu on top */
#menu_top {
	width:970px;
	height:18px;
	display:block;
	background-image:url(../images/bkg_menu_top.gif);
	background-repeat:no-repeat;
	margin-bottom:27px;
}

#menu_top div.nav_top {
	float:right;
	margin-right:70px;
}

#menu_top a {
	line-height:17px;
	vertical-align:middle;
	text-decoration:none;
	margin-right:20px;	
}

/* Left area with menu */
#frame_left {
	float:left;
	width:174px;
	min-height:430px;
	background-image:url(../images/bkg_frame_left.gif);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#EBEBEB;
}

#menu_left  {
	margin:17px 0px 20px 17px;
}

#menu_left div.item {
	vertical-align:middle;
	line-height:20px;
	border-bottom:1px solid #DBDBDB;
	margin-bottom:10px;
}

#menu_left div.sub_item {
	
	padding-left:10px;
}

#menu_left div.sub_item a {
	font-size:11px;
	font-weight:normal;
}

#menu_left div.sub_item a.marked {
	font-style:normal;
	font-weight:bold;
}

#menu_left a {
	font-family:Arial, serif;
	text-decoration:none;	
	vertical-align:middle;
	background-image:url(../images/bullet_gray.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:15px;
	font-size:12px;
	font-weight:bold;
}

#menu_left a:hover {
	background-image:url(../images/bullet_yellow.png);
	background-position:left;
	background-repeat:no-repeat;

}

#menu_left a.marked  {
	background-image:url(../images/bullet_yellow.png);
	background-position:left;
	background-repeat:no-repeat;

}


/* Content area */
#content {
	width:535px;
	margin-left:219px;
}

/* Right area */
#frame_right {
	width:174px;
	float:right;
}

div.box {
	display:inline-block;
	width:174px;
}

div.box_header {
	background-image:url(../images/bkg_box_header.gif);
	background-repeat:no-repeat;
	width:174px;
	height:20px;
	line-height:20px;
	vertical-align:middle;
	display:inline-block;
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
	padding-left:12px;
}

div.box_header_text {
	display:inline-block;
	line-height:19px;
	vertical-align:middle;
	background-image:url(../images/bullet_white.png);
	background-repeat:no-repeat;	
	padding-left:14px;
}

div.box_content {
	width:144px;
	display:inline-block;
	border-left:1px solid #E7E7E7;
	border-right:1px solid #E7E7E7;	
	border-bottom:1px solid #E7E7E7;
	padding:20px 14px 20px 14px;
	font-size:10px;
	margin-bottom:30px;
}

div.box_content img {
	margin-bottom:10px;
	border:1px solid #CCCCCC;
}

div.box_content a {
	font-weight:bold;
	color:black; /* #FFCC33; */

}

.error {
	font-weight:bold;
	color:red;
}

/* Photo gallery */
.tblGallery {
	width:100%;
	margin-left:auto;
	margin-right:auto;	
}

.tblGallery td {
	padding:5px;
	text-align:center;
}


/* Topics */
h1 { 
	margin-top:0px;
	margin-bottom:30px;
	font-size:18px;
	font-family:Arial, serif;
	color:#666666;
	text-align:left;
	font-weight:normal;
}

h2 { 
	margin-top:5px;
	margin-bottom:30px;
	font-size:16px;
	font-family:Arial, serif;
	font-weight:normal;
	color:#666666;
}

h3 { 
	margin-top:5px;
	margin-bottom:10px;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, serif;
	color:#666666;

}

