/* ~~~ Grundeinstellungen ~~~ */

*  {
	margin: 0;
	padding: 0;
	outline-style: none;
	border: none;
	text-align: left;	
}

body    {
	color: black;
	font-size: 100.01%;
	background: #E8EEEE;}

p      {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	line-height: 140%;
	text-align: left;
	vertical-align: top;
}

p + p {
	padding-bottom: 7px;}

h1 + p, h2 + p, h3 + p {
	padding-bottom: 7px;}
	
p + h1, p + h2 {
	padding-bottom: 15px;}

b  {
	font-weight: bold;}

h1   {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 135%;
	color: #71BAAF;
	font-weight: bold;
	padding-bottom: 7px;}
       
h2   {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 115%;
	color: #71BAAF;
	text-align: left;
	font-weight: bold;
	padding-bottom: 20px;}

h3   {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000000;
	font-weight: bold;
	padding-bottom: 0px;
	padding-top: 10px;}

h4 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 60%;
	font-weight: lighter;
	line-height: 140%;
	text-align: left;
	vertical-align: top;
	padding-top: 7px;} 		

h5  {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #71BAAF;
	text-align: left;
	font-weight: bold;
	padding-bottom: 20px;}
	
a   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #71BAAF;
	text-decoration: none;}

a:hover   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #008D77;}

a.anderer:link  {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

a.anderer:visited  {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

a.anderer:hover  {
	font-family: Arial, Helvetica, sans-serif;
	color: #008D77;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
	
/* ~~~ Divisions  ---*/

#balken    {
	position: fixed;
	text-align: right;
	width: 100%;
	top: 0px;
	right: 0px;
	height: 180px;
	background-image: url(images/verlauf_oben.png);
	background-repeat: repeat-x;
	background-color: transparent;
	border: 0px blue solid;
}

#content    {
	position: absolute;
	margin-left: -200px;
	top: 250px;
	left: 50%;
	width: 650px;
	height: 700px;
	border: 0px solid red;
}
	
#logo-pa   {
	position: relative;
	left: -30px;
	width: 371px;
	height: 200px;
	padding-bottom: 25px;
	background: url(images/professionacts.png) no-repeat;
	border: 0px green solid;
	}

#bilderbalken   {
	position: fixed;
	margin-left: -100px;
	left: 50%;
	width: 600px;
	height: 250px;
	border: 0px solid Fuchsia;
}

/* ---Stopper ---*/

#topstopper {
	position: relative;
	top: -257px;
	left: 300px;
	width: 253px;
	height: 155px;
	border: 0px solid Lime;
}

#navistopper	{
	position: relative;
	top: 30px;
	left: -30px;
	width: 190px;
	height: 195px;
	padding-top: 20px;
	text-align: center;
	border: 0px solid Lime;
}

/* ---Navigation ---*/
	
#navi {
	position: fixed;	
	width: 200px;
	height: 100%;
	margin-left: -450px;
	left: 50%;
	background-image: url(images/verlauf_oben.png);
	background-repeat: repeat-x;
	background-color: #F5B422;
}

#menu li {
	list-style: none;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 20px;
}

#untermenu li {
	background-color: #FFCC33;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: White;
	display: inline;
	padding-left: 20px;
	padding: .2em 1em;
}

#navi a   {
	text-decoration: none;
	font-size: 15px;
	color: white;
	font-weight: bold;}	
	
#navi a:hover {
	font-weight: bold;
	color: #C48B09;
}

/*---email---*/

.headline1Yellow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 135%;
	color: #FFCC33;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 7px;
}
.textKlein {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
.textKleinTuerkis {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #71BAAF;
	text-decoration: none;
}
.textYellow {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #F0C000;
	font-weight: bold;

}

