  
body { 
	background: #223D4C url(../images/layout/bg.jpg) top center repeat-x;
	color: #222; 
	font-family: Arial, Verdana, sans-serif; 
	font-size: 75%;

}
.parchment {
	background: url(../images/layout/parch_bg.gif) top center repeat-y;
}

.parchment_top{
	background: url(../images/layout/parch_top.gif) top center no-repeat;
	height: 20px;
}
.parchment_bottom{
	background: url(../images/layout/parch_bottom.gif) top center no-repeat;
	height: 20px;
}

.wood {
	background: url(../images/layout/wood_bg.png) top center repeat-y;
}

.wood_top{
	background: url(../images/layout/wood_top.png) top center no-repeat;
	height: 20px;
}
.wood_bottom{
	background: url(../images/layout/wood_bottom.png) top center no-repeat;
	height: 20px;
}

.none {
	background: url(../images/layout/none_bg.png) top center repeat-y;
}

.none_top{
	background: url(../images/layout/none_top.png) top center no-repeat;
	height: 20px;
}
.none_bottom{
	background: url(../images/layout/none_bottom.png) top center no-repeat;
	height: 20px;
}

p {
	padding: 0;
	margin: 0;
}

#header {
	height: 250px;
	position: absolute;
	top: -95px;
	
}

.header_img {
	background: url(../images/layout/header.jpg) bottom center no-repeat;
	z-index: 10;
}

.container{
	width: 798px;
	min-height: 600px;
	padding-top: 190px;
	margin-left: 60px; 
	
}

.tmp{
	padding: 5px 0 5px 0;
	background-color: white;
	border: 1px solid black;
	background-color: #F2FAFD;
	font-weight: bold;
	font-size: 12px;
	width: 140px;
	height: 70px;
	list-style-type: none;
}

.news {
	background: #99B6BF url(../images/layout/bg_news.jpg) top center repeat-x;
	
	padding: 10px; 
	color: black;
}

.tmp:hover{
	background-color: #dddddd;
}

#footer {
	background: url(../images/layout/footer.jpg) bottom center no-repeat; 
	height: 80px;
	text-align: center;
	clear: both;
	color: #616161;
	padding-top: 20px;
}

#top_menu { 	position: absolute; top: 35px; left: 450px; width: 380px; }

#wrapper {
	width: 916px; 
	margin: 0 auto; 
	background: url(../images/layout/wrapper.jpg) top center repeat-y; 
	position: relative; 
	top: 88px; 
	min-height: 400px;
	}

h1,h2,h3,h4,h5,h6 { 
  color: #111; 
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
}

a:link, a:visited, a:active, a:hover	{
	color: #000000;
	text-decoration: none;
	}
	
.anmeldung {
	color: #FFF;
	 border: 1px #293133 dashed; 
	 padding: 10px; 
	 background-color: #5C6D73;
}


.admin {
	color: #FFF;
	 margin-left: 100px; 
	 border: 1px #293133 dashed; 
	 padding: 10px; 
	 width: 450px; 
	 background-color: #CDD9E6;
}


.heading_info {
	background: #223E4C url(../images/layout/info_sign.png) no-repeat; 
	margin-left : -30px;
	padding: 0;
	height:53px;
	text-align:left;
	z-index: 0;
}

.heading {
	background-color: #99B6BF; 
	border: 1px solid black;
	margin-left: -50px;
	width: 400px;
	height: 20px;
	padding: 10px 0 5px 15px;
	color: black; 
	font-size: 14px;
}

.heading_admin {
	background-color: #82CFEF; 
	border: 1px solid black;
	margin-left: -50px;
	width: 400px;
	height: 20px;
	padding: 10px 0 5px 15px;
	color: black; 
	font-size: 14px;
}

.heading_small {
	background-color: #A1BBD6; 
	border: 1px solid black;
	margin-left: -30px;
	width: 200px;
	height: 10px;
	padding: 5px 0 7px 15px;
	color: black; 
	font-size: 12px;
}

.smallbox{
	border: 1px solid black; 
	width: 400px; 
	background-color: #99B6BF; 
	color: #000; 
	padding: 10px;
	text-align: left;
}

input, textarea {
		background-color: white; 
		color: black;
		border: none;
		border-left: 1px solid black;
		border-top: 1px solid black;
	}

.radio {
	background-color: #5C6D73;
	border: none;
}

.radio_box {
	background-color: #66797F;
	border: none;
}


.header {
		font-size: 12px;
		font-family: arial;
	}

.box {
	 background-color: #66797F;
	 padding: 15px 5px 5px 10px;
	 border: 1px solid black;
	 
}

