/* CSS Document */

* { margin: 0; padding: 0;}

html { height: 100%; } /* */

body {
	text-align:center;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.7em; /* 
	background-attachment: fixed;*/
	background-color: #574308;
	background-image: url(bg_hintergrund.jpg);
	background-repeat: repeat-y;
	background-position: 50px top;
}


a, a:link, #content a, #content a:link, #more a, #more a:link { color: #990000; text-decoration: none; }
a:active, #content a:active { color: #3300CC; }
a:hover, #content a:hover { color: #000000; }

#content ul li, ul.sitemap2nd li { display: list-item; list-style-type: square; margin-left: 15px; }
ol ul, ul ul { margin: 0 0 0.8em 0.1em; }
ol { margin: 0 0  0.8em 1.2em; }
li { margin: 0 0 0 1.2em; }

/*	reset some basic style
*******************************************************************************/
dl			{margin: 0 0 0 0;}
dl dt		{margin: 0 0 0 0;}
dl dd+dt	{margin-top: 0;}
dl dd		{margin: 0 0 0 0;}

ol			{list-style: none;}
ol li		{margin: 0 0 0 0;}
ol li ol	{margin: 0 0 0 0;}
ol li ul	{margin: 0 0 0 0;}

p			{margin-bottom: 0em;}

ul			{list-style: none;}
ul li		{margin: 0 0 0 0;}
ul li ul	{margin: 0 0 0 0; list-style: none;}
ul li ol	{margin: 0 0 0 0;}

pre			{font-size:1.2em; }

a:hover { text-decoration:none; }
/*  

*/
#container {
	width: 900px;
	position: absolute; /*  */
	height: 900px;  
	text-align: left;
	/* margin: 100 auto;*/
	background-image: url(page.jpg); /* */
	z-index: 2;
	left: 50px;
}

#introcontainer {
	width: 100%;
	position: relative;
	height: 700px;
	text-align: center;
	margin: 0;/* */
	background-color: #574308;
	padding: 0px;
	top: 0px;
	right: 0px;
}

/* * html #container { height: 100%; }*/
/* * html #hintergrund { height: 100%; }*/

#introposition {
	width: 100%;
	position: relative;
	top: 150px;
    margin: 0 auto;
}
#introposition a:link, a:visited { color: #FFFFCC; text-decoration: none; }
#introposition a:hover { color: #FFFFFF; text-decoration: none; }

.seitentitel {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #846509;
}
 
#content {
	width: 460px;
	position: absolute; 
	top: 200px;
	left: 105px;
	/* background-color: #FFFFFF;
	background-image: url(bg_hintergrund.jpg);
	background-repeat: repeat-y;
	background-position: -105px 100px; */
}

#navigation {
	width: 200px;
    position: absolute;
	top: 200px;
	left: 600px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #846509;
	/* float: right; 	*/
}

/* A CSS hack that only applies to IE -- specifies a different height for the footer */

	* html #content { width: 465px; }
	
/*	Navigation vertical - ID 2 */

#navigation ul.nav1st {
	width:170px;
}

#navigation ul.nav1st li {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#navigation ul.nav1st li.active {
/*	background:#f7f7f7; */
}

#navigation ul.nav1st li.active a,
#navigation ul.nav1st li.active a:link {
	color: #846509;
}

#navigation ul.nav1st a, 
#navigation ul.nav1st a:link {
	display:block;
	color: #846509;
	font-weight:bold;
/*	line-height: 20px;  */

}

#navigation ul.nav1st a:hover {
    color: #000000;
}


#navigation ul.nav1st li ul.nav2nd li {
	padding:0;
	margin-left:14px;
	list-style-type:none;
	line-height: 1em;
	
}

#navigation ul.nav2nd a, 
#navigation ul.nav2nd a:link {
	display: block;
	font-weight: normal;
	/* line-height: 12px;  */
	line-height: 1em;
}

#navigation ul.nav2nd a.current, 
#navigation ul.nav2nd a.current:link, 
#navigation ul.nav2nd a:hover {
	text-decoration:none;
	/* line-height: 12px;  */
	line-height: 1em;
}

/*Modul Bild und Text*/
.centertab {margin-right: auto;
            margin-left: auto;}

.bildtext { margin: 0px;
            padding: 0px;
            font-size: 10px;}
.imgleft {float: left;
          margin-right: 20px;}
          
.imgright {float: right;
          margin-left: 20px;}

.stopleft {clear: left;}

.stopright {clear: right;}
	 
.bildtext2 {text-align: justify;}

h4 {
	/* text-align: center; */
}

/* form-module
*******************************************************************************/
#form-module * {
	padding:0px;
	margin:0px;
}

#form-module {
	margin:0px;
	padding:0px;
	width:460px;
	background-color:#f7f7f7;
	color:#666;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:1em;
}

#form-module fieldset {
	border:0px solid #fff;
}

#form-module legend {
	display:none;
}


#form-module p {
	margin:0;
	padding:5px;
	font-size:1em;
	font-weight:bold;
}

#form-module .element {
	/* display:block; */
	clear:both;
	background-color:#f7f7f7;
	border-top:2px solid #fff;
}

#form-module label {
	display:block;
	float:left;
	padding:5px;
	width:120px;
	border-right:2px solid #fff;
}

#form-module label.checkbox {
	/* width:372px; */
	width:120px;
	border-left:2px solid #fff;
	border-right:none;
	/* border-right:2px solid #fff; */
}

#form-module input, 
#form-module select, 
#form-module textarea {
	float:left;
	margin:5px;
	width:295px;
	border:1px solid #333;
}

#form-module input.text {
	height:20px;
}

#form-module input.checkbox {
    float:left; /*  test */
	width:120px;
	padding:0;
	border:none;
	/* border:1px solid #333; */
}

#form-module input.submit { 
	margin:5px 5px 5px 137px;
	padding:2px 5px;
	border:1px solid #333;
	background-color:#fff;
	color:#666;
	font-family:verdana, arial, helvetica, sans-serif;
	text-align:center;
	cursor:pointer;
}

#form-module input.submit:hover { 
	background-color:#f7f7f7;
	color:#000;
}

#form-module label.textarea, 
#form-module textarea.textarea {
	height:96px;
}

#form-module-thanks {
	display:block;
	color:#666;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:1.2em;
}

/* JAOS Gallery
*******************************************************************************/
.jaosg_galerie{
	text-align:center; 
	vertical-align:middle; 
	padding:5px;
}

.jaosg_thumbnail {
	margin:5px;
	float: left;
	height: 80px;
	width: 80px;
	text-align: center;
	vertical-align:middle;
}
.tage {
	font-size: 28px;
	padding: 10px;
	font-weight: bold;
}
.stunden {
	font-size: 20px;
	padding: 6px;
	font-weight: bold;
}
.minuten {
	font-size: 14px;
	padding: 4px;
	font-weight: bold;
}
.sekunden {
	font-size: 10px;
	padding: 2px;
	font-weight: bold;
}

.jaosg_nav {
	text-align: center;
}

.jaosg_bild {
	text-align: center;
}

.jaosg_bildbeschreibung {
	text-align: center;
	font-weight: bold;
	color: #846509;
}

.border {
	border: medium double #574308;
	background-color: #EFB515;
}

