

/* Basic Elements */
html, body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	/*text-align: justify;*/
	background-image:url(../images/background.jpg);
	background-position: top;
	background-repeat:no-repeat;
	background-color: #676767;

	}
#topcontainer {
	width: 770px;
	height: 32px;
	margin: 0 auto;
	font-size: 10px;
	}	
#container {
	width: 770px;
	margin: 0 auto;
	border-left: 0px solid #676767;
	border-right: 0px solid #676767;
	border-bottom: 0px solid #676767;
	background-color:#676767;
	}
#header {
	width: 100%;
	height: 200px;
	background: url(../images/head.jpg) repeat-x 0% 0%;
	border-bottom: 0px solid #676767;
	}
#content {
  width: 770px;
  background-color: #ffffff;
  z-index: 9;
  /*border-left: 1px solid #676767;*/
  /*border-right: 1px solid #676767;*/
  /*border-right: 1px solid #CCCCCC;*/
}
#content2 {
  float: right;
  width: 200px;
  height: 100%;
  padding: 5px;
  margin: 0px;
  background: url(../images/bgc2.jpg) repeat-x 0% 0%;
  border: 0px solid #333333;
  z-index: 8;
  background-color: #676767;
  color: #FFFFFF;
  font-weight: bold;
}
#rahmen2 {
  width: 188px;
  height: 100%;
  padding: 5px;
  margin: 0px;
  border: 1px solid #CCCCCC;
  z-index: 9;
  background-color: #333333;
  color: #FFFFFF;
  font-weight: bold;
}
#footer {
	width: 100%;
	clear: both;
	border-top: 0px solid #CCCCCC;
	text-align: center;
	padding: 1px 0;
	color: #FFFFFF;
	background: #676767;
	}

/* Nav Menu 
#nav {
	border: 1px solid #cecece;
	}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#nav li {
	display: inline;
	padding: 3px 0;
	}
#nav li a {
	font-weight: bold;
	font-size: 1em;
	color: #666;
	text-decoration: none;
	padding: 0 20px 0 20px;
	}
#nav li a:hover {
	color: orange;
	}
*/

/* Additional styles */
p {
	padding: 10px;
	margin: 0;
	}
img {
    padding:10px;
	margin: 0px;
	/*border:1px solid #CCCCCC;*/
	max-width:500px;
	}
h1 {
	display: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	}
h2 {
	padding: 10px;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 18px; 
	color: #000000;	
	font-weight: bold;
	text-decoration: underline;
	}
h3 {
	padding: 10px;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
	}
h9 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
	}			
a {
	color: #FF0000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:visited {
	color: #FF0000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}	
	
	
	
	
ul, li
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.menu
{
	position: absolute;
	z-index: 10;
	top: 214px;
}

.menu li
{
	width: 128px;
	float: left;
}

.menu a
{
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	cursor: default;
	margin: 0px 1px;
	display: block;
	height: 14px;
	color: #000;
}

.menu a:hover
{
	background-color: #676767;
	text-decoration: none;
	text-align: center;
	color: #000;
}

#smenu1, #smenu2, #smenu3, #smenu4, #smenu5, #smenu6, #smenu7
{
	font-size: 10px;
	display: none;
	width: 110px;
	float: left;
}

#smenu1 a, #smenu2 a, #smenu3 a, #smenu4 a, #smenu5 a, #smenu6 a, #smenu7 a
{
	font-weight: normal;
	padding-top: 2px;
	border-top: 0px;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	color: #000;
}



