/*
  style_v1.css,v1 2005/04/20

  0815-Industries CWS GbR

  http://www.0815-industries.de
  webmaster@0815-industries.de

  Copyright (c) 2004 0815-Industries
  
############################################
#Modifield CSS Version by Bartosz Koscielny#
############################################
*/

* 	{
	margin: 0 0 0 0;
	pargin: 0 0 0 0;
	}

BODY {
	line-height: 1.5em;
	font-family: "Century Gothic", Arial, Verdana, sans-serif;
	font-color: #ffffff;
	font-size: 13px;
	
	position: absolute;
	width: 722px;
	height: 100%;
	left: 50%;
	margin-left: -360px;
	padding:0px;
	
	
	color : #ffffff;
	background-attachment: fixed;
	background-repeat: repeat;
	background-image: url(../../fileadmin/hintergrund.jpg);
}

a	{
	font-weight:bold;
}

a:link {
	color : #ffffff;
	text-decoration : none;
}
	
a:visited {
	color : #ffffff;
	text-decoration : none;
}
     
a:active {
	color : #ffffff;
	text-decoration : none;
}

a:hover {
	color : #FFFF00;
	text-decoration : none;
}


h1	{
	color : #ffffff;
	font-size: 22px;
	font-weight: bold;	
	display: inline;	
}

h2	{
	color : #ffffff;
	font-size: 15px;
	font-weight: bold;	
	display: inline;
}


td {
	vertical-align:top;
} 

.small {
	color : #ffffff;
	font-size: 11px;
	font-weight: normal;
}


CHECKBOX , INPUT , RADIO , SELECT , TEXTAREA , FILE {
	font-size : 11px;
}

	  
#beapage {
	 }
	

#beamenu {
	height: 56px;
	//height: 50px;
	width: 100%
	margin: 0;
	padding: 0;
	float:right;
}

#logo {
	
	margin: 0;
	padding: 0;
	float: left;
}

#klickpfad {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin: 0 0 15px 50px;
	padding: 10px 0 10px 0;
	height:20px;
	width: 720px;
}

.csc-textpic-caption {
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px
}

#inhalt {
	border-top: 1px solid #cccccc;
	text-align: justify;
	with: 720px;
	margin-top: 70px;
	padding-top: 50px;
}


	
#seitenboden {
	border-top:1px solid #cccccc;
}

.seitenboden {
		text-align: right;
		font-weight: bold;
		color: #ffffff;
}

embed {
	width: 600px;
	height: 450px;
	z-index: 0;
}

/* Das Menü */
ul.menu, ul.menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.menu a {
    display: block;
    padding: 3px 10px 3px 10px;
    font-weight: bold;
    letter-spacing: 1px
    height: 25px;
}

ul.menu li {
    padding: 0;
    margin: 0;
    float: left;

}

ul.menu ul li {
    float:none;
    background-color: transparent;
}

ul.menu ul li.hover, ul.menu ul li:hover {
    background-color: #000000;
}

ul.menu ul	{
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		position: absolute;
		background-color: #888888;
		border: 1px solid #FFF9E4;
		display: none;
		width: 192px;
		margin-top: -5px;
		}

ul.menu li.hover ul, ul.menu li:hover ul	{
						display: block;
						}

ul.menu li.hover ul ul, ul.menu li:hover ul ul {
						display: none;
						margin-left: 160px;
						margin-top: -20px;
        					}

ul.menu li.hover ul li.hover ul, ul.menu li:hover ul li:hover ul	{
									display: block;
   									}

ul.menu li.hover ul li.hover ul ul, ul.menu li:hover ul li:hover ul ul	{
									display: none;
									}

ul.menu li.hover ul li.hover ul li.hover ul , ul.menu li:hover ul li:hover ul li:hover ul 	{
												display: block;
												}