/*
  Support auf www.restudy.de
*/

body {
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #fff;
  font-size: 12px;
  font-family: Helvetica, sans-serif;
}
#wrap {
  position: relative;
  width: 900px;
  text-align: left;
  margin: 3px auto 0 auto;
} 
#header {
   background: url(img/header_201110.png);
  text-align: right;
  width: 900px;
  height: 65px;
}

#header h1 {
  display: inline;
  position: absolute;
  top: 110px; left: 100px;
  color: #000000;
  font-family: 'Trebuchet MS';
  font-weight: normal;
  font-size: 16px;
}
#top2 {
 background: url(img/contentbg_11.png);
  background-repeat: repeat-y;
   width: 900px;
  height: 35px;
}
#top2 font {
  display: inline;
  position: absolute;
  top: 81px;  left: 172px;
  font-size: 12px;
	text-decoration: none;
}
#top2 a {
  display: inline;
  font-size: 12px;
	text-decoration: none;
}
#content {
  background: url(img/contentbg_11.png);
  background-repeat: repeat-y;
  width: 900px;
}
#footer {
  background: url(img/footer_11.png) no-repeat top;
  height: 33px;
  width: 900px;
  text-align: left;
  vertical-align: middle;
  padding-top: 3px;
}    
#left_col {
  width: 120px;
  float: left;
  padding-top: 0px;
  padding-left: 10px;
  padding-right: 28px;
  padding-bottom: 0px;
  overflow: hidden;
}

#left_col .Cmite, #left_col .Cnorm, #left_col .Cdark {
  color: #000000;
}

#left_col a {
  color: #6679B0;
}

#left_col .menu_heading
{
  color: #000;
  display:block;
  letter-spacing: 1px;
  font-size: 12px;
  padding: 0  0 3px 5px;
}

#main_col {
  width: 570px;
  float: left;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
  clear: none;
  min-height: 570px;
  overflow: auto;
}
#right_col1 {
  width: 158px;
  float: left;
  padding-top: 0px;
  padding-left: 10px;
  padding-right: 0px;
  padding-bottom: 0px;
  overflow: hidden;
}
#right_col2 {
  width: 150px;
  float: right;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  overflow: hidden;
}

#right_col1 .menu_heading
{
  color:#000;
  font-size:11px;
  letter-spacing: 1px;
  padding: 3px 12px 0 5px;
}

#right_col1 a
{
  display:block;
  color: #323C78;
  padding-left: 2px;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
}

#right_col2 .menu_heading
{
  color:#000
  font-size:11px;
  letter-spacing: 1px;
  padding: 3px 12px 0 5px;
}

#left_col ul
{
  padding: 0;
  margin: 0;
  list-style: none;
  width: 110px;
}

#left_col li
{
  margin:0;
  padding: 2px 0 0 2px;
}

#left_col li ul
{
  width: 130px;
}

#left_col li li
{
    padding-left: 16px;
}
#left_col li a
{ display:block;
  color: #323C78;
  padding-left: 2px;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
}

#social-list{position:fixed;right:0;top:80px;z-index:9999;}
#social-list li{width:33px;}
#social-list{list-style:none outside none;}
#social-list li a{display:block;height:0;margin-bottom:5px;overflow:hidden;padding-top:100px;width:33px;}
#social-list li.social-list-facebook a{background:url(img/sozial-facebook.png) no-repeat scroll left top transparent;}
#social-list li.social-list-twitter a{background:url(img/sozial-twitter.png) no-repeat scroll left top transparent;}
#social-list li.social-list-mr-wong a{background:url(img/sozial-mr-wong.png) no-repeat scroll left top transparent;}
#social-list li.social-list-vz a{background:url(img/sozial-vz.png) no-repeat scroll left top transparent;}


td
{
  font-family: Helvetica;
  font-size: 12px;
}

a, #left_col .Cmite a, #left_col .Cnorm a, #left_col .Cdark a
{ 
  color: #003344;
	font-family: Helvetica;
	font-size: 12px;
	text-decoration: underline;
}

a:hover
{
  text-decoration: none;
}

a.box
{
  color: #003366;
	font-family: Helvetica;
	font-size: 12px;
	text-decoration: underline;
}

a.box:hover
{
  text-decoration: none;
  background: #C8D2EB;
}

.Chead
{
  background: #6679B0;
  color: #FFF;
}

.Chead a
{
  color: #E2EAFF;
}

.Chead td, .Chead td strong, .Chead h4, .Chead td b
{
  background: #fff;
  color: #000;
}

.Callg
{
  background-color: #fff;
	color: #000000;
}

.Callg td
{
  color: #000000;
}

.Cnorm
{
  background-color: #fff;
}
.Cmite
{
  background-color: #EAEAFF;
}
.Cdark
{
  background-color: #D4D4FF;
}

.rand
{
  border: solid #6679B0 1px; 
}

.smalfont
{
    font-size: 11px;
		text-decoration: none;
}

.border
{
   background-color: #6679B0;
   border: 5px;
}
hr
{
    height: 0px;
		border: solid #003366 0px;
		border-top-width: 1px;
}

input, textarea, select
{
    color: #000000;
    font: 12px Helvetica;
    border-color: #6679B0;
  	border-width: 1px;
    border-style: solid;
    text-decoration: none;
    background-color: #EFEFEF;
}


