* {
	margin: 0;
	padding: 0;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #6A6A6A;
	margin: 0px;
	padding: 0px;
	text-align:left;
}

body {
	background-color: #FFFFFF;
	height: 670px;
	width: 2000px;
	margin-top: 10px;
	margin-left: 10px;
}

img{
	border: none;
}

/********** Headline ********/

#headWrap{
	background: url(../bilder/logo.gif) no-repeat top left;
	height: 120px;
	width: 1000px;
	/*border: solid red 1px;*/
}

.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
	font-size: 8px;
	color: #7A7A7A;
}
.headline a{
	color: #7A7A7A;
}

/********** Content ********/

#contentWrap{	
	/*border: solid blue 1px;*/
	height: 550px;
	border: solid white 1px;
	padding-top: 20px;
}

.standard{
	margin: 0px 0px 0px 15px;
	padding: 0px;
	float: left;
}

.small{
	margin: 0px 0px 0px 35px;
	padding: 0px;
	float: left;
}

.box{
	margin-right: 15px;
	background: #FFFFFF;
	padding: 20px;
	float: left;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 10px;
	color: #555555;
}

.impressum{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 10px;
	color: #555555;
}

.pers{
	height: 250px;
	clear: both;
	margin-bottom: 10px;
}

.intro{
	height: 310px;
	margin-bottom: 10px;
}

.scroll{
	overflow: auto;
}

.box a{	
	color: #555555;
	text-decoration: underline;
}

p{
	margin-top: 10px;
	margin-bottom: 5px;
}

p.credits{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	font-size: 9px;
	color: #555555;
}

.flex260{
	width: 220px; /* + (2 x 20px) padding */
}

.galNavi{
	width: 120px;
	height: 44px;
	float: right;
}

.galNavi img{
	margin-right: 5px;
	border: none;
}

.gal{
	width: 490px;
	height: 440px;
	padding: 15px;
	position: relative;
}

.description{
	position: absolute;
	top: 395px;
}

.visible{
	visibility: visible;
}

.invisible{
	visibility: hidden;
}

/*.gal ul{
	border: solid blue 1px;
	list-style: none;
	display: inline-block;
	width: 98px;
	height: 44px;
	float:right;
}

.gal ul li{
	border: solid red 1px;
	width:17px;
	width:17px;
	margin-right: 10px;
	display: block;
	list-style: none;
	float:left;
}

.gal ul li.active{
	background: url(../bilder/fliehkraft_galerien/pic_aktiv.gif) no-repeat;
}*/

.fest380{
	width: 340px; /* + (2 x 20px) padding */
	height: 470px; /* + (2 x 20px) padding */
}

.flex380{
	width: 340px; /* + (2 x 20px) padding */
}

.fest400{
	width: 360px; /* + (2 x 20px) padding */
	height: 470px; /* + (2 x 20px) padding */
}

.pic{
	position: relative;
	margin-bottom: 10px;
}

.pic img.left{
	float: left;
	margin-right: 10px;
}

img.right{
	float: right;
}

.pic p{
	margin: 0px;
}

.pic p.right{
	position: absolute;
	bottom: 0px;
	left: 0px;
}

/*.pic:after{
   content: ".";
   display: block;
   height: auto;
   clear: both;
   visibility: hidden;
}*/

.box ul{
	list-style: none;
	display: inline-block;
	width: 360px;
	height: 102px;
	margin: 10px 0 0px 0;
	padding: 0px;
}

.box ul img{
	margin-right: 10px;
}
.box ul li{
	display: block;
	width: 170px;
	height: 32px;
	list-style: none;
	position: relative;
	margin: 0 10px 2px 0;
	float: left;
}

.box ul li a{
	text-decoration: none;
}

.box ul li p{
	position: absolute;
	bottom: 0px;
	margin: 0px;
	left: 35px;
}
/********** Navigation ********/
.navi{
	/*border: solid green 1px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	font-size: 10px;
	line-height: 15px;
	color: #555555;
	float: left;
}

.navi li.active{
	font-weight: bold;
}

.navi a{
	text-decoration: none;
	color: #555555;
}

.navi ul{
	list-style: none;
	background-color: transparent;
	display: block;
}

.navi li{
	list-style: none;
	background: #FFFFFF;
	margin-bottom: 5px;
	padding-left: 20px;
	width: 130px;
}

.sub{
	margin-left: 20px;
}
/********** Home-Seite ********/
.home{
	background: url(../bilder/bg_home.jpg) no-repeat;
}

.institut{
	background: url(../bilder/bg_institut.jpg) no-repeat;
}

.personen{
	background: url(../bilder/bg_personen.jpg) no-repeat;
}

.texte{
	background: url(../bilder/bg_texte.jpg) no-repeat;
}

.einleitung{
	background: url(../bilder/bg_personen.jpg) no-repeat;
}

.galerie{
	background: url(../bilder/bg_galerie.jpg) no-repeat;
}


