/*General*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color:#000000;
}

body, img, p, tr, td {
	font-family: Verdana, Geneva, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	border: none;
	text-align:left;
}

p {
}

/*build*/

#build_main_table {
	height: auto;
	width: 940px;
	
	margin-top: 20px;
}

#build_top {
	height: 320px;
	width: 940px;
	
	background-image: url(../img/layout/top.gif);
}

.build_puffer_2 {
	height: 308px;
	width: 60px;
}

#build_content {
	height: 308px;
	width: 780px ;
	max-width: 780px!important;
	max-width: 740px;
	
	padding: 20px;
	background-color: #e6e6e6;
}

/*top*/

#build_logo {
	height: 130px;
	width: 230px;
}

#build_nav {
	height: 188px;
	width: 170px;
	
	vertical-align: bottom;
}

#build_subnav {
	height: 188px;
	width: 650px;
	
	text-align: right;
	vertical-align: top;
}

.build_puffer_1 {
	height: 188px;
	width: 60px;
}

#top {
	background-position: center bottom;
	background-repeat:no-repeat;
}

/*content*/

#content_subnav{
	width: 780px !important;
	width: 740px;
	height: 15px;
	text-align:right;
}

#content_left{
	float: left;
	padding-top: 40px;	
	
}

#content_right{
	float: right;
	padding-top: 40px;
	margin-right: 30px;
}


/*title*/

h1 {
	font-size: 13px;
	font-weight: bold;
	
	padding-bottom: 10px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	
	padding-bottom: 10px;
}

h3 {
	font-weight: bold;
	font-style:italic;
	
	padding-bottom: 10px;
}

/*text*/
p {
	padding-bottom: 10px;
}

/*links*/

a:link {
	color: #707173;
}

a:visited {
	color: #707173;
}

a:hover {
	color: #e3004f;
}

a:active {
	color: #e3004f;
}

a.subnav_active {
	color: #e3004f;
	text-decoration:none;
	text-transform:uppercase;
}


/*nav*/

img.nav {
	margin-bottom: 1px;
}

img.last_nav {
	margin-bottom: 2px !important;
	margin-bottom: 1px;
}

img.subnav {
	padding-left: 3px;
}	

#nav_container {
	filter:Alpha(opacity=100);
	opacity:100%;
} 

#content_subnav a{
	padding-left: 10px;
	text-decoration:none;
	text-transform:uppercase;
}

/*form*/

input, textarea {
	color: #666666;
 	background-color: #FFFFFF;
	font-size: 10px;
    border: 1px solid #707173;
}

/*table*/

/*img*/

img.content_img { 
	padding-right: 25px;
	float: left;
}

/*special*/

.li-stellen {
	margin-left:23px;
	margin-bottom:2px;
}

.strong_stellen {
	font-size:14px;
	text-decoration:underline;
}

.first_li {
	margin-top:4px;
	margin-left:23px;
	margin-bottom:2px;
}
