* {
	margin:      0;
	padding:     0;
	border:      0;
	font-family: arial, verdana, sans-serif, helvetica;
}

body {
	text-align:       center;
	background-color: #CCCCCC;
}

h1 {
	text-align:     center;
	font-size:      20px;
	font-weight:    bold;
	padding-bottom: 40px;
}

/* ---------- Festlegung der DIVs ---------- */

div#mainFrame {
	border-left:      solid BLACK 1px;
	border-right:     solid BLACK 1px;
	background-color: #FFFFFF;
	text-align:       left;
	margin:           0 auto;
	left:             0;
	width:            950px;
	margin-bottom:    20px;
}

div#header {
	width:            950px;
	height:           100px;
	background-image: url(../graphics/header.jpg);
	border-bottom:    solid BLACK 1px;
}

div#horizontal_menu {
	width: 950px;
}

div#body {
	
}

div#footer {
	border-top:    dotted BLACK 1px;
	border-bottom: solid BLACK 1px;
	margin:        0;
	padding:       3px;
	clear:         both;
	text-align:    center;
	font-size:     14px;
	color:         #000099;
}

div#footer a {
	text-decoration: none;
	color:           #000066;
}

div#footer a:visited {
	text-decoration: none;
	color:           #000066;
}

div#vertical_menu {
	float:         left;
	width:         170px;
	margin-bottom: 50px;	
}

div#content {
	float:            left;
	width:            650px;
	background-color: #FFFFFF;
	padding:          15px;
	margin-top:       30px;
	margin-left:      20px;
	font-size:        14px;
	text-align:       justify;
}

div#content input {
	border: dashed GREY 1px;
}

div#content textarea {
	border: dashed GREY 1px;
}

div#content form table td textarea {
	font-size: 14px;
}

div#content form table td {
	padding-top: 10px;
}

div#content form table td input {
	font-size: 14px;
}

div#logos {
	margin-top:       20px;
	float:            right;
	width:            61px;
	height:           480px;
	margin-right:     9px;
	background-image: url(../graphics/verkettung_logos.jpg);
}

/* ---------- Festlegung der Listen ---------- */

ul#horizontal_navigation {
	margin-left: 80px;   
	list-style:  none;
}

ul#vertical_navigation {
	list-style: none;
	margin-top: 40px;
	width:      170px;	
}

/* ---------- Festlegung der Listeneinträge horizontal ---------- */

ul#horizontal_navigation a {
	font-size:        15px;
	font-weight:      bold;
	display:          block;
	text-decoration:  none;
	color:            #CCCCCC;
	padding-left:     15px;
	padding-right:    15px;
	padding-top:      2px;
	padding-bottom:   2px;
	background-color: #1D508F;
	border-right:     solid BLACK 1px;
	border-bottom:    solid BLACK 1px;
}

.firstHoriz {
	border-left: solid BLACK 1px;
}

ul#horizontal_navigation a:hover {
	color:            #000000;
	background-color: #FF9900;
}

ul#horizontal_navigation li {
	float:  left;
	margin: 0 auto;
}


/* ---------- Festlegung der Listeneinträge vertical ---------- */

ul#vertical_navigation a {
	font-weight:      bold;
	display:          block;
	text-decoration:  none;
	color:            #000099;
	font-size:        13px;
	background-color: #D9D9D9;
	margin-top:       3px;
	margin-bottom:    3px;
	margin-left:      3px;
	padding:          5px;
	width:            165px;
	line-break:       sBreak;
	border:           solid SILVER 1px;
}

ul#vertical_navigation a:hover {
	background-color: #B2C0B2;
	color:            BLACK;
}

ul#vertical_navigation li {
	display:    block;
	text-align: left;
	width:      170px;
	line-break: sBreak;
}

table.summary, table.detailed {
	border-spacing: 0px;
	border:         solid SILVER 1px;
	width:          100%;
}

tr.even {
	background-color: #E5E5E5;
}

tr.odd {
	background-color: #D9D9D9;
}

tr.odd td, tr.even td {
	padding: 5px;
}

tr.even:hover, tr.odd:hover {
	background-color: #B2C0B2;
}

.fieldset {
	padding: 5px;
	margin:  none;
	border:  dashed GREY 1px;
}


/* ---------- Festlegung der Galerie ---------- */

table#gallery td
{
	padding-right: 20px;
	padding-bottom: 20px;
}

table#gallery td img
{
	border: dashed blue 1px;
}

table#gallery td img:hover
{
	border: solid orange 1px;
}


