
/* selection colors must defined seperatly for each browser */
*::-moz-selection {
	color: White;
	background-color: #E3E9F7;
}

*::-webkit-selection {
	color: White;
	background-color: #E3E9F7;
}

*::selection {
	color: White;
	background-color: #E3E9F7;
}

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: #E3E9F7;
	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:#F3F5FC;
	background-image: url(screen/hinter_02.jpg);
	background-repeat: no-repeat;
	background-position: right 8px;
	float:left
}

#left_inner #hmenue {
	height:180px;
	width:193px;
}

#left_fuss, #left_fuss a  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #092972;
	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 #092972;
	text-align: center;
	padding-top:3px;
}


/* 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: #CFDAF5;
}

.team h2 {
	margin: 5px;
}

.team p {
	margin: 5px;
}

.team img {
	width: 100%;
	margin-right: 5px;
	border-bottom: 5px solid White;
}

