/************* Formate allgemein **********************/

body {
	background-color:#fbf3dc
}

#container {
	position: absolute;
	z-index: 1;
	left: 50%;
	width: 950px;
	margin-left: -475px;
	top: 0px;
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}


h1 {
	letter-spacing: 1;
	font-size: 150%
	}

h2 {
	color: #003399;
	font-size: 130%;
	font-weight: normal;
	}

h3 {
	color: #ffaa33;
	font-size: 120%
	letter-spacing: 1;
	}

h4 {
	font-size: 120%
}

table {
	font-size: 13px;
	color: #666;
}

.navlinks {
	line-height: 22px;
	width: 170px;
}

.navrechts {
	line-height: 22px;
	width: 200px;
}

/************* Formate Links **********************/

a:link {
	color: #666666;
	font-weight: normal;
	text-decoration: underline;
	}
	
a:visited { 
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	}
	
a:hover {
	color: #333;
	text-decoration: underline
	}
	
a:active {
	color: #333;
	text-decoration: underline
	}
	
	
.nav:link {
	color: #b3963e;
	font-weight: normal;
	text-decoration: none;
	padding-left: 10px;
	font-size: 11px;
	}
	
.nav:visited { 
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	padding-left: 10px;
	font-size: 11px;
	}
	
.nav:hover {
	color: #333;
	text-decoration: underline
	padding-left: 10px;
	font-size: 11px;
	}
	
.nav:active {
	color: #333;
	text-decoration: underline
	padding-left: 10px;
	font-size: 11px;
	}
	
	

/************* div Formatierungen *****************/

/*
dl {
	margin-top: 2;
	margin-bottom: 2
}

dt {
	margin-top: 2
	}

dd {
	margin-top: 2
	}

li {
	margin-bottom: 8;
	margin-top: 8
	}

/*p {
	margin-top: 8;
	margin-bottom: 8;
	text-align: justify;
}

td.nav div {
	margin: 4;
	font-size: 12px
	}


em {
	font-weight: bold;
	color: #003399
	}

hr { margin-top: 20px }

img#newsletter {margin-top: 8px} 

div.news {
	text-align: center;
	background-color: #ffcc33;
	margin-top: 4px;
	padding-top: 2px;
	padding-bottom: 2px
	}

form.news {
	text-align: center;
	background-color: #ffcc33;
	margin-top: 4px;
	padding-top: 2px;
	padding-bottom: 2px
	}

input.news0 {
	background-color: #efefef;
	border-color: #ffcc33;
	font-size: 12px;
	color: #666666}

input.news1 {
	background-color: #ffcc33;
	border-color: #ffaa33;
	border-size: 2px;
	color: #333333;
	font-size: 10px
}

caption {
	color: #003399;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 8px
	} 
	
	*/
