/*-------------------------------------------------------------------------
	style.css
	Style Anweisungen für mediaOffice Medien Service
	Copyright (c) 2009 - mediaOffice Birgit Leschanovsky
	All rights reserved.
---------------------------------------------------------------------------*/

body {
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 30px;
  padding: 0px;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 100%;
  background: #365aa4 url(../img/bg-9a.jpg) center top no-repeat;
}

/*------------- Boxen ----------------*/

#main_container {
    margin: 0 auto; 
    padding-top: 90px;   
    width: 800px;
    height: 555px;
}

#container {
  margin: 0 auto;   
  width: 800px;
  height: 505px;
  background: #ffffff url(../img/content-bg.gif) no-repeat;
  border-top: 1px solid #577bc8;
  border-bottom: 2px solid #577bc8;
  border-left: 2px solid #577bc8;
  border-right: 4px solid #577bc8;
}

#logo {
  float: left;
  width: 800px;
  height: 65px;    
}

#content_main {
  float: left;
  width: 700px;
  height: 385px;
  padding: 4px 50px 10px 50px;
  font-size: 0.76em;
  line-height: 1.4;
  color: #444444;
  font-weight:bold;
  text-align: justify;
  overflow: auto;  
}

#content_main h3    {
  font-size: 1.2em;
  line-height: 1.4;  
  color: #365aa4;
  padding: 0 0 10px 0;  
}

#content_main h4    {
  font-size: 1em;
  line-height: 1.2;
  color: #4d473c;
  margin: 0;
  padding: 0;  
}

#content_referenz {
  float: left;
  width: 700px;
  height: 385px;
  padding: 4px 50px 10px 50px;
  font-size: 0.76em;
  line-height: 1.4;
  color: #444444;
  font-weight:bold;  
  overflow: auto;  
}

#content_referenz h3    {
  font-size: 1.2em;
  line-height: 1.4;  
  color: #365aa4;
  padding: 0 0 10px 0;  
}
/*------------- Menü ----------------*/
#menue {
  float: left;
  width: 800px;
  height: 30px; 
  font-size: 0.8em;
  font-weight: bold;
  text-align:center;
  margin: 0;    
}

#menue a {
  color: #fff;
  text-decoration: none;
  margin: 0 30px 0 30px;  
  line-height: 2.0;
}

#menue a:hover {
  text-decoration: none;
  color: #eccc09;
  border-bottom: 2px solid #eccc09;  
  
}

#menue .menue_active {
  color: #eccc09;
  border-bottom: 2px solid #eccc09;
}

#menue .menue_active a {
  color: #fff;
  border-bottom: 2px solid #fff;
}


/*------------- Footer ----------------*/
#footer {        
    width: 800px;
    height: 40px;
    float: left;    
}

#footer .bottom-line {
    font-size: 0.7em;
    color: #d3ddf1;    
    text-align: center;
    padding: 10px 0 0 0;
}

#footer a   {
    text-decoration: underline;
    color: #d3ddf1;
}

#footer a:hover   {
    text-decoration: none;
    color: #d3ddf1;
}

/*------------- Defaults ----------------*/
img {
  border:0px;
}

a {
  color: #5d5d5d;
  text-decoration: underline;  
}

a:hover {    
  text-decoration: none;
}

p   {
    margin: 0;
    padding: 4px 0 6px 0;
}

ul  {
    margin: 0;
    padding: 4px 0 6px 0;
    list-style-type: none;
}
    
li  {
    padding: 4px 0 6px 0;
    list-style-type: none;
}

.fettblau   {
    font-size: 13px;    
    color: #365aa4;     
}

/*------------- Newsletter ----------------*/
.tdbgtop   {
    background: #d6d6d6;
	text-align: center;
    font-weight: bold;
}

.tdbg1     {
    background: #ffffff;
    text-align: left;
}
    
.input 	{
	background: #FFFFFF;
	border-bottom: #8096cf 1px solid;
	border-left: #8096cf 1px solid;
	border-right: #8096cf 1px solid;
	border-top: #8096cf 1px solid;
	font-size: 11px;
	color: #4d473c;
}

.button 	{
	background: #8096cf;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}

.ok  	{
	color: #00a429;    
	font-size: 0.8em;
	font-weight: bold;
}

/*------------- noscript ----------------*/
#javascript_info  {
	position: absolute;
	z-index: 2;
	width: 235px;
	height: 180px;
	margin: 160px 0 0 480px;
	background: url(../img/ns_info_box.gif) top left no-repeat;
}

#javascript_info h4 {
    font-size: 0.74em !important;
    font-weight: bold;
    color: #d90011;
	padding: 12px 0 0 38px;
}


.js_info {
    font-size: 0.7em!important;
	font-weight: normal;
	color: #3d3d3d;
	padding: 0 7px 0px 7px;
}

#javascript_info p {
	line-height: 1.1em !important;
}


/*------------- Browserwarnung ----------------*/
#old_browser    {    
    font-family: Lucida sans Unicode; 
    font-size:20px; 
    color: #fff; 
    text-align:center;
    }
    
#old_browser a  {
    color: #fff;
    }