
/**** body ****/

body	{
		background-color: #000000;
		margin: 0px;
	} 

* {
		font-size: 10px;
		font-family: Verdana, Calibri, Tahoma, Arial, Helvetica, sans-serif; 
		color: #391111		
}

p	{
	margin: .5em 0;
}

h1, h2 {
	margin: .5em 0;
	font-weight: bold;
}

li {
	position:relative; 
	left:12px;
}

input {
	border: 1px solid black;
	background-color: white;
	text-align:left;
}
/*** body struktur container ****/

    html, body, #bodytable {
        height:100%;
        margin: 0px;
        padding: 0px;
        border: none;
        text-align:center;
		background-color: #000000
    }
    
	#bodytable {
		width: 100%;
		height: 100%;
		padding: 0px;
		text-align: center;
		font-size: 10px;
		vertical-align:middle;
		background-color: #000000
	}
		
	#fullwnd {
		width: 798px;
		margin-left: auto; margin-right: auto;
		text-align: center;
		vertical-align:middle;
		padding: 1px 0px 1px 0px;
		border: 6px 6px 0px 6px solid #ffffe6; 
		background-color: #ffffe6;
		position: relative;
	}
	#innerwnd {
		border: 1px solid #c3b858;
		margin-left: auto; margin-right: auto;
		margin-top: 6px; margin-bottom: 6px;
		width: 784px;
	}
	
	#menu {
		width: 785px;
		height: 23px;
		float:left;
		background:#dfd36f;
		position: absolute;
		top:123px; left:6px;
	}

	
	#kopf {
		border-width:0px;
		margin:0;
		width: 784px;
		background-color: #dfd36f;
	}
	
	#content {		
		width: 758px;
		border-width:0;
		border-style: solid;
		border-color: #c3b858;
		background-color:#ffffe6; 
		color: #4A211C;
		text-align: left;
		position:absolute; 
		top: 157px; left: 19px;
	}

	.stdbox {
		border: 1px solid #c3b858;
		margin: 10px; 
 		padding:10px;
		text-align: center; 
	}
	

/*** admidio forms ***/
	#profile_form {
		position:relative;
		top: -30px;
		left:0px
	}


	/* jQuery colorbox galleries' style */
	#gallery {
	    text-align:left;
		background-color: black;
		padding: 10px;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 1px solid white;
		margin: 5px 5px 5px;
	}
	#gallery ul a:hover img {
		border: 5px solid #fff;
		margin: 1px;
	}
	#gallery ul a:hover { color: #fff; }


a:link, a strong				{  color: #CC3333; text-decoration: none;}
a:visited			{  color: #CC3333; text-decoration: none;}
a:active			{  color: #CC3333; text-decoration: none;}
a:hover				{  color: #CC3333; text-decoration: underline;}


/*** spezielle Klassen ***/

.frage              {font-style: italic; color: #6a1010; }

.subheader          {font-size: 3em; color: #bbd; margin-bottom:.5em }
