/* Remove margin, padding and border from everything, set font
-----------------------------------------------------------------------------*/

*
	{
	margin: 0;
	padding: 0;#
	border: none;
	font-family:Arial, Helvetica, sans-serif;
}

/* Styles for layout
-----------------------------------------------------------------------------*/

.clear {clear:both;}
.right {float: right;}
.left {float: left;}
.txtleft {text-align:left;}
.txtright {text-align:right;}
.valigntop{vertical-align:top;}
.valignmiddle{vertical-align:middle;}
.valignbottom{vertical-align:bottom;}

/* Set up the document
-----------------------------------------------------------------------------*/

body
	{
	background: #CFCFCF;
	color: #000000;
	text-align:center;
	margin-top:20px;
}

body, input, textarea {
	font-size:12px;
	line-height:20px;
}

#wrapper
	{
	width: 990px; /* Set page width here - you can also use percentage */
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-color: #ffffff;
	position:relative;
}

img {
border:none;
}


/* Typography
-----------------------------------------------------------------------------*/

h1
	{
	font-size: 2.2em; /* Equivalent to 22pt */
}

h2
	{
	font-size: 2.0em; /* Equivalent to 20pt */
}

h3
	{
	font-size: 1.8em; /* Equivalent to 18pt */
}

h4
	{
	font-size: 1.6em; /* Equivalent to 18pt */
}

h5
	{
	font-size: 1.4em; /* Equivalent to 14pt */
}

p, q, cite
	{
/*	font-size: 1.2em; /* Equivalent to 12pt */
}

p, ul, ol, dl {
margin-bottom:20px;
}

ul, ol, dl
	{
	/*list-style: none;*/
	list-style:disc outside;
	margin-left:16px;
/*	font-size: 1.2em; /* Equivalent to 12pt */
}

li, dd, dt
	{
/*	font-size: 1.2em; /* Equivalent to 12pt */
	padding:0 0 0 17px;
	/*background:url(/__file/list_point.gif) no-repeat;*/
}

hr {
border:none;
height:1px;
clear:both;
background:#9a989c;
line-height:0px;
}


/* Links
-----------------------------------------------------------------------------*/
a {
text-decoration:none;
color:#25486c;
}

a.logo {
width:260px;
height:80px;
position:absolute;
top:35px;
left:110px;
}


/* Navigation
-----------------------------------------------------------------------------*/

#navigation {
padding:141px 57px 0 0;
width:164px;
font-size:11px;
letter-spacing:1px;
}

#navigation a {
display:block;
text-transform:uppercase;
padding:1px 0 1px 28px;
color:#7e7c81;
border-bottom:1px solid #9a989c;
}

#navigation a:hover {
color:#315374;
}

#navigation a.current {
color:#315374;
font-weight:bold;
border:none;
}

.subnavigation {
/*margin-bottom:10px;*/
border-bottom:1px solid #9a989c;
}

.subnavigation a {
text-transform:none !important;
border:none	!important;
padding:0px 0 0px 37px !important;
/*height:14px !important;*/
line-height:14px;
/*margin-bottom:4px !important;*/
letter-spacing:0px !important;
background:url(/img/subnavigation_bg.gif) no-repeat ;
}

.subnavigation a:hover, .subnavigation a.current {
background:url(/img/subnavigation_bg_o.gif) no-repeat;
}

.subsubnavigation a, .subsubnavigation a:hover, .subsubnavigation a.current {
background:none;
text-indent:-8px;
padding:0px 0 0px 45px !important;
}

.listtable {
width:500px;
}

.listtable .img {
width:184px;padding:0 0 20px 20px;
text-align:right;
}



/* Styles
-----------------------------------------------------------------------------*/
#main {
width:990px;
background:url(/img/main_bg.gif) no-repeat left top;
}

#content {
width:500px;
height:550px;
padding:141px 85px 20px 0;
}

#emo {
width:500px;
height:99px;
}

#emo_transparent {
float:right;
}

#claim {
padding:39px 0 0 0;
text-align:right;
text-transform:uppercase;
font-size:19px;
color:#315374;
}

#smallclaim {
padding:4px 0 36px 0;
text-align:right;
font-size:13px;
color:#929095;
}

#pannel {
padding:25px 0 0px 0;
width:184px;
}

#homeform{
width:135px;
height:110px;
font-size:9px;
}

#langchoice {
font-size:11px;
letter-spacing:2px;
}

#langchoice a {
text-transform:uppercase;
color:#7e7c81;
}

#langchoice a:hover {
color:#11375e;
}

#langchoice a.current {
color:#315374;
font-weight:bold;
}

#newshome {
margin:71px 5px 0 0;
line-height:15px;
color:#929095;
}

#pannel .title {
font-weight:bold;
color:#315374;
margin-bottom:26px;
text-transform:uppercase;
}

#pannel .newstitle {
display:block;
font-size:11px;
font-weight:bold;
color:#315374;
margin-top:0px;
}


#pannel .text {
font-size:11px;
margin-bottom:9px;
}

#pannel .detaillink {
font-size:0.9em;
}

.smallpic {
margin:7px 0 15px 0;
}

#kontaktformular {
width:500px;
}

#kontaktformular td {
padding:3px 0 3px 0;
}

/* Footer
-----------------------------------------------------------------------------*/

#foot{
padding:1px 28px 0 28px;
background:#CFCFCF;
font-size:9px;
color:#315374;
}

#foot .element{
float:left;
margin-right:15px;
}

#foot #biglink{
float:right;
font-size:11px;
}

#footlink {
font-size:9px;
padding:0 0 6px 0;
}

#footlink a {
float:right;
padding:0 10px 0 7px;
border-left:1px solid #E2E3E4;
color:#929095;
}

#footlink a:hover {
color:#11375e;
}


/* Forms
-----------------------------------------------------------------------------*/

input.text, textarea.text
	{
	padding: 1px;
	border: 1px solid #54677d;
}



/* Tables
-----------------------------------------------------------------------------*/

table

	{
  	border-spacing: 0;
	border-collapse: collapse;
}

td, th

	{
  	text-align: left;
	font-weight: normal;
	text-align:left;
	vertical-align:top;
}

