/* CSS Document */

BODY {
  	background: #D7D7D7;
	margin: 0px;
}

.choice_isabella {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	height: 125px;
	width: 389px;
	background: url(images/choice_isabella.gif) repeat-x;
}

.choice_vorzelte {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	height: 125px;
	width: 389px;
	background: url(images/choice_vorzelte.gif) repeat-x;
}

.bar_top {
	background: url(images/shadow_blue.gif);
	height: 15px;
	border-top: 1px #0077c6 solid;
	margin-top: 10px;
	margin-bottom: 15px;
}

.bar_bottom {
	background: url(images/shadow_blue.gif);
	height: 15px;
	border-top: 1px #0077c6 solid;
	margin-top: 10px;
	margin-bottom: 15px;
}

.menu_table {
	border: 1px solid #008fef;
	margin-right: 5px;
}

.menu_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #ffffff;
	background: #008fef;
	text-align: center;
	height: 18px;
}

.menu_content {
	margin-top: 0px;
	background: #ffffff;
}
		
a.menu_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777;
	font-weight: bold;
	text-decoration:none;
	text-align:left;
	line-height: 22px;
	display: block;
	width: 180px;
	padding-left: 12px;
	background:url(images/menu_down.gif) no-repeat left #FFFFFF ;
	background-position: 2px 50%;
	border-bottom: 1px solid #EDEDED;
}

a.menu_links:link {
	background:url(images/menu_down.gif) no-repeat left #FFFFFF ;
}

a.menu_links:visited {
	background:url(images/menu_down.gif) no-repeat left #FFFFFF ;
}

a.menu_links:hover, active {
	background:url(images/menu_hover.gif) no-repeat left #d5ecfb ;
	color:#0066CC;
}


.table_content {
	padding-left: 30px;
	padding-right: 30px;
	vertical-align: top;
	text-align:justify;
}

.content_title {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #333;
}

.content_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
	line-height: 20px;
}

.content_text a:link {
	color: #0066CC;
}

.content_text a:visited {
	color: #0066CC;
}

.content_text a:hover, a:active {
	color: #005ebc;
	text-decoration:none;
}

.content_table {
	border: 1px solid #CCCCCC;
	padding: 0px;	
}

.content_table_title {
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #222222;
	background: #3daef9;
	text-align: center;
	vertical-align: middle;
	padding: 2px;
}

.content_table_row_0 {
	height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
	background: #D6D6D6;
	text-align: center;
	vertical-align: middle;
}

.content_table_row_1 {
	height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
	text-align: center;
	vertical-align: middle;
}
