* {
	margin: 0;
	padding: 0;
	font-family: Arial;
}

a {
	color: #262626;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

body {
	font-size: 12pt;
	line-height: 1.75em;
	//background: #030707;
	color: #262626;
	background: #030707 url('marmor.jpg');
	background-repeat:repeat;
	//background-size: 100%;
	//background-attachment: fixed;
}

br.clear {
	clear: both;
}

img.left {
	float: left;
	margin: 5px 20px 20px 0;
}

img.top {
	margin: 5px 0 20px 0;
}

img{
	border:0;
}

p {
	margin-bottom: 1.5em;
}

ul {
	margin-bottom: 1.5em;
}

div{
	box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.imageList {
	list-style: none;
}

.imageList li {
	clear: both;
}

#box1 {
	margin: 0px 0 25px 0;
	overflow: hidden;
}

#box2 {
	margin: 0px 0 25px 0;
	overflow: hidden;
}

#content {
	width: 760px;
	padding: 30px;
	padding-bottom:0;
	float:left;
	background: rgb(215,215,215);
	background: rgba(215,215,215,0.9);
	min-height:650px;
}

#side-wrapper{
	padding:0;
	float:left;
	background:green;
	margin-left:30px;	
}

#sidebar{
	background: rgb(215,215,215);
	background: rgba(215,215,215,0.9);
	position:absolute;
	padding:30px;
	height:100%;
	width: 270px;
}

#sidebar a{
	text-decoration:none;
}

#foot{
	background: rgb(215,215,215);
	background: rgba(215,215,215,0.9);
	padding:30px;
	padding-top:0px;
	margin-top: 30px;
	color: #262626;
	width:1060px;
}

#foot a{
	color: #262626;
}

#main {
	padding: 0px;
	margin: 30px 0 0 0;
	width: 1060px;
	color: #262626;
	position: relative;
	min-height:650px;
}

#main a {
	color: #262626;
}

#main strong {
	color: #404040;
}

#main h2, #main h3, #main h4 {
	color: #141414;
}

#main ul {
	list-style: none;
}

#main ul li {
	padding: 5px 0 5px 0;
}

#main ul li.first {
	padding-top: 0;
	border-top: 0;
}
#header{
	width:1060px;
	padding:30px;
	background: rgb(215,215,215);
	background: rgba(215,215,215,0.9);
	margin-bottom:30px;
}

#cssmenu {
	font-size: 1.1em;
	text-align:center;
	background:#ffffff;
	width:1060px;
}

#outer {
	position: relative;
	width: 1060px;
	margin: 0 auto;
}

.tab td {
	padding: 3px; !important
}

.tab {
	border-collapse: collapse;
}

.start {
	margin-bottom:10px;
}
.startlinks {
	padding:5px;
	float:left;
}

.startrechts {
	padding-left:5px;
	text-align:left;
}

.startrechts  a{
	text-decoration:none;
}

.clear {
	clear:both;
	height:0;
}

* html .groundimg{
	margin-bottom:10px;
}

/* Menu */



#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
}
#cssmenu {
	width: 1000px;
	height: 250px;
	text-align: center;
	padding: 0;
}
#cssmenu a {
	display: block;
	line-height: 50px;
	padding: 0px 20px;
	padding-left:35px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	border: none;

}
#cssmenu ul {
	text-align: center;
	list-style: none;
	line-height: normal;
	width:100%;
	background: rgb(111,111,111);
	background: rgba(111,111,111,0.65);
}
#cssmenu > ul {
  float: left;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;

  margin-left: -10px;
}
#cssmenu > ul > li:first-child > a {

}
#cssmenu > ul > li:last-child > a {

}
#cssmenu > ul > li.active > a {

}
#cssmenu > ul > li:hover > a {

}
#cssmenu .has-sub {
  z-index: 1;
}
#cssmenu .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  width: 200px;
  top: 100%;
  left: 0;
}
#cssmenu .has-sub ul li {
  *margin-bottom: -1px;
}
#cssmenu .has-sub ul li a {
	background: rgb(111,111,111);
	background: rgba(111,111,111,0.65);
  filter: none;
  font-size: 16px;
  display: block;
  line-height: 120%;
  padding: 10px;

}
#cssmenu .has-sub ul li:hover a {
		background: rgb(111,111,111);
	background: rgba(111,111,111,0.65);
}

#cssmenu .has-sub .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
#cssmenu .has-sub .has-sub ul li a {
}
#cssmenu .has-sub .has-sub ul li a:hover {
}
