/* CSS Document */
body { 
	color: black; 
	font-size: small; 
	font-family: arial;
	font-style: normal; 
	text-align: center;
}

div#main {
	text-align: left;
	margin: 20px auto;
	width: 850px;
}

div#netzwerk {
	float: left;
	width: 215px;
	height: 400px;
	margin-right: 30px;
	margin-top: 10px;
	padding-bottom: 50px;
	background-image: url(../images/user_bg.gif);
	background-repeat: repeat-x;
}

div#content {
	float: left;
	width: 580px;
	padding-bottom: 25px;
}

div#user {
	display: block;
	padding: 5px;
	margin-top: 5px;
}

div#footer {
	clear: both;
	text-align: right;
	margin-top: 40px;
	display: block;
	width: 850px;
	height: 30px;
	border-top: 2px solid black;
}

div#navi {
	display:block;
	border-bottom: 2px solid black;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

div#ansprechpartner {
	width:250px;
	border: 1px solid black;
	display: block;
	padding: 5px;
	background-color: #efefef;
}

div#ansprechpartner h4 { 
	margin:0;
}

.title {
	font-size: 10pt;
	font-weight: bold;
	color: #ff9900;
	font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif;
}

div#user img { 
	width: 60px;
}

div.preview {
	width: 450px;
	padding: 10px;
	border: 1px solid #000;
	background-color: lightgrey;
}

a.btn_board {
	padding: 3px;
	margin-right: 5px;
	padding-bottom: 2px;
	border: 1px solid #000;
	background-image: url(../images/user_bg.gif);
	background-repeat: repeat-x;
}

div#navi a { 
	font-size: 13px; 
	font-weight: bold;
	padding: 5px 10px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-right: 5px;
	background-image: url(../images/btn_main.jpg);
	background-position: center;
}

div#navi a:link { color: #b60b0b; text-decoration: none; }
div#navi a:visited { color: #bc0707; font-style: normal; text-decoration: none; }
div#navi a:hover { color: #fca300 ; font-style: normal; text-decoration: none; }
div#navi a:active { color: #818181 }

a.navi_link {
	display: block;
	padding-left: 10px;
	padding-top: 3px;
	background-position: center;
}

a img { border: 0; }

label.profil { float: left; width:120px; }

#settings label, #form label { float: left; width:130px; }

a:link { color: #b60b0b; text-decoration: none; }
a:visited { color: #bc0707; font-style: normal; text-decoration: none; }
a:hover { color: #fca300 ; font-style: normal; text-decoration: none; }
a:active { color: #818181 }

h1 { font-size: 16pt; color: #fca300; }
h2 { font-size: 13pt; color: #ec9300; }
h3 { font-size: 12pt; color: #dc7300; margin-top: 25px; margin-bottom: 3px; }
h4 { font-size: 11pt; color: #b60b0b; margin: 0; }

blockquote {
	font-weight: bold;
}

blockquote p {
	font-weight: normal;
	font-style:italic;
	margin-left: 200px;
}

p { text-align: justify; }

input.contact {
	width: 300px;
}

textarea.contact {
	width: 300px;
}

.error { border: 2px solid red; }

div.hinweis { display: block; float: right; }


