body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #222222;
	list-style-type: square;
	line-height: 1.3em;
	background-color: #333;
}





/* Ü B E R S C H R I F T */

h1,h2,h3,h4,h5,h6 {

}

h1 {
	text-align: center;
	font-size: 1.6em;
	color: #900;
}
h1 a:link {
	color: #900;
	text-decoration: none;
}
h1 a:active {
	color: #900;
	text-decoration: none;
}
h1 a:visited {
	color: #900;
	text-decoration: none;
}
h1 a:hover {
	color: #900;
	text-decoration: underline;
}



h2 {
	font-size: 1.4em;
	color: #000066;
}
h2 a:link {
	color: #000033;
	text-decoration: none;
}
h2 a:active {
	color: #000033;
	text-decoration: none;
}
h2 a:visited {
	color: #000033;
	text-decoration: none;
}
h2 a:hover {
	color: #000033;
	text-decoration: underline;
}



h3 {
	font-size: 1.2em;
	color: #000000;
}
h3 a:link {
	color: #000033;
	text-decoration: none;
}
h3 a:active {
	color:#000033;
	text-decoration: none;
}
h3 a:visited {
	color:#000033;
	text-decoration: none;
}
h3 a:hover {
	color:#000033;
	text-decoration: underline;
}



h4 {
	font-size: 1.0em;
	color:#000033;
}
h4 a:link {
	color: #000033;
	text-decoration: none;
}
h4 a:active {
	color:#000033;
	text-decoration: none;
}

h4 a:visited {
	color:#000033;
	text-decoration: none;
}

h4 a:hover {
	color:#000033;
	text-decoration: underline;
}






h5 {
	font-size: 1.0em;
	color: #000033;
}
h5 a:link {
	color: #000033;
	text-decoration: none;
}
h5 a:active {
	color:#000033;
	text-decoration: none;
}

h5 a:visited {
	color:#000033;
	text-decoration: none;
}

h5 a:hover {
	color:#000033;
	text-decoration: underline;
}





/* L I N K S */
	
a:link {
	text-decoration: underline;
	color: #000000;
}

a:visited {
	text-decoration: underline;
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color: #3366CC;
}

a:active {
	text-decoration: underline;
	color: #000000;
}





/* L A Y O U T */

.blende {
	width: 840px;
	background-color: #EEE;
	position: relative;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.header {
	width: 840px;
	position: relative;
}

.logo {
	padding-left: 0px;
	padding-top: 0px;
}

.navbar_main {
	background-color: #DDD;
	margin-bottom: -10px;
	padding-bottom: 10px;
}

.navbar1 {
	font-size: 10px;
	letter-spacing: 1px;
	padding-top: 5px;
	float: right;
	padding-right: 5px;
}

.navbar2 {
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 5px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}

.navbar3 {
	font-size: 1.0em;
	padding-top: 5px;
	text-align: center;
}

.guts {
	overflow: hidden;
	background-color: #FFF;
	width: 840px;
	position: relative;
	margin-top: 5px;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #333;
}

.content {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	background-color: #FFF;
	margin-right: 20px;
	padding-left: 20px;
}

.footer {
	text-align: center;
	width: 840px;
	position: relative;
	background-color: #EEE;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #333;
	clear: both;
}

.footer_z1 {
	letter-spacing: 1px;
	font-size: 0.9em;
	padding-top: 5px;
}

.footer_z2 {
	font-size: 0.7em;
	letter-spacing: 2px;
/*	margin-top: -10px; */
}

.footer_z3 {
	font-size: 0.6em;
	color: #3366CC;
	letter-spacing: 1px;
/*	margin-top: -10px; */
	padding-bottom: 5px;
}

.breaker {
	/*	float: left; */
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: -20px;
	margin-right: -20px;
	text-align: justify;
	background-color: #333;
	color: #333;
}

.banner {
padding-top: 10px;
padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	background-color: #FFF;
}



/* I N H A L T */

.line {
	border: none;
	height: 1px;
	background-color: #333;
}

.content--single {
	margin-bottom: 10px;
	overflow: hidden;
}

.content--right {
	width: 368px;
	margin-bottom: 10px;
	float: right;
}

.content--left {
	width: 368px;
	margin-bottom: 10px;
}

.sidebar--right {
	width: 224px;
	margin-top: 13px;
	margin-bottom: 10px;
	float: right;
	/*	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000; */
	padding-left: 5px;
	padding-right: 5px;
	background-color: #EEE;
}

.image--right {
	float: right;
	text-align: right;
	margin-bottom: 10px;
	margin-left: 20px;
}

.image--left {
	float: left;
	text-align: left;
	margin-bottom: 10px;
	margin-right: 20px;
}

.list--small {
	margin-left: 0px;
	padding-left: 20px;
	list-style-type: square;
	font-size: 0.8em;
}

.list--default {
	margin-left: 0px;
	padding-left: 20px;
	list-style-type: square;
}

.txt-centered {
text-align: center;
}


/* T A B E L L E N */

table {
vertical-align: top;
border-collapse: collapse;
empty-cells: hide;
}

td {
border: 1px dotted #bbb;
padding: 1px;
}

th {
border: 1px dotted #bbb;
padding: 1px;
font-weight: bold;
color:#CCCCCC;
background-color:#333333;
}

caption {
font-weight: bold;
text-transform: uppercase;
}

.table--invisible {
width: 100%;
font-size: 0.9em;
}

.table--small {
width: 100%;
border: 2px solid #000;
font-size: 0.7em;
}

.table--default {
border: 1px solid #000;
width: 100%;
}





/* T H U M B N A I L S */

.thumbnails--center {
	margin-bottom: 10px;
	margin-left: 68px;
    overflow: hidden;
}


.subtitle_160 {
	text-align: left;
	float: left;
	max-width: 160px;
	margin-right: 20px;
	margin-bottom: 10px;
}

.subtitle_240 {
	text-align: left;
	float: left;
	max-width: 240px;
	margin-right: 12px;
	margin-bottom: 10px;
}

.subtitle_320 {
	text-align: left;
	margin-right: 20px;
	margin-bottom: 10px;
	float: left;
	max-width: 320px;
}


.subtitle_512 {
	text-align: left;
	margin-bottom: 10px;
	float: left;
	max-width: 512px;
}




/* I M A G E S */

.guts--image {
	/*border: 1px dashed #000000;*/
	text-align: center;
	/*width: 990px;*/
	padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
	padding-bottom:15px;
	}

.content--image {
	border: 0px;
	text-align: center;
    display: block;
}

.image--title {
	font-size: 1.3em;
	color: #CCC;
}

.image--email {
vertical-align: bottom;
}
