/* Allgemeines
================================== */
html {
	height: 100%;
}
body {
	min-height: 101%;	font-size: 75%;
	background-image: url(../images/bg1b.jpg);
	background-repeat: repeat-x;
	background-color: #FFCC33;
	margin: 20px;
	padding: 0;
	text-align: center;
	font-family: Helvetica, Geneva, Swiss, Arial, SunSans-Regular, sans-serif;
}
h1 {
	font-size: 3em;
	color: #CCCCCC;
	margin: 0;
	margin-top: 30px;
}
h2 {
	font-size: 1.6em;
	color: #F90;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0;
	line-height: 22px;
}
h3 {
	font-size: 1.4em;
	color: #666666;
	font-weight: bold;
	margin: 0;
	margin-bottom: 20px;
	border-bottom: 3px dotted #FF9900;
}
h4 {
	font-size: 1.2em;
	color: #666666;
	font-weight: bold;
	margin: 0;
	border-bottom: 1px solid #666666;
}
hr {
	border: none;
	height: 1px;
	width: 100%;
	background-color: #666666;
	color: #666666;
}
p, tr {
	margin-top: 5px;
	padding-bottom: 5px;
	font-size: 1em;
	line-height: 1.5em;
	color: #666666;
}
#rightColumn ul {
	list-style-type: disc;
	margin-top: -12px;
	font-family: Helvetica, Geneva, Swiss, Arial, SunSans-Regular, sans-serif;
	font-size: 1em;
}
#rightColumn li {
	line-height: 1.4em;
	color: #666666;
	font-size: 1em;
}
.right {
	float: right;
}




/* Links 
================================== */
a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #666666; 
	text-decoration: underline;
}
a:hover{
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF; 
	text-decoration: underline;}




/* Ganze graue Fläche 
================================== */
#wrapper {
	margin: 0 auto;
	width: 700px;
	padding: 10px;
	height: auto;
	background-color: #CCCCCC;
	text-align: left;
}



/* Kopfzeile mit Logo und Wortmarke 
================================== */
#banner {
	width: 700px;
	height: 100px;
	margin-bottom: 10px;
}
#bannerLeft {
	width: 150px;
	height: 100px;
	margin-right: 10px;
	float: left;
}
#bannerRight {
	width: 530px;
	height: 100px;
	float: left;
	background-color: #000000;
	padding-left: 10px;
}



/* Navigationsbox und Inhalt 
================================== */
#content {
	height: 100%;
}



/* Navigationsbox 
================================== */
#leftColumn {
	float: left;
	background-color: #000000;
}
#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
}
#nav a {
	display: block;
	font-size: 1em;
	color: #F90;
	text-decoration: none;
	padding: 10px;
	width: 130px;
	height: 10px;
	border-bottom: 1px dotted #333;
	letter-spacing: 1px;
	font-weight: normal;
}
#nav a:hover {
	background-color: #666666;
}
#leftColumnBottom {
	width: 130px;
	padding: 110px 10px 10px;
	height: 500px;
	background: url(../images/bg1e.jpg) repeat-x;
	background-position: bottom;
}
#subnav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
}
#subnav a {
	display: block;
	font-size: 0.9em;
	color: #FF9900;
	text-decoration: none;
	padding: 6px 0px 6px 0px;
	width: 130px;
	height: 10px;
	border-bottom: 1px dotted #333333;
	letter-spacing: 1px;
	font-weight: normal;
	margin-left: 20px;
}
.grau {
	color: #CCCCCC;
}
#subnav a:hover {
	background-color: #666666;
}




/* Inhalt 
================================== */
#rightColumn {
	float: left;
	width: 540px;
	padding-left: 10px;
	background-color: #CCCCCC;
	background-image: url(../images/hg_01.gif) repeat-y;
}
#clear {
	clear: both;
}



/* Fusszeile 
================================== */
#copyright {
	padding-top: 10px;
	font: 0.9em
	color: #333333;
	margin-top: 4px;
	font-size: 0.8em;
	color: #FF6600;
}
#copyright a {
	text-decoration: none;
	color: #333333;
}
#copyright a:hover {
	color: #FF9900;
}