.tbl_char {
	background-color: #66797F;
	color: white;
	padding-left: 20px;
	font-weight: bold;
	border: 1px solid black;
}

.tbl_minilink {
	padding:1px 3px 1px 3px;
	color: #000000;
	font-size:10px;
	font-weight:normal;
	margin-right:1px;	
	border: 1px solid white;
	color: white;
	
}

.tbl_head {
 font-size: 12px; 
 text-align: center; 
 height: 15px; 
 background-color: #99B6BF;
}
	
.tabbed-box {
    
    margin-left: -35px; 
    //border: 1px #68F165 dashed; 
    padding: 10px; 
    width: 798px; 
    position: absolute; 
    z-index: 1;
    }
    
.tabbed-box .tabs li {
    list-style: none;
    float: left; }
    
.tabbed-box .tabs li a {
    display: block;
    width: 100px;
    padding: 5px 0;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #888;
    background: #9AB7BF;
    border-left: 1px solid #ddd;
        
}
.tabbed-box .tabs li:first-child a {
    border-left: none; }
.tabbed-box .tabs li a:hover {
    color: #333; }
.tabbed-box .tabs li a:focus {
    outline: none; }
.tabbed-box .tabs li a.active {
    background: #A4C3CC;
    color: #333;
    border-bottom: 1px solid #ddd; }
.tabbed-content {
    padding: 2em 1em 1em 1em;
    display: none; 
	}

	.edit {
		padding: 3px 10px 5px 4px;
		vertical-align: top;
		height: 10px;
		border: 1px solid black;
		color: black;
		background-color:  #A4C3CC;
		min-width: 160px;
	}
	.menu {
		background-color: #F2FAFD;
		//list-style-type: none;
		height: 20px;
		display: block;
		font-size: 12px;
		margin-left: -22px;
		padding-left: 20px;
		padding-top: -10px;
		border-bottom: 1px solid black;

		font-weight: bold;
	}
	
	.menu:hover {
		background-color: #82CFEF;
	}

	.submenu {
		background-color: #E5EAFE;
		
		height: 20px;
		width: 80px;
		display: block;
		font-size: 12px;
		margin-left: -22px;
		padding-left: 40px;
		border-bottom: 1px solid black;
		font-style: italic;

		font-weight: bold;
	}
	
	.menu1{
		margin: 43px 0 0 -2px; 
		padding-left: 20px;
		width: 858px; 
		border: 1px solid black; 
		height: 20px; 
		background-color: #5C6D73;
		
	}
    .menu1 ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
    }
    .menu1 li{
      margin: 0;
      padding: 0;
      float: left;
      

    }
    .menu1 li {
      padding-right: 1em;
    }
    
	.menu1 a, .span {
		background-color: #F2FAFD;
      min-width: 70px;		
		height: 17px;
		display: block;
		font-size: 12px;
		padding-top: 3px;
		
		
		text-align: center;
		font-weight: bold;		
	}

    
	.span2 {
		background-color: #F2FAFD;
      	width: 59px;		
		height: 17px;
		display: block;
		font-size: 12px;		
		text-align: center;
		font-weight: bold;		
	}
	
	.menu1 a:hover, .span:hover {
		background-color: #82CFEF;
		cursor: pointer;
	}
	
	.span2:hover {
		background-color: #82CFEF;
		cursor: pointer;
	}
	
	.submenu:hover {
		background-color: #CFE6E6;
	}	
	
	

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p.last      { margin-bottom: 0; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.top   { margin-top: 0; } /* Use this if the image is at the top of the <p>. */
#img         { margin: 0 0 1.5em; }

ul, ol      { margin: 10PX 0 10px -18px; }
ul          { list-style-type: disc; }
.liste ul          { list-style-type: decimal; }
ol          { list-style-type: decimal; }
dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin-top: 1.5em; font-style: italic; }
del         { color:#666; }

a:focus, 
a:hover     { color: #000; }
a           { color: #009; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; background: #ffc; }
dfn         { font-weight: bold; }
pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 1.5; } 
tt          { display: block; margin: 1.5em 0; line-height: 1.5; }


/* Tables
-------------------------------------------------------------- */

table   { margin-bottom: 1.4em; }
th      { border-bottom: 0px solid #ccc; }
td      { border-bottom: 0px solid #ddd; 	color: #000000;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;}
th,td   { padding: 0; }
tfoot   { font-style: italic; }
caption { background: #ffc; }

/* Use this if you use span-x classes on th/td. */
table .last { padding-right: 0; } 


/* Some default classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.quiet      { color: #666; }

.hide       { display: none; }
.highlight  { background:#ff0; }
.added      { color:#060; }
.removed    { color:#900; }

.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

.klein	{
	color:  #FFFFFF;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	}

	
