/* 
* 
* $Revision: 23 $
* $LastChangedDate: 2008-04-08 20:53:22 +0200 (Di, 08 Apr 2008) $
* $Author: arvid $
*
*/
/* CSS Document */

* {margin: 0;
    padding: 0;}

p {padding-top: 7px;
    padding-bottom:7px;}
	
h1 {
	text-align: left;
	font-size: 2.0em;
	font-style: italic;
	color: #787C87;
}

h2 {
	text-align: left;
	font-size: 1.6em;
	font-style: italic;
	color: #787C87;
}
	
	
h3 {
	text-align: left;
	font-size: 1.2em;
	font-style: italic;
	color: #787C87;
}

h4 {
	margin-top: 40px;
	margin-left: 40px;
	margin-bottom: 10px;	
}

a:link {color: #666666}     /* unvisited link */
a:visited {color: #666666}  /* visited link */
a:hover {color: #794353}   /* mouse over link */
a:active {color: #666666}   /* selected link */
	
body {
	background-color: #000000;
	font-family:verdana,tahoma,arial,sans-serif;
	font-size:11px;

}
	
#container {
	margin: 0px auto;
	width: 800px;
	color: #797D88;
	font-size: 1.2em;
}

#header {
	background-image: url(../grafiken/header.jpg);
	height: 93px;
}

#headergallery {
	background-image: url(../grafiken/header.jpg);
	height: 93px;
	vertical-align: middle;
	color: #34BEED;
	line-height: 93px;
	font-size: 2em;
	text-align: right;
}

#linkbar {
	background-image: url(../grafiken/linkbar_bg.jpg);
	height: 71px;
	color: #34BEED;
	font-size: .9em;
}

#content {
	background-image: url(../grafiken/content_tile.jpg);
	background-repeat: repeat-y;
	padding-left: 80px;
	padding-right: 80px;
}

#right_menu {
	background-image: url(../grafiken/right_menu.jpg);
	height: 289px;
	width: 193px;
	float: right;
	display: inline;
	margin-right: -80px!important;
}

#footer {
	background-image: url(../grafiken/footer.jpg);
	height: 76px;
	text-align: center;
	font-size: .9em;
	width:inherit;
}

/* -------------------------------------------------------- */
/* Suchwort-Hervorhebungen */
/* ----------------------- */
em.highlight {
	padding:0px 1px;
	font-size:inherit;
	background-color:#dd0000;
	color:#ffffff;
	font-size:inherit;
}


/* -------------------------------------------------------- */
/* Suchformular */
/* ------------ */
form.searchform {
	display:inline;
	padding:3px;
	color:#000000;
	text-align:center;
	width:120px;
	margin:2px 5px;
	font-weight:bold;
}


/* -------------------------------------------------------- */
/* Suchfeld */
/* -------- */
input.searchtextfield {
	border:none;
	border-top:1px solid #34BEED;
	border-left:1px solid #34BEED;
	border-bottom:1px solid #34BEED;
	border-right:1px solid #34BEED;
	width:85px;
	margin-left:50px;
}


/* -------------------------------------------------------- */
/* Suchbutton */
/* ---------- */
input.searchbutton {
	margin-bottom:-5px;
	margin-left:5px;
}

/******************************* menu ****************************************/

#navcontainer div
{
	margin-left: 100px!important;
	margin-left: 50px;
	color: #34BEED;
	float: left;
	margin-top: 14px;
}

#navcontainergallery
{
	text-align: center;
}

div.gallerynumbermenu
{
	text-align: center;
	margin-top:10px;
}

#navcontainer div { display: inline; }

#navcontainer div a
{
padding: 0.2em 1em;
color: #34BEED;
text-decoration: none;
float: left;
font-size: 1.2em;
font-weight:bold;
}

#navcontainergallery .detailmenu
{
padding: 0.2em 1em;
color: #FF0000;
text-decoration: none;
line-height: 45px;
}

#navcontainergallery .detailmenuactive
{
padding: 0.2em 1em;
color: #00FF00;
text-decoration: none;
}

#navcontainer ul a:hover
{
color: #E3E9F1;
}


/********************************' right menu *******************************/

.navcontainer {
	width: 145px;
	margin-left: 20px;
}

.navcontainer div.detailmenu a
{
	display: block;	
	line-height: 20px;
	font-size: 1em;
	font-weight:bold;
}

.navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
}

ul, ol
{
 margin-left: 1.2em;
}

/* -------------------------------------------------------- */
/* [bild|...] */
/* ---------- */
img {
	border:none;
}


/* -------------------------------------------------------- */
/* [bildlinks|...] */
/* --------------- */
img.leftcontentimage {
	margin-left :8px;
	margin-right :8px;
	float:left;
	margin-left:0px;
}


/* -------------------------------------------------------- */
/* [bildrechts|...] */
/* ---------------- */
img.rightcontentimage {
	margin-left :8px;
	margin-right :8px;
	float:right;
	margin-right:0px;
}

em {
	font:inherit;
	font-style:normal;
}

em.bolditalic {
	font-weight:bold;
	font-style:italic;
}

em.bold {
	font-weight:bold;
}

em.italic {
	font-style:italic;
}

em.underlined {
	text-decoration:underline;
}

em.crossed {
	text-decoration:line-through;
}

em.italic {
	font-style:italic;
}


em.deadlink {
	text-decoration:line-through;
	color:#aa0000;
}

/* misc */
.clearer {clear: both;}

div.inhaltgal
{
	background-image: url(../grafiken/content_tile.jpg);
	background-repeat: repeat-y;
	padding-left: 80px;
	padding-right: 80px;
	text-align: center;
}

div.inhalt
{
	line-height: 20px;
}

/* -------------------------------------------------------- */
/* [tabelle|...] */
/* ------------- */
table.contenttable {
	margin:0px auto;
	border:1px solid #6B6D82;
	border-collapse:collapse;
}
th.contenttable {
	vertical-align:top;
	border:1px solid #6B6D82;
	background-color:#E7EBF7;
	padding:2px 5px;
}
td.contenttable1 {
	vertical-align:top;
	border:1px solid #6B6D82;
	padding:2px 5px;
}
td.contenttable2 {
	vertical-align:top;
	border:1px solid #6B6D82;
	padding:2px 5px;
}

