a:link { text-decoration: none; color: rgb(26,23,27); }
a:visited { text-decoration: none; color: rgb(26,23,27); }
a:hover { text-decoration: none; color: #880000; }
a:active { text-decoration: none; color: #880000; }

.content a { text-decoration: underline; color: rgb(226,6,70); }
.content a:link { text-decoration: underline; color: rgb(226,6,70); }
.content a:visited { text-decoration: underline; color: rgb(226,6,70); }
.content a:hover { text-decoration: underline; color: rgb(226,6,70); }
.content a:active { text-decoration: underline; color: rgb(226,6,70); }

form {
	margin: 0px;
	}
	
/*------------------------------*/
/*general layout                */
/*------------------------------*/


body {
	background-color: #D0D0D0;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #666666;
	letter-spacing: 0em;
	}

img {
	border: none;
	}

#wrapper {
	text-align: center;
	padding: 50px 50px 0px 50px;
	}

#main {
	position: relative;
	width: 880px;
	margin: 0px auto;
	background: url(../../media/elements/bg_head.png) no-repeat; 
	background-color: #fff;
	text-align: left;
	min-height: 740px;
	border: 1px solid #880000;
	}

/* for Internet Explorer */
/*\*/
* html #main {
height: 740px;
}
/**/

#footer {
	position: absolute;
	bottom: 10px;
	padding: 0px 16px;
	width: 848px;
	color: #7F7F7F;
	}
	
#footer span {
	position: absolute;
	bottom: 0px;
	}
	
#footer img {
	position: absolute;
	right: 16px;
	bottom: 0px;
	}

#head {
	position: relative;
	height: 195px;
	}
	
#content {
	left: 160px;
	position: relative;
	width: 620px;
	margin-bottom: 70px;
	}
	
#header {
	padding-bottom: 10px;
	border-bottom: 1px solid rgb(97,81,66);
	margin-bottom: 20px;
	min-height: 90px;
	}

/* for Internet Explorer */
/*\*/
* html #header {
height: 90px;
}
/**/


/*------------------------------*/
/*navigation                    */
/*------------------------------*/


#navi_top {
	position: absolute;
	left: 160px;
	top: 16px;
	height: 50px;
	}
	
#navi_top ul {
	padding: 0px;
	margin: 0px;
	height: 25px;
	font-size: 12px;
	line-height: 15px;
	vertical-align: bottom;
	}

#navi_top ul li {
	list-style: none;
	padding: 0px;
	margin: 0px 24px 0px 0px;
	float: left;
	}

#navi_top ul li a {
	text-decoration: none;
	color: rgb(97,81,66);
	}
	
#navi_top ul li a:hover, #navi_top ul li a:active, #navi_top ul li.navi_active a {
	text-decoration: none;
	color: #880000;
	}
	
	
	


/*------------------------------*/
/*general stuff                 */
/*------------------------------*/


h1 {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px 0px 5px 0px;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	}
	
h1 a:link {
	text-decoration: none;
	color: #880000;
	}

h2 {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 0;
	}

p {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	}

.float_left {
	float: left;
	}

.float_right {
	float: right;
	}
	
.float_clear {
	clear: both;
	height: 0px;
	}

form input {
	border: 1px solid #880000;
	width: 200px;
	margin-bottom: 10px;
	background-color: #F2F2F2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
form textarea {
	border: 1px solid #880000;
	width: 400px;
	margin-bottom: 10px;
	background-color: #F2F2F2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
form input.btn_submit {
	width: 100px;
	background-color: #880000;
	color: #fff;
	}
	
#content ul li {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style-image: url(../../media/elements/img_bullet.png); 
	}

#content ul.home li {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	list-style-image: url(../../media/elements/img_bullet.png);
	font-weight: bold;
	}

.xing {
	float: right;
