@CHARSET "UTF-8";

* {
	margin: 			0;
	padding: 			0;
}

html,body {
	width: 				100%;
	min-width:			960px;
	font: 				16px/26px Tahoma, Verdana, sans-serif;
	color:				#444b57;
	background:			#ffffff;
	margin: 			0;
	position:			absolute;
}

p {
	margin-bottom: 		20px;
}


ul {
	list-style-position: outside;
	list-style-type:	square;
	color:				#444b57;
	margin-left:		15px;
}

li {
	margin:				-5px auto 0px auto;
}

table, tr, td {
	margin-bottom: 15px;
	vertical-align: top;
	padding-right: 30px;
	padding-bottom: 5px;
}

h1 {
	font-weight: 		normal;
	font-size: 			20px;
	line-height: 		30px;
	margin:				auto auto 10px;
}

h2 {
	font-size: 			18px;
	font-weight: 		normal;
	line-height: 		28px;
	margin:				auto auto 10px;
}

subtext {
	font-size: 			8px;
	font-weight: 		normal;
	line-height: 		12px;	
}

inl {
	margin-left: 30px;
}
	
a {
	font-weight:		normal;
	color:				#444b57;
	text-decoration: 	none;
}

a:link {
	font-weight:		normal
	color:				#444b57;
	text-decoration: 	none;
}

a:visited {
	font-weight:		normal
	color:				#444b57;
	text-decoration: 	none;
}

a:focus {
	font-weight:		normal
	color:				#444b57;
	text-decoration: 	none;
}

a:hover {
	font-weight:		normal
	color:				#444b57;
	text-decoration: 	underline;
}

.mail  {
	font-weight:		normal;
	color:				#444b57;
	text-decoration: 	none;
	padding: 2px 5px;
	margin-left: -5px;
	border: 2px solid #b2622c;
}

a:link {
	font-weight:		normal
	color:				#444b57;
	text-decoration: 	none;
}

a:visited {
	font-weight:		normal
	color:				#444b57;
	text-decoration: 	none;
}

a:focus {
	font-weight:		normal
	color:				#444b57;
	text-decoration: 	none;
}

a:hover {
	font-weight:		normal
	color:				#444b57;
	text-decoration: 	underline;
}



/* BEGIN BOX-DEFINITION 
 * --------------------------------------------------*/
#box {
	width: 960px;
	height: auto;
	min-height: 600px;
	margin: auto;
	background: url("../images/signet.jpg") center -25px no-repeat;
}

#logo {
	width: 350px;
	margin: auto;
	padding-top: 100px;
}

.content,
.content_top {
	width:	960px;
	margin-top: 40px;
}

.content {
	background: url("../images/bildleiste.jpg") left 0px repeat-y;
	font-size: 				14px;
	line-height:			24px;
}

.text {
	width:	655px;
	margin: 0px auto 75px 305px;
}

.content_top .text {
	margin-bottom: 0px;
}

.left,
.right,
.both {
	float: left;
	width: 310px;
	margin-right: 10px;
}

.both {
	widht: 320px;
	margin-right: 320px;
	text-align: center;
	margin-bottom: 40px;
}

.right p {
	margin-bottom: 		10px;
}

.right ul {
	margin:				-12px auto 10px 15px;
}

/* END BOX-DEFINITION*/
.clear {
	clear: both;
}


#impressumAgenturen {
	margin-top: 30px;
	font: 10px/14px Verdana,sans-serif;
}

#impressumAgenturen p {
	margin: 20px auto 10px auto;
}

#margintop {
	margin-top: 30px;	
}

.smallFont {
	font-size: 12px;
}