body
{
	background-image: url(images/content_back.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #CCCDCE;
	margin: 0;
	padding: 0;
	text-align: center;
}
/*
===================================================================================
*/
.head
{
	background-color: #009BB0;
	width: 800px;
	height: 120px;
 	margin: 0 auto;
	text-align: left;
 	padding: 0;
}
/*
-----------------------------------------------------------------------------------
*/
.head_left
{
	background-image: url(images/head_left.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	width: 277px;
	height: 90px;
	text-align: left;
}
/*
-----------------------------------------------------------------------------------
*/
.head_logo
{
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: white;
	margin: -90px 0 0 400px;
	padding: 0;
	width: 300px;
	height: 90px;
	text-align: center;
}
/*
===================================================================================
*/
.top_menu
{
	background-color: #CCCDCE;
	margin: 0;
	padding: 0;
	width: 700px;
	height: 30px;
	text-align: left;
}
/*
-----------------------------------------------------------------------------------
*/
.top_menu .left_menu ul
{
	list-style: none;
	margin: 0 0 0 50;
	padding: 8px 0 0 0;
}
.top_menu .left_menu li
{
	color: #6D6E71;
	display: inline;
	margin: 0;
	padding: 0 14px 0 0;
	font-family: Arial,Helvetica;
	font-size: 12px;
	font-weight: bold;
}
.top_menu .left_menu li a
{
	color: #6D6E71;
	text-decoration: none;
}
.top_menu .left_menu li a:hover
{
	text-decoration: underline;
}
.top_menu .left_menu li a.selected
{
	color: #009BB0;
}
/*
-----------------------------------------------------------------------------------
*/
.top_menu .right_menu ul
{
	list-style: none;
	margin: -15px 0 0 0;
	padding: 0 0 0 170;
}
.top_menu .right_menu li
{
	color: #6D6E71;
	display: inline;
	margin: 0;
	padding: 0 14px 0 0;
	font-family: Arial,Helvetica;
	font-size: 12px;
	font-weight: bold;
}
.top_menu .right_menu li a
{
	color: #6D6E71;
	text-decoration: none;
}
.top_menu .right_menu li a:hover
{
	text-decoration: underline;
}
.top_menu .right_menu li a.selected
{
	color: #009BB0;
}
/*
-----------------------------------------------------------------------------------
*/
.login_menu ul
{
	list-style: none;
	margin: -22px 0 0 0;
	padding: 0 0 0 730;
}
.login_menu li
{
	color: white;
	display: inline;
	margin: 0;
	padding: 0 14px 0 0;
	font-family: Arial,Helvetica;
	font-size: 12px;
	font-weight: bold;
}
.login_menu li a
{
	color: white;
	text-decoration: none;
}
.login_menu li a:hover
{
	text-decoration: underline;
}
.login_menu li a.selected
{
	color: white;
}
/*
===================================================================================
*/
.content
{
	width: 800;
 	margin: 0 auto;
 	padding: 0;
	text-align: left;
}
/*
-----------------------------------------------------------------------------------
*/
.content .language
{
	padding: 10 0 10 730;
	text-align: left;
}
.content .language ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.content .language li
{
	color: #6D6E71;
	margin: 0;
	padding: 0;
	font-family: Arial,Helvetica;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
}
.content .language li a
{
	color: #6D6E71;
	font-family: Arial,Helvetica;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	text-decoration: none;
}
.content .language li a:hover
{
	text-decoration: underline;
}
.content .language li a.selected
{
	color: #009BB0;
}
/*
-----------------------------------------------------------------------------------
*/
.content .liste
{
	margin: 0;
	padding: 0;
	text-align: left;
}
.content .liste ul
{
	list-style-image: url(images/kasten.gif);
	list-style-position: outside;
	margin: 0 0 0 16;
	padding: 0;
}
.content .liste li
{
	color: black;
	margin: 0;
	padding: 0 0 14 0;
	font-family: Arial,Helvetica;
	font-size: 12px;
	font-weight: normal;
}
/*
-----------------------------------------------------------------------------------
*/
.content .bildunterschrift
{
	color: black;
	margin: 0;
	padding: 0;
	font-family: Arial,Helvetica;
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
}
/*
-----------------------------------------------------------------------------------
*/
.content .table
{
	margin: 0;
	padding: 0 30 0 170;	
}
.content .left_text
{
	margin: 0;
	padding: 0 20 0 0;
	text-align: left;
}
/*
-----------------------------------------------------------------------------------
*/
.content h1
{
	color: #009BB0;
	font-family: Arial,Helvetica;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}
.content p
{
	color: black;
	font-family: Arial,Helvetica;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
}
.content .green
{
	color: #009BB0;
}
.content a
{
	color: #009BB0;
	font-family: Arial,Helvetica;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	text-decoration: none;
}
.content a:hover
{
	text-decoration: underline;
}
/*
-----------------------------------------------------------------------------------
*/
.content form
{
}

.content form label
{
	text-align: left;
	font-family: Arial,Helvetica;
	font-size: 12px;
	font-weight: bold;
}

.content form input,textarea
{
	width: 100%;
	border: 1px solid gray;
	padding: 2px;
	margin-bottom: 15;
	font-family: Arial,Helvetica;
	font-size: 12px;
}
.content form input.submit
{
	width: 50%;
	border: 1px solid gray;
	background-color: #DDDDDD;
	padding: 2px;
	font-family: Arial,Helvetica;
	font-size: 12px;
}
.content form input:focus,textarea:focus
{
	background-color: #DDDDDD;
}

.content form input.submit:focus
{
	background-color: #CCCCCC;
}

/*
-----------------------------------------------------------------------------------
*/
.content .note
{
	margin: 0;
	padding: 0 20 0 20;
}
.content .note h1
{
	color: black;
	font-family: Arial,Helvetica;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
.content .note p
{
	color: black;
	font-family: Arial,Helvetica;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	line-height: 20px;
}
.content .note a
{
	color: black;
	font-family: Arial,Helvetica;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	text-decoration: underline;
}
.content .note a:hover
{
	text-decoration: underline;
}
/*
===================================================================================
*/
.detail
{
	margin: 0 0 0 20px;
}
.detail p
{
	color: black;
	font-family: Arial,Helvetica;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
}
.detail a
{
	color: #009BB0;
	font-family: Arial,Helvetica;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	text-decoration: none;
}
.detail a:hover
{
	text-decoration: underline;
}
/*
===================================================================================
*/