
/* Allgemeines, Font-Einstellungen */

html, ul, li, form
{
  padding: 0;
  margin: 0;
}

img
{
  border: 0;
}

body
{
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  background: #333333;
  overflow: auto;
}

body, table
{
  font: 10px/16px Arial, sans-serif;
  color: #a5c1dc;
  letter-spacing: 0.1em;  
}

strong, b
{
	color: #6784a0;
	font-weight: normal;
}
	

a:link 						{ text-decoration:none; color:#6784a0; background-color: transparent; }
a:visited			 		{ text-decoration:none; color:#6784a0; background-color: transparent; }
a:hover 					{ text-decoration:none; color:#a5c1dc; background-color: transparent; }
a:active 					{ text-decoration:none; color:#a5c1dc; background-color: transparent; }
a:focus 					{ text-decoration:none; color:#a5c1dc; background-color: transparent; }
a.select			 		{ text-decoration:none; color:#a5c1dc; background-color: transparent; }

/* navigation */

#navigation
{
  font: 9px/16px Arial, sans-serif;
  color: #a5c1dc;  
}

.mainNav a:link 			{ text-decoration:none; color:#b8b3d9; background-color: transparent; text-transform:uppercase; }
.mainNav a:visited 			{ text-decoration:none; color:#b8b3d9; background-color: transparent; text-transform:uppercase; }
.mainNav a:hover 			{ text-decoration:none; color:#6e64a4; background-color: transparent; text-transform:uppercase; }
.mainNav a:active 			{ text-decoration:none; color:#6e64a4; background-color: transparent; text-transform:uppercase; }
.mainNav a:focus 			{ text-decoration:none; color:#6e64a4; background-color: transparent; text-transform:uppercase; }
.mainNav a.select			{ text-decoration:none; color:#6e64a4; background-color: transparent; text-transform:uppercase; }

.mainNav1 a:link 			{ text-decoration:none; color:#b8b3d9; background-color: transparent; text-transform:uppercase; }
.mainNav1 a:visited 		{ text-decoration:none; color:#b8b3d9; background-color: transparent; text-transform:uppercase; }
.mainNav1 a:hover 			{ text-decoration:none; color:#6e64a4; background-color: transparent; text-transform:uppercase; }
.mainNav1 a:active 			{ text-decoration:none; color:#6e64a4; background-color: transparent; text-transform:uppercase; }
.mainNav1 a:focus 			{ text-decoration:none; color:#6e64a4; background-color: transparent; text-transform:uppercase; }
.mainNav1 a.select			{ text-decoration:none; color:#6e64a4; background-color: transparent; text-transform:uppercase; }

.shadow1 a:link 			{ text-decoration:none; color:#838097; background-color: transparent; text-transform:uppercase; }
.shadow1 a:visited 			{ text-decoration:none; color:#838097; background-color: transparent; text-transform:uppercase; }
.shadow1 a:hover 			{ text-decoration:none; color:#575177; background-color: transparent; text-transform:uppercase; }
.shadow1 a:active 			{ text-decoration:none; color:#575177; background-color: transparent; text-transform:uppercase; }
.shadow1 a:focus 			{ text-decoration:none; color:#575177; background-color: transparent; text-transform:uppercase; }
.shadow1 a.select			{ text-decoration:none; color:#575177; background-color: transparent; text-transform:uppercase; }

.shadow2 a:link 			{ text-decoration:none; color:#696775; background-color: transparent; text-transform:uppercase; }
.shadow2 a:visited 			{ text-decoration:none; color:#696775; background-color: transparent; text-transform:uppercase; }
.shadow2 a:hover 			{ text-decoration:none; color:#4b4760; background-color: transparent; text-transform:uppercase; }
.shadow2 a:active 			{ text-decoration:none; color:#4b4760; background-color: transparent; text-transform:uppercase; }
.shadow2 a:focus 			{ text-decoration:none; color:#4b4760; background-color: transparent; text-transform:uppercase; }
.shadow2 a.select			{ text-decoration:none; color:#4b4760; background-color: transparent; text-transform:uppercase; }

.shadow3 a:link 			{ text-decoration:none; color:#4e4d54; background-color: transparent; text-transform:uppercase; }
.shadow3 a:visited 			{ text-decoration:none; color:#4e4d54; background-color: transparent; text-transform:uppercase; }
.shadow3 a:hover 			{ text-decoration:none; color:#403e4a; background-color: transparent; text-transform:uppercase; }
.shadow3 a:active 			{ text-decoration:none; color:#403e4a; background-color: transparent; text-transform:uppercase; }
.shadow3 a:focus 			{ text-decoration:none; color:#403e4a; background-color: transparent; text-transform:uppercase; }
.shadow3 a.select			{ text-decoration:none; color:#403e4a; background-color: transparent; text-transform:uppercase; }

.navcyan a:link 			{ text-decoration:none; color:#aac8cd; background-color: transparent; text-transform:uppercase; }
.navcyan a:visited 			{ text-decoration:none; color:#aac8cd; background-color: transparent; text-transform:uppercase; }
.navcyan a:hover 			{ text-decoration:none; color:#59848b; background-color: transparent; text-transform:uppercase; }
.navcyan a:active 			{ text-decoration:none; color:#59848b; background-color: transparent; text-transform:uppercase; }
.navcyan a:focus 			{ text-decoration:none; color:#59848b; background-color: transparent; text-transform:uppercase; }
.navcyan a.select			{ text-decoration:none; color:#59848b; background-color: transparent; text-transform:uppercase; }


h1
{
	font-size: 1.1em;
	color: #6784a0;
	line-height: 1em;
	margin: 0;
	padding: 0 0 10px 0;
	font-weight: normal;
}

h2
{
	font-size: 1.3em;
	color: #FFFFFF;
	line-height: 1em;
	font-weight: normal;	
}

h3
{
	font-size: 1.1em;
	color: #FFFFFF;
	line-height: 1em;
	font-weight: normal;
}


/* Padding-Klassen, allgemeine Abst�nde etc. */

.pad5
{
  padding: 5px;
}

.pad10
{
  padding: 10px;
}

.pad20
{
  padding: 20px;
}

/* Container zur Seitendarstellung */

#site
{
	margin: 50px auto 0 auto;
	width: 994px;
	text-align: left;
}

#logo
{
	width: 160px;
	float: left;
}

#logo #padLogo
{
	padding-right: 40px;
	padding: 3px;
}

#navigation
{
	width: 220px;
	float: left;

}

#navigation #pad
{
	padding-right: 20px;
}

#content
{
	width: 564px;
	float: left;
}

#content #textblock
{
	padding-top: 100px;
}

#content #infoText
{
	padding-top: 130px;
}

#content #statement
{
	height: 95px;
}

#content td
{
	vertical-align: top;
	padding: 0 20px 0px 0;
}

#content td ul
{
	margin-left: 15px;
}

#content p
{
	margin: 0;
	padding: 0 0 20px 0;
}

#content .news
{
	width: 430px;
	clear: both;
	padding-bottom: 20px;
}

#content #imageNavigation
{
	padding: 0 0 20px 0;
}

#content #imageNavigation a 
{
	padding: 0 15px 0 0;
}