/* default elements */
* {margin: 0; padding: 0;}

body {
	background: #7C6F5C url(img/hg01.gif);
	color: #222;
	font: normal 62.5% Arial, Helvetica, sans-serif;
	padding: 2% 0;
}

a {color: #642;}
a:hover {color: #963;}

h1,h2,h3 {color: #050a44;}

h1 {font: normal 2.4em Arial, Helvetica, sans-serif;}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: underline;}

h2 {font: normal 1.6em Arial, Helvetica, sans-serif;}
h3 {font: bold 1.2em Arial, Helvetica, sans-serif;}

img {border: none;}

li {line-height: 1.5em;}
p {padding: 2px 0 10px;}




ul {padding: 0 2em 1.2em; list-style:square; }
dl {padding: 0 2em 1.2em;}

/* structure */
#wrapper {
	background: #274863; 
	border:3px solid #09375d;
	margin: 0 auto;
	width: 890px;

}
#container {
	background: #274863;	
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 auto;
	width: 890px;
}

/* header */
.title 
{
background: #274863;
}

.title h1 
{
	color: #b7c1c9;
	font: normal 2.2em Arial, Helvetica, sans-serif;
	padding: 10px 0 10px 18px;
}

.header 
{
	background: #DAD7C5 url(img/header.gif) no-repeat left bottom;
	height: 250px;
}

/* navigation */
.navigation {
	background: #DED9D0 url(img/nav.gif) repeat-x; 
	height: auto;
	border-top: 1px solid #996;
	color: ;
}

.navigation a {
	background: #FFF url(img/nav.gif) repeat-x;
	border-right: 1px solid #C9C6B3;
	color:#274863;
	float: left;
	font: bold 1em Tahoma,sans-serif;
	padding: 0 20px;
	line-height: 41px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover,.navigation a#active {background-position: left bottom; color: #6a8fad;}

/* main */
.main#two-columns {background: #FFF url(img/two-columns.gif) repeat-y;}

/* bottom */
.bottom {
	background: #DCDAC9;
	border-top: 1px solid #AA8;
	color: #444;
	padding: 14px 20px;
}
.bottom .left,.bottom .right 
{
border:2px solid #000000;
width: auto;
}


/* misc */
.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}

.col2  
{
width:890px;
background-color:#e5e3d7;
}

table
{
width:auto;
margin-left:20px;
margin-top:10px;
margin-bottom:20px;
}

table.innen
{
width:auto;
margin-top:0;
margin-left:0;
}


td.a
{
width:445px;
}

td.b
{
width:445px;
text-align:center;
}

td.c
{
width:445px;
text-align:right;
}

td.r
{
width:auto;
text-align:right;
}

td.l
{
width:auto;
text-align:left;
}


