/* Style Sheet */

body {
	text-align: center;
    background: #6f160d;
	padding: 0px;
	margin: 0px;
}

#wrap {
    margin: 0 auto;
    width: 659px;
	height: 400px;
	background: url(images/contentbg.png) no-repeat left top;
}
#bodybg {
	background: #cb1b09 url(images/bg.png) repeat-x left top;
	width: 100%;
	height: 100%;
	float: left;
	border-top: solid 3px #95180b;
}
#acc {
    width: 575px;
	margin: 0 auto;
	font-family: Verdana, sans-serif;
    font-size: 12px;   
	background: #6f160d;
	color: #c68e88;
    background: #6f160d;
}
/* Header */

#header {
    margin: 0 0 0 0;
	margin: auto;
	width: 800px;
	height: 50px;
}

/* Logo */

#logo img{
	float: right;
	margin-right: 197px;
	margin-top: 49px;
	height: 51px;
	width: 216px;
	border: none;
}

/* Menu */

#menu {
    margin: 0 auto;
    height: 40px;
    width: 575px;
    text-align: center;
    font-family: Verdana, sans-serif;
    font-size: 12px;   
	background: #6f160d;
	color: #c68e88;
}

#menu ul {
    margin-top: 15px;
}

#menu ul li {
    display: inline;
    margin-left: 10px;
}

#menu a {
    text-decoration: underline;
    color: #c68e88;
}

#menu a:hover {
    text-decoration: none;
    color: #c68e88;
}

#menu form {
    margin-top: 15px;
}

#menu input.field {
    border: 0px;
    font: normal 12px Verdana, sans-serif;
    color: #000;
    background: url(images/small_bg.png) no-repeat;
    width: 145px;
    height: 29px;    
    padding: 10px 8px 5px 8px;
    margin-left: 10px;
	margin-bottom: 10px;
	float: right;
}

#menu input.button {
    background: url(images/login.png) no-repeat left top;
    font: normal 0px Verdana, sans-serif;
    border: 0px;
    height: 30px;
	width: 115px;
    padding: 2px 8px 5px 8px;
    margin-left: 10px;
	float: right;
}


/* Content */
#beschreibung {
	float: right;
	width: 440px;
	text-align: left;
	padding: 0px;
	color: #FFF;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}
#content {
    font: normal 12px Arial;
    color: #FFF;
	float: right;
	margin-right: 4px;
	width: 520px;
	height: 134px;
}

#content #row {
    clear: both;
    padding-top: 5px;
}

#content #row span.label {
    float: left;
    width: 150px;
    margin-top: 20px;
    text-align: left;
}

#content #row span.formw {
    float: right;
    width: 520px;
    text-align: left;
} 

#content input.field_100 {
    border: 0px;
    font: normal 12px Verdana, sans-serif;
    color: #000;
    background: url(images/big_bg.png) no-repeat;
    width: 414px;
    height: 30px;    
    padding: 10px 8px 5px 8px;
    margin-top: 10px;
}

#content input.field_50 {
    border: 0px;
    font: normal 12px Verdana, sans-serif;
    color: #000;
    background: url(images/small_bg.png) no-repeat;
    width: 145px;
    height: 29px;    
    padding: 10px 8px 5px 8px;
    margin-top: 10px;
}

#content input.button {
    background: url(images/button.png) no-repeat;
    font: normal 12px Verdana, sans-serif;
    border: 0px solid #FFF;
    height: 30px;
	width: 100px;
    margin-left: 10px;
	margin-right: 148px;

}

#banner {
	width: 468px;
	height: 60px;
	font-size: 0px;
	float: right;
	vertical-align: bottom;
	margin-right: 27px;
}

.table {
    margin-top: 25px;
}

.table img {
    border: 0;
}

.table ul {
    float:left;
    display: inline;
    margin-right:50px;
    padding:0;
}
.table ul li {
    list-style:none;
    padding:5px 10px;
}
.table ul li.title {
    height: 18px;
    font-weight:bold;
    color: #000;
}
.table ul li.field {
	height: 18px;
    color: #000;
}
.table ul li.field_img {
    height: 18px;
	
}

.tab_row {
	height: 18px;
	display:  list-item;
	
}

.tab_row_c1 {
	float: left;
	width: 400px;
	padding: 5px 0px 5px 0px;
}

.tab_row_c2 {
	float: left;
	width: 40px;
	padding: 5px 0px 5px 0px;
}

.tab_row_c3 {
	float: left;
	width: 50px;
	padding: 5px 0px 5px 0px;
}

.tab_row_c3 img {
	border: 0;
}
