/* main stuff */
*{
	margin:0;
	padding:0;	
	font-family:Arial, sans-serif;
	font-size:10px;
}
img{
	border:0px;
}

body{
	background: url(../img/background/bg.gif) top left repeat-x #F4F4F4;
}
a{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

.main{
	position: absolute;
	margin: -150px 0 0 -320px;
	width:640px;
	left: 50%;
	top:50%;
	height: 300px;
}

ul.nav{
	list-style:none;
	width:200px;
	float:left;
}

ul.nav li{
	float:left;
	margin-right:10px;
}

.logo{
	float:right;
	padding-top:7px;
}

.content{
	clear:both;
	padding-top:11px;
}

/* Content Boxes */
.content .box_1-3,
.content .box_2-3{
	width:198px;
	height:188px;
	border:1px solid #000000;
	padding: 10px 0 0 0;
	float:left;
	margin-right:20px;
}

.content .box_1-3 h1,
.content .box_2-3 h1{
	margin-bottom: 5px;
}

.content .box_1-3 img.mood{
	margin:0 0 1px 23px;
}

.content .box_1-3 p{
	padding-left: 10px;
	width:183px;
	line-height: 10px;
}

.content .box_2-3{
	width: 418px;
}

/* team */
.content .box_2-3 img.group{
	margin: 5px 0 0 15px;
}

.content .box_1-3 p.team{
	padding-left: 10px;
	width:176px;
	line-height: 9px;
}

.content .box_1-3 p.team span{
	display:block;
	margin-top: 10px;
	text-align: right;
}

.content .box_1-3 p a.top{
	display: block;
	margin-bottom: 10px;
}

.content .box_1-3 p a.bottom{
	display: block;
	margin-top: 10px;
}

/* kontakt */
.content .box_1-3 .member{
	clear:both;
	margin:0 10px 0px 10px;
	height: 20px;
}
.content .box_1-3 .name{
	float:left;
}

.content .box_1-3 .title{
	float:right;
}
