
/* selection colors must defined seperatly for each browser */
*::-moz-selection {
	color: White;
	background-color: #AA060F;
}

*::-webkit-selection {
	color: White;
	background-color: #AA060F;
}

*::selection {
	color: White;
	background-color: #AA060F;
}

html { 
   padding:0px;
   margin:0px;
	width: 100%;
   height:100%;  	
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:15px;	
	color: #000000;
	text-decoration: none;
	background-image: url(screen/hinter_01.jpg);
	background-repeat: repeat-x;
	background-color: #AA060F;
	padding: 0px;
	margin: 0px auto;
	text-align: left;
	width: 100%;
   height: 100%;	
}

div,table {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
	line-height:15px;
}

form, p, h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-size: 11px;	
	line-height:15px;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0px;
}

#box {
	width: 800px;
	text-align: left;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	height: 100%;
}

#left {
   width:210px;
	background-image: url(screen/hinter_03.jpg);
	background-repeat: repeat-y;
	background-position: right;	
   float:left	
}

#left_inner {
	width:193px;
	background-color:#FFF9E9;
	background-image: url(screen/hinter_02.jpg);
	background-repeat: no-repeat;
	background-position: right 36px;	
	float:left
}

#left_inner #hmenue {
	height:120px;
	width:193px;
}

#left_fuss, #left_fuss a  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CD0711;
	text-align: center;
}

#right {
   width:590px;
   float:left;	
	background-image: url(screen/hinter_04.jpg);
	background-repeat: no-repeat;
	background-position: 0px 176px;		
}

#right_inner {
   padding: 40px 0px 10px 34px;
	width:516px;
   float:left;
}

#right_fuss {
	margin-top:20px;
   border-top: 1px solid #CD0711;
	text-align: center;
	padding-top:3px;
}

#link, #link a {
	font-size: 13px;
	color: #CD0711;
	font-weight: bold;
}

/* Team Styles für Root -> Das Team */

.team {
	-width: 516px;
}

.team > div {
	float: left;
	overflow: hidden;
	margin: 0 12px 19px 0;
	width: 116px;
	min-width: 116px;
	max-width: 116px;
	height: 228px;
	background-color: #d1a349;
	color: White;
}

.team h2 {
	margin: 5px;
	color: #862713;
}

.team p {
	margin: 5px;
	color: White;
}

.team img {
	width: 100%;
	margin-right: 5px;
	border-bottom: 5px solid White;
}

