/*General*/

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

body, img, p, tr, td {
	font-family: Verdana, Geneva, Helvetica, sans-serif; 
	font-size: 10px;
	font-weight: normal;
	color: #707173;
	border: none;
}

p {
	padding-bottom: 16px;
}

li {
	padding-bottom: 3px;
}

/*title*/

h1 {
	font-size: 13px;
	color: #e3004f;
	padding-bottom: 28px;
}

h2 {
	font-size: 10px;
	font-weight: bold;
	color: #e3004f;
	padding-bottom: 10px;
}

/*links*/

a:link {
	color: #707173;
}

a:visited {
	color: #707173;
}

a:hover {
	color: #e3004f;
}

a:active {
	color: #e3004f;
}

/*build*/

#build_main_table {
	width: 920px;
	height: auto;
	margin-top: 30px;
}

#build_puffer_top {
	width: 40px;
	height: 105px;
}

#build_logo {
	width: 200px;
	height: 105px;
}

#build_nav {
	width: 640px;
	height: 105px;
	
	background-image:url(../img/bg_nav.gif);
	background-repeat: no-repeat;
	background-position:right;
}

#build_puffer_middle {
	width: 40px;
	height: 395px;
}

#build_index_subnav {
	width: 200px;
	height: 395px;
	vertical-align:top;
	
	background-color: #efefef;
	background-image:url(../img/bg_dog.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
}

#build_subnav {
	width: 200px;
	height: 395px;
	
	background-color: #efefef;
	background-image:url(../img/bg_subnav.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
	
	vertical-align:top;
}

#build_index_content {
	width: 640px;
	height: 395px;
	
	background-color: #efefef;
	background-image:url(../img/bg_index_content.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
}

#build_content {
	width: 640px;
	height: 395px;
	
	background-color: #efefef;
	background-image:url(../img/bg_content.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
	
	vertical-align: top;
}

#build_puffer_bottom {
	height: 2px;
	width: 920px;
	
	background-color: #FFFFFF;
}

#build_index_shadow {
	height: 79px;
	width: 920px;

	/*background-image:url(../img/bg_index_shadow.jpg);*/
	background-repeat: no-repeat;
}

#build_shadow {
	height: 79px;
	width: 920px;

	background-image:url(../img/bg_shadow.jpg);
	background-repeat: no-repeat;
}

/*nav*/

#hauptnav {
	width: 538px;
	margin-left: 80px;
	margin-top: 45px;
}

#subnav {
	margin-top: 45px;
	margin-left: 35px;
	text-decoration: none;
	text-align: left;
	color: #707173;
	list-style-image: url(../img/subnav/subnav_off.gif);
}

#subnav li.li_subnav {
	list-style-image: url(../img/subnav/subnav_off.gif);
	color: #707173;
}

#subnav li.li_subnav_a {
	list-style-image: url(../img/subnav/subnav_on.gif);
	color: #e3004f;
}

.li_subnav_a a {
	color: #e3004f;
	text-decoration: none;
}

.li_subnav a  {
	text-decoration: none;
	
}

/*content*/

#content {
	width: 640px;
	height: 100%;
	margin-top: 0px;
	text-align: left;
}

#content_img {
	padding-top: 43px !important;
	padding-top: 43px;
	vertical-align:top;
}

#content_text {
	padding-top: 45px;
	vertical-align:top;
}

a.link {
	text-decoration: none;
}

a.links {
	text-decoration: none;
	padding-right: 29;
	text-align: left;
}

.margin35 {
	padding-left: 35px;
}


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

/*img*/

#slogan {
	margin-top: 70px;
	margin-left: 239px;
}

#poster_print {
	margin-top: 91px;
	margin-left: 442px;
}

/*special*/

.address {
	float:right;
	vertical-align:top;
}

.div {
	width:250px;
	height:120px;
	float:left;
}

