/*******************************************************************************
********************************************************************************
* @Author: Markus Orlinski
* @Copyright: by Author
* @Date: 12-2007
* @Description: Use of any Content of this site is forbidden!
********************************************************************************
********************************************************************************/

/*******************************************************************************
* @Description: Globals, Element Selectors
********************************************************************************/
body{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; background: url('styles/bg.gif') repeat-x; color: red; width:950px; padding: 0; margin:0; }
a img{ border: 0; }
ul{ list-style-type: none; }
h1,h2,h3,h4,strong,em{ color: rgb(80,80,80); font-size: 1.5em; }

/*******************************************************************************
* @Description: Globals IDs
********************************************************************************/
#super{ width:100%; margin-left: 0px; margin-top: 20px;}
#header{ width: 100%; height: 200px; background: url('styles/header.jpg') no-repeat; margin-left: 15px;}
#middle{ width: 100%; background: url('styles/contentpane.png') no-repeat; height: 520px; padding-top: 25px; }
#nav{ float: left; width: 175px; margin-left: 18px; height: 520px;}
#contentpane{ float: right; width: 700px; padding-right:20px; padding-top:0px; height: 450px; color: rgb(60,60,60); font-size:1.2em; }
#footer{ text-align: right; color: rgb(180,180,180); padding: 80px 20px 10px 10px;}
/*******************************************************************************
* @Description: Navigation
********************************************************************************/
ul{ padding: 0 0 0 10px; }
li{ padding-bottom: 0.9em; font-size: 1.4em; }

/*******************************************************************************
* @Description: Classes, Spezialisation
********************************************************************************/
#nav a,#nav a:active,#nav a:link,#nav a:visited{ color: rgb(28,62,123); text-decoration:none;  }
#contentpane a,#contentpane a:active,#contentpane a:link,#contentpane a:visited{ color: rgb(28,62,123); text-decoration:none;  }
#nav a:hover, #nav li.active, #contentpane a:hover{ text-decoration:none; color: rgb(170,45,45); }
#nav li.active a{ color: rgb(120,30,30); font-weight: bold; }

#contentpane ul{ list-style-type:square; margin-left:10px; font-size: 1.1em; padding:0; margin-top:0;}
#contentpane ul ul{ list-style-type:none; margin-left:10px; font-size: 0.45em;}
#contentpane li{ padding: 2px;}
#contentpane div.left{ width: 320px; float:left; }
#contentpane div.right{ width: 300px; float:right; margin-right:20px; text-align:right; }
#contentpane span em{ font-size: 0.9em;}
.lang{ margin-top: 100px; }