@charset "UTF-8";

/* Allgemein ------------------------------------------ */

a:active, a:focus {
	outline: none;
}

body {
	margin: 0px;
	background-color: #eeeeee;	
}

img {
	border: 0px none;
	margin: 0px;
	padding: 0px;
}

/* Divs ------------------------------------------ */

#bodydiv {
	width: 790px;	
	margin: 0 auto 0 auto;
	background-image: url(../img/body_background.gif);
	background-repeat: repeat-y;
}

#head {
	width: 770px;
	height: 180px;	
	background-image: url(../img/head.jpg);
	margin: 0 auto 0 auto;
}

#topmenue {
	width: 770px;
	height: 33px;	
	margin: 0 auto 0 auto;
}

#main {
	width: 770px;
	min-height: 500px;
	margin: 0 auto 0 auto;
	background-color: #f8f8f8;
	overflow: auto;
}

#content {
	width: 520px;
	float: left;
	padding-left: 20px;
	padding-top: 38px;	
}

#content2 {
	width: 190px;
	float: right;
	padding-right: 20px;
	padding-top: 38px;
}

/* Topmenue ------------------------------------------ */

#topmenue a {
	display: block;
	float: left;
	height: 33px;
	line-height: 33px;
	background-image: url(../img/topmenue_background.gif);
	background-repeat: repeat-x;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #333333;	
	text-align: center;
	text-decoration: none;
}

#topmenue a:hover {
	display: block;
	color: #ffffff;
	background-image: url(../img/topmenue_background_hover.gif);
	background-repeat: repeat-x;
}

#topmenue .selected {
	color: #ffffff;
	background-image: url(../img/topmenue_background_hover.gif);
	background-repeat: repeat-x;
}

#home {
	width: 70px;
}

#ueberuns {
	width: 106px;
}

#immobilienmanagement {
	width: 160px;
}

#fondsmanagement {
	width: 134px;
}

#unternehmensberatung {
	width: 166px;
}

#finanzbuchhaltung {
	width: 134px;
}

/* Content ------------------------------------------ */
#content, #content2 {
	font: normal 12px Arial;
	line-height: 18px;
	color: #333333;	
}

#content a, #content2 a {
	color: #333333;
	text-decoration: underline;
}

#content h1 {
	font: bold 18px Arial;
	margin: 0px;
	margin-bottom: 8px;
	line-height: 21px;
}

#content h2 {
	font: bold 15px Arial;
	margin: 0px;
	margin-bottom: 8px;
	line-height: 18px;
}

/* Content2 ------------------------------------------ */

.content2img {
	border: 1px solid #333333;
}

.content2imglink {
	border: 1px solid #333333;
}

.content2imglink:hover {
	border: 1px solid #ffffff;
}

/* Footer ------------------------------------------ */
#footer {
	width: 760px;
	height: 24px;
	margin: 0 auto 0 auto;	
	background-image: url(../img/footer_background.gif);
	background-repeat: no-repeat;
	font: normal 12px Arial;
	text-align: right;
	padding-right: 30px;
	padding-top: 12px;
}

#footer a {
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer a.selected {
	font-weight: bold;
	text-decoration: underline;
}

/* Kontakt ------------------------------------------ */
.input_text {
	width: 200px;
}

.input_textarea {
	width: 250px;
	height: 150px;
}