/* created by purpur Angel - Michael Fuerst !!! */

body
{
   font-family: Arial, Tahoma, Veranda;
   font-weight: 200;
	 margin:0px;
	 background-image:url(images/construct/bodyBack.gif);
	 background-position:left;
	 background-repeat:repeat-y;
}

#left
{
	position:relative;
	float:left;
	width:210px;
	background-color:#4D88C4;
	text-align:center;
	height:100%;
}

#left p {
  font-family:sans-serif;
  color:#ffffff;
}

#left a:link, a:visited {
  color:orange;
  text-decoration:none;
}

#left a:active, a:hover {
  color:orangered;
  text-decoration:none;
}


#navi
{
	padding-top:10px;
	padding-left:10px;
	text-align:left;
	border-bottom:6px solid #FFF;
	background-color:#fff6a9;
}

#navi a:link
{
	color: #DD0000;
}
#navi a:visited
{
	color: #DD0000;
}
#navi a:hover
{
	color: #003463;
}
#navi a:active
{
	color: #003463;
}



#right
{
	position:relative;
	text-align:center;
	margin-left:216px;
	height:100%;
}
#rightIn
{
	margin:10px;
}

p
{
   font-family: Arial, Tahoma, Veranda;
   font-size: 12pt;
   font-weight: 250;
   text-align: justivy;
}

h1
{
   font-family: Arial, Tahoma, Veranda;
   font-size: 20pt;
   font-weight: 700;
   text-align: center;
}

h2
{
   font-family: Arial, Tahoma, Veranda;
   font-size: 18pt;
   font-weight: 600;
   text-align: center;
}

h3
{
   font-family: Arial, Tahoma, Veranda;
   font-size: 17pt;
   font-weight: 500;
   text-align: center;
}

h4
{
   font-family: Arial, Tahoma, Veranda;
   font-size: 12pt;
   font-weight: 250;
   text-align: center;
}

h5
{
   font-family: Arial, Tahoma, Veranda;
   font-size: 11pt;
   font-weight: 200;
   text-align: center;
}

h6
{
   font-family: Arial, Tahoma, Veranda;
   font-size: 10pt;
   font-weight: 150;
   text-align: center;
}

ul, ol, li
{
   font-family: Arial, Tahoma, Veranda;
   font-size: 11pt;
   font-weight: 250;
   text-align: left;
}

a:link, a:visited, a:active, a:hover
{
   text-decoration: underline;
}

