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

body {
	text-align: center;
	font: 95% Arial, sans-serif;
background: url(images/headerbg.jpg) repeat-x ;
}

body h2
{
	color: #4F2920;
}

body h4
{
font-size: 14px;
	padding: 20px 0 20px 0 ;
}

/* ++++++++++++++++++++++++ */

table td
{
	font-size: 12px;
	padding-bottom: 10px;
	vertical-align: top;
}

table tr.head td
{
		border-bottom: solid 1px;
		vertical-align: bottom;
		padding-bottom: 5px;
}

table td a
{
	font-size: 12px;
	color: #e16e2b;
}



td.right
{
	text-align: right;
	width: 190px;
}

td.imagelink a img
{
	border: solid 3px #4F2920;
}

td.imagelink a:hover img
{
	border: solid 3px #4F2920;
	border: solid 3px #e16e2b;
	margin: 0;
}

td.imagelink
{
	padding-bottom: 40px;
}



/* +++++++++++++++ */

html, body, #wrap {height: 100%;}

body > #wrap {
    height: auto;
    min-height: 100%;
}


#wrap
{
position: relative;
	width: 1174px;
	text-align: left;
	background: transparent;
	margin: 0 auto;
}


/* MENU */

#sidebar
{
position: relative;
	width: 200px;
	height: 400px;
	margin: -10px;
	float: left;
}

#menu
{
	position: absolute;
	width: 200px;
	height: 50px;
	top: 0 px;
	left: 0 px;
	float: right;
}

#menu .about{
	margin: 0px;
	padding: 0px;
	width: 175px;
	height: 49px;
	float: left;
	background: url(images/about.jpg) no-repeat;
	float: right;
}


#menu .about a{
display: block;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background: url(images/aboutbg.jpg) 0 no-repeat;
}

#menu .about a:hover{
background: url(images/about.jpg) 0 no-repeat;
}

#menu .aboutnone{
	margin: 0px;
	padding: 0px;
	width: 175px;
	height: 49px;
	float: left;
	background: url(images/about.jpg) no-repeat;
	float: right;
}

#menu .work{
	margin: 0px;
	padding: 0px;
	width: 164px;
	height: 51px;
	float: left;
	background: url(images/work.jpg) 0 no-repeat;
	float: right;
}


#menu .work a{
display: block;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background: url(images/workbg.jpg) 0 no-repeat;
}

#menu .work a:hover{
background: url(images/work.jpg) 0 no-repeat;
}

#menu .worknone
{
	margin: 0px;
	padding: 0px;
	width: 164px;
	height: 51px;
	float: left;
	background: url(images/work.jpg) 0 no-repeat;
	float: right;
}

#menu .contact{
	margin: 0px;
	padding: 0px;
	width: 209px;
	height: 49px;
	float: left;
	background: url(images/contact.jpg) 0 no-repeat;
	float: right;
}


#menu .contact a{
display: block;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background: url(images/contactbg.jpg) 0 no-repeat;
}

#menu .contact a:hover{
background: url(images/contact.jpg) 0 no-repeat;
}

#menu .contactnone{
	margin: 0px;
	padding: 0px;
	width: 209px;
	height: 49px;
	float: left;
	background: url(images/contact.jpg) 0 no-repeat;
	float: right;
}


#header 
{
position: relative;
	width: 1174px;
	height: 195px;
	z-index: 2;
	background: url(images/head.jpg) 0 no-repeat ;
}

#main
{
	background-color: White;
	padding-bottom: 300px;
	padding-top: 50px;
	width: 1050px;
	margin: 0 auto;
}

#content
{
position: relative;
	width: 855px;
	float: right;
	margin: -10px;
}

#about
{
	position: absolute;
	top: 30px;
	left: 40px;
	width: 550px;
	padding: 0;
	margin: 0;
	color: #FFFFFF;
}

#about a
{
	text-decoration: underline;
	color: #e16e2b;
}


/* FOOTER */

#footer 
{
    position: relative;

	margin-top: -300px;  /*Negativer Wert der Footer-Höhe */
	height: 300px;
	clear:both;
	background-color: #4F2920;
	border-top: solid 15px #271F1E;
}

.clearfix:after {
    content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}

/* Bereich nicht für IE-mac Anfang \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* Bereich nicht für IE-mac Ende */



ul
{
text-align: left;
font-size: 12px;
color:  #7d5a4b;
list-style-type: none;
float: left;
padding-left: 10px;
padding-right: 50px;
}

ul a
{
	color:  #7d5a4b;
	text-decoration: none;
}

ul a:hover
{
	text-decoration: underline;
}

#list_a
{
	border-left: solid 2px #7d5a4b;
}

#list_b li
{
	border-left: solid 2px #7d5a4b;
	padding-left: 10px;
	margin-bottom: -3px;

}

#list_c li
{
	border-left: solid 2px #7d5a4b;
	padding-left: 10px;
		margin-bottom: -1px;
}


#footercontent
{
	width: 850px;
	margin: 0 auto;
	margin-top: 40px;
	padding-left: 190px;
}


/* CONTACT FORM */

#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #4F2920;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
	color: #7d5a4b;
	background-color:  #4F2920;
	border: solid 3px #271F1E;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 12px;
}

#content .kala
{
position: relative;
	display: block;
	width: 100%;
	height: 400px;
	background: url(images/kalaschnikowb.jpg) 0 no-repeat;

}

#content .kala a
{
display: block;
width: 100%;
height: 100%;
	background: url(images/kalaschnikowa.jpg) 0 no-repeat;
}

#content .kala a:hover
{
display: block;
width: 100%;
height: 100%;
	background: url(images/kalaschnikowb.jpg) 0 no-repeat;
}

#content .terry
{
	position: relative;
	display: block;
	width: 100%;
	height: 576px;
	background: url(images/terrya.jpg) 0 no-repeat;
}

#content .terry a
{
display: block;
width: 100%;
height: 100%;
	background: url(images/terrya.jpg) 0 no-repeat;
}

#content .terry a:hover
{
display: block;
width: 100%;
height: 100%;
	background: url(images/terryb.jpg) 0 no-repeat;
}

#content .alina
{
	position: relative;
	display: block;
	width: 100%;
	height: 576px;
	background: url(images/alina2.jpg) 0 no-repeat;
}

#content .alina a
{
display: block;
width: 100%;
height: 100%;
	background: url(images/alina1.jpg) 0 no-repeat;
}

#content .alina a:hover
{
display: block;
width: 100%;
height: 100%;
	background: url(images/alina2.jpg) 0 no-repeat;
}

#content .nadja
{
	position: relative;
	display: block;
	width: 100%;
	height: 576px;
	background: url(images/nadja2.jpg) 0 no-repeat;
}

#content .nadja a
{
display: block;
width: 100%;
height: 100%;
	background: url(images/nadja1.jpg) 0 no-repeat;
}

#content .nadja a:hover
{
display: block;
width: 100%;
height: 100%;
	background: url(images/nadja2.jpg) 0 no-repeat;
}

#flashplayer{
position: relative;
margin: 0 auto;
width: 640px;
height: 480px;
	}

#flashplayer2{
position: relative;
margin: 0 auto;
width: 764px;
height: 430px;
	}
	
#flashplayer3{
position: relative;
margin: 0 auto;
width: 720px;
height: 405px;
	}
	
#flashplayer4{
	position: relative;
margin: 0 auto;
width: 840px;
height: 628px;
}s
