body
{
	padding: 0;
	margin: 0;
	background-color: #f2f2f2;
	color: #000;
	text-align: center;
	font-family: Verdana,Tahoma,Arial,sans-serif;
	font-size: 12px;
}

a, a:link, a:visited, a:active { 
	color: #286ea0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2 {

	margin-top: 10px;

}

h5 {

	font-size: 12px;
	margin-bottom: 3px;
	margin-top: 5px;
}

form {

	margin: 0px;

}

#content
{
	margin-top: 	0px;
	margin-right:	auto;
	margin-left:	auto;
	
	width:			940px;
	background-image: url(../img/layout/bg.gif);

	color:			#000;
	text-align: left;
	
}

#header {

	margin-left: 65px;
	margin-right: 58px;
	border-top: 4px solid #286ea0;
	background: #d2d8dc url(../img/layout/bg_header.jpg) repeat-x;
	background-position: bottom;
}

#header img {

	margin-left: 5px;
	margin-top: 8px;
	margin-bottom: 10px;

}

#lang {

	float: right;
	margin-right: 15px;
	margin-top: 0px;
}

#lang a {

	display: block;
	width: 30px;
	text-align: center;
	float: left;
	font-weight: bold;
	font-size: 10px;
	padding-top: 2px;
	padding-bottom: 4px;
	background: #ccc;
	text-decoration: none;
}

#lang a#active {
	
	background: #286ea0;
	color: #d2d8dc;
}

#left {

	margin-left: 65px;
	width: 200px;
	float: left;
	height: 650px;
	margin-bottom: 20px;
}

* html #left { margin-left: 32px; }

#main {

	float: left;
	margin-left: 12px;
	width: 600px;
}

#fix {

	clear: both;
	height: 30px;

}

.info {

	color: #777;

}

div.pageIndex {

	margin-top: 8px;
	margin-bottom: 8px;
	background-image: url(../img/layout/pageIndex_bg.gif);
	background-repeat: repeat-x;
	height: 21px;

}

div.pageIndex a {

	display: block;
	float: left;
	text-align: center;
	width: 21px;
	height: 21px;
	line-height: 21px;
}

div.pageIndex a:hover, div.pageIndex a.selected {

	background-image: url(../img/layout/pageIndex.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

/*
	LEFT
*/

#left ul {

	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-top: 10px;
	margin-bottom: 20px;
}

#left ul li {
  
  	margin: 0px;
  	padding: 0px;
	list-style: none;
	border-bottom: 1px solid #f4f4f4;
}

#left ul li a {

	display: block;
	padding: 5px 8px 5px 8px;
	background-color: #f4f4f4;
	border-left: 4px solid #ccc;
	font-weight: bold;
	color: #505050;
}

#left ul li a:hover, #left ul li a.active {
	
	background-color: #eaeaea;
	border-left: 4px solid #286ea0;
	text-decoration: none;
}

#left ul li a.secure {

	background-image: url(../img/layout/secure.gif);
	background-position: 175px;
	background-repeat: no-repeat;

}

/*
	DIV CONTENT
*/	

img.left, img.right {

	padding: 1px;
	border: 1px solid #ccc;
	margin: 8px;
}

img.left {

	float: left;
	margin-top: 0px;
	margin-left: 0px;

}

img.right {
	
	float: right;
	margin-top: 0px;
	margin-right: 0px;
}

table.sbv {

	border-top: 1px dotted #ccc;
	width: 100%;
	border-spacing: 0px;
}

table.sbv th {

	background: #eee;
	text-align: left;
	
	padding: 1px;
	padding-left: 3px;
	
	border-bottom: 1px dotted #ccc;

}

table.sbv td {
	
	padding: 3px;
	border-bottom: 1px dotted #ccc;
	vertical-align: top;

}

table.sbv th a, table.sbv th a:hover {

	display: block;
	color: black;
	text-decoration: none;
	width: 100%;
}

table.sbv th img {

	padding-top: 2px;
	margin-right: 2px;

}

table.sbv td a {
	
	display: block;
	float: left;

}


table.sbv td.label {

	background: #eee;
	font-weight: bold;
	padding-left: 3px;
	width: 100px;
}

/*
	FORMULAR
*/

form ul  {

	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

form ul li {

	padding-bottom: 5px;
	clear: left;
}

form ul li label {

	width: 250px;
	display: block;
	
	float: left;
	clear: both;
		
	background-color: #f4f4f4;
	border-right: 1px solid #286ea0;
	line-height: 20px;
	
	padding-left: 5px;
	padding-top: 3px;
	padding-right: 10px;

	margin: 0px;
	margin-right: 5px;

}

form ul li input, form ul li select, form ul li textarea {

	width: 250px;

}

form ul li input.button {
	
	margin-left: 270px;

}

div.checkbox {

	float: left;
	display: block;

}

.checkbox input, .radio input {

	width: auto;
	float: left;

}

.checkbox label, .radio label {

	width: auto;
	display: inline;
	background: none;
	border: none;
	padding: 0px;
	margin: 0px;
	clear: none;
	
	padding-left: 2px;
	padding-right: 8px;

}

div.ausbildung {

	float: left;
	width: 350px;

}

div.ausbildung_info {

	font-size: 11px;

	float: right;
	width: 200px;
	
	padding: 5px;
	margin-left: 10px;
	margin-top: 10px;
	
	background-color: #f4f4f4;
	border: 1px solid #ccc;

}

div.ausbildung_info h4 {

	font-size: 12px;
	margin-top: 0px;
}

div.ausbildung_info h5 {
	
	font-size: 10px;

}

div.ausbildung_info ul {

	padding-left: 17px;
	margin: 0px;

}

div.ausbildung_info li {

	padding: 0px;
	margin: 0px;
	margin-bottom: 3px;

}


/*
	ADRESSEN
*/

div#adressdetail {


}

div#adressdetail label {

	width: 150px;

}

div#adressdetail .button {

	margin-left: 170px;

}

div.border {

	background-image: url(../img/layout/border_bg.gif);
	background-repeat: no-repeat;
	height: 21px;
	float: left;
	margin: 2px;
	wi\dth: 1px;

}

div.border a, div.border a:hover {

	background-image: url(../img/layout/border_close.gif);
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-left: 5px;
	display: block;
	height: 21px;
	line-height: 21px;
	color: black;
	text-decoration: none;
	white-space:nowrap;
}

div.border a {
	background-position: top right;
}

div.border a:hover {
	background-position: bottom right;
}

div.adresse_gruppen {
	font-size: 11px;

	float: right;
	width: 180px;
	
	padding: 5px;
	margin-left: 10px;
	margin-top: 10px;
	
	background-color: #f4f4f4;
	border: 1px solid #ccc;

}

div.adresse_gruppen h4 {

	font-size: 12px;
	margin-top: 0px;
}

div.adresse_gruppen h5 {
	
	margin-top: 8px;
	font-size: 10px;

}