/*
===========Base==========
*/

/*

*/

html, body, div {
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	font-family: Arial, sans-serif;
	font-size: 9pt;
}

html, body, #outer {
	height: 100%;
}

#barrier {
	position: absolute;
	width: 806px;
	height: 724px;
	background-image: url(foto_groesser2.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin-left: 50%;
	left: -400px;
}

#nav {
	position: absolute;
	left: 5px;
	top: 220px;
	bottom: 170px;
	width: 220px;
}

#cont {
	position: absolute;
	top: 210px;
	height: 364px;
	left: 270px;
	right: 151px;
	overflow: auto;
	padding-bottom: 15px;
	padding-top: 10px;
}


#add, #contact {
	color: #909090;
	font-weight: bold;
	position: absolute;	
}

#add {
	top: 18px;
	right: 7px;
	text-align: right;
}

#contact {
	top: 220px;
	right: 7px;
	left: 665px;
	text-align: left;
	
}


/*
====nav=======
*/

#nav a, #nav a:link{
	display: block;
	color: Black;
	text-decoration: none;
	min-height: 15px;
	padding-left: 25px;
	margin-bottom: 5px;
}

#nav a:active, #nav a:focus, #nav a:hover {
	background-image: url(pfeil.jpg);
	background-position: center left;
	background-repeat: no-repeat;
}


/*
========Texte===========
*/

#cont h1 {
	font-size: 14pt;
	color: #F5F5F5;
}

#cont img {
	margin-bottom: 15px;
}

#cont p {
	color: #F5F5F5;
}

#cont a, #cont a:link{
	font-weight: bold;
	color: #FCFCFC;
	text-decoration: underline;
}

#cont a:active, #cont a:focus, #cont a:hover {
	color: #FAFAD2;
}

#add a, #add a:link{
	font-weight: bold;
	color: #909090;
	text-decoration: underline;
}

#add a:active, #add a:focus, #add a:hover {
	color: #707070;
}

div.csc-textpic-intext-right div.csc-textpic-imagewrap
{
  float: left !important;
}
