/* Alles auf 0 setzen */

* {
  margin:0;
  padding:0;
}

/* Body-Format */

body {
  background-color:rgb(255,255,255);
  color:rgb(166,166,166);
  font-family: Arial, Helvetica, sans-serif;
  font-weight:normal;
  font-size:14px;
}



/* Link-Formate */

a {
  color:rgb(128,128,128);
  text-decoration:none;
}
a:hover {
  color:rgb(240,136,0);
}



/* DIV-Formate und zugehörige */

#wrapper {
  width: 960px;
  margin: auto;
  margin-top: 30px;
}
#header {
	width: 960px;
	border-bottom: 1px solid rgb(240,136,0);
	clear: both;
}
#header_left {
	width: 290px;
	float: left;
	clear: left;
	padding-left: 10px;
	padding-top:70px;
}

img.logo {
	margin: 0px;
	padding: 0px;
}

#header_right {
	width: 660px;
	float: left;
	clear: right;
	text-align: right;
	padding-top:70px;
}

p.slogan {
	font-size: 1.8em;
	color: rgb(224,224,224);
}


#pageinfo {
	width: 670px;
	margin-left:280px;
	float: left;
	clear: both;
	padding: 30px;
	padding-left: 0px;
	padding-right: 10px;
	border-bottom: 1px solid rgb(224,224,224);
	text-align: right;
	color: rgb(224,224,224);
}

#menubox {
	width: 220px;
	float: left;
	clear: left;
	padding: 10px;
	text-align: right;
}

ul.menu {
  list-style: none inside none;
}

ul.menu li a:link, ul.menu li a:visited {
    display: block;
    padding: 7px 4px 7px 15px;
    text-decoration: none;
    color: rgb(64,64,64);
}
ul.menu li a:hover {
	color: rgb(240,136,0);
}

#menubox a.menuitem_active {
	color: rgb(196,196,196);
}


#menubox a.menuitem_active:hover {
  color:rgb(240,136,0);
}


p.info1 {
	margin-bottom: 15px;
}
p.info2 {
	margin-top: 30px;
}

img.socializing {
    float: right;
    padding-top: 20px;
    padding-left: 10px;
}

#content {
	width: 660px;
	float: right;
	clear: right;
	padding: 10px;
	padding-left: 50px;
	padding-bottom: 30px;
}

div.column_left {
	width: 320px;
	float: left;
	margin-right:10px;
}
div.column_right {
	width: 320px;
	float: left;
	margin-left:10px;
}


h1, h2, h3 {
    color: rbg(127,127,127);
    font-weight: normal;
}
h2, h3 {
    text-align: left;
    color: rgb(240,136,0);
}
h1 {
    font-size: 3.5em;
		margin-top: 15px;
		margin-bottom: 15px;
}
h2 {
    font-size: 1.5em;
    margin-bottom: 0.3cm;
}
h3 {
    font-size: 1em;
    margin-bottom: 0.2cm;
		font-weight: bold;
}
.def_first, .def, .def_last {
    font-family: Helvetica,Arial,sans-serife;
    margin-left: 0;
    margin-right: 0;
    text-align: justify;
}
.def_first, .def {
    margin-bottom: 0.3cm;
    margin-top: 0;
}
.def_last {
    margin-bottom: 0.5cm;
    margin-top: 0;
}

 li.content {
  color: rgb(166,166,166);
  margin-top: 10px;
}

 ul.content {
  list-style-position: outside;
  list-style-type: square;
  margin-left: 15px;
  margin-bottom: 10px;
}

 img.content {
	margin: auto;
}

ul.l1 {
	margin: 15px;
	margin-right: 0;
	list-style-type: square;
}
ul li.l1 {
	margin-right: 0;
	margin-top: 10px;
}
ul.l2 {
	margin-left: 20px;
	margin-bottom: 15px;
	list-style-type: square;
}
ul li.l2 {
	margin-top: 10px;
	list-style-type: square;
}
ul.l3 {
	margin-left: 30px;
	margin-bottom: 15px;
	list-style-type: square;
}
ul li.l3 {
}
ul.l4 {
	list-style-type: square;
}
ul li.l4 {
}

ol.l1 {
	margin: 15px;
	margin-right: 0;
}
ol li.l1 {
	font-size: 1.25em;
	color: rgb(240,136,0);
	margin-top: 10px;
}
ol.l2 {
	margin-left: 20px;
	margin-top: 10px;
}
ol li.l2 {
	margin-top: 10px;
}
ol.l3 {
	margin-left: 30px;
	list-style-type: lower-alpha;
}
ol li.l3 {
	margin-top: 10px;
}
ol.l4, ul.l4 {
}
ol li.l4 {
}

div.segment {clear:both;}

#footer {
	width: 660px;
	margin-left:267px;
	float: left;
	clear: both;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 70px;
	border-left: 13px solid rgb(240,136,0);
	text-align: left;
	color: rgb(166,166,166);
	font-size: 85%;
}

span.c4s1 {
	font-family: Times New Roman, Times Roman, Times;
	font-size:120%;
	color: rgb(127,127,127);
}
span.c4s2 {
	font-weight: bold;
	color: rgb(240,136,0);
}
