/* base
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial,  Lucida Sans Unicode, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	color: #000;
	background-color: #555;
        font-size:14px;
        text-align:left;
}

blockquote, h3, h2, p, li {
	line-height: 1.3em;
}

blockquote {
	margin-right: 0;
	margin-left: 20px;
}

h1, h2, h3, h4 {
	margin: 0 0 0 0;
	font-weight: normal;
         text-align: left;
}


h1 {
	font-size: 20px;
        font-weight:bold;
}

h2 {
	font-size: 16px;
	font-weight:bold;
         padding-top:15px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

.entry-title h1, .content h1 {
        margin-bottom:0px;
        padding-bottom:0px;
        font-weight:bold;
        text-align:left;
        padding-top:60px;
}


.entry-content img {
       text-align:center; 
       margin:0px 0 0px 0;
}

hr {
	margin: 2em auto;
	height: 1px;
	color: #7a7e7d;
	background-color: #7a7e7d;
	border: none;
}

small, .small {
	font-size: 0.9em;
}

img {
	margin:0;
	padding:0;
}

/* links
----------------------------------------------- */

a {
	text-decoration: none;
        color: #0649B8;
}

a:hover{
        text-decoration: underline;

}


a img {
	border: none;
}

h1 a, h2 a, h3 a {
	border: none;
}


.nav-active {
       background:url(images/4.png) no-repeat;
       background-position:50% bottom;
}

.mehr {
 float:right;
  font-weight:bold;
}

/* layout
----------------------------------------------- */

#container {
	background-color: #E6E6E6;
	margin: auto;
	padding: 0 5px 10px 5px;
        width: 994px;
        //float:right;

}

#container_outer {
	width:1170px;
	margin:auto;
}

#banner_outside_side {
	float:right;
	margin-top:135px;
}

#banner_outside_top {

}


#head {
	background-color: #E6E6E6;
	text-align: left;
        height:135px;
        padding:0;
}

#head a:hover{
	text-decoration:none;
}

#head img{
	margin: 0px;
}



#copyright { float:right; display:inline; line-height:40px; vertical-align:middle;}





#sidebar-1 {
        background-color: #E6E6E6;
        padding: 0 15px 0 15px;
        margin: 0 0px 30px 0px;
        width: 187px;
        float: left;
        text-align: left;
        font-size:12px;
}

#sidebar-1 h3 {
       font-size: 14px;
       font-weight:bold;
       padding: 2px 0 2px 5px;
       margin: 0 0 5px 0;
       color: #000000;
       background-color: #7E8FDA;
       border: 2px solid #999999;
}

#sidebar-1 li {
       font-size: 14px;
       //font-weight:bold;
}

#sidebar-2 {
        background-color: #E6E6E6;
        padding: 0 5px 0 15px;
        margin: 10px 0px 30px 0px;
        width: 300px;
        float: left;
        text-align: left;
        font-size:11px;
}

#sidebar-2 h3 {
       font-size: 12px;
       font-weight:bold;
       padding: 2px 0 2px 5px;
       margin: 0 0 5px 0;
       color: #fff;
       background-color: #555;
       //border: 2px solid #C6C6C6; 
}


#sidebar-unten {
  top: 3280px;
  width: 300px;
  //background-color: #fff;
}


.abs { position: absolute; }

.fixed {
position: fixed;
top: 30px !important;}

.wrapper {
height: 200px;
padding: 20px;}


#sidebar-1 ul, #sidebar-2 ul {
        padding: 0 0 0 0;
        margin: 0 0 20px 0;
        list-style-type: none;
}

#sidebar-1 li, #sidebar-2 li {
        padding: 3px 0 3px 0;
        border-bottom: 1px solid #aaaaaa;
}

#content {
        background-color: #F6F6F6;
        padding: 30px 30px 0 30px;
        margin: 0px 0px 30px 0;
        text-align:justify;
        width:614px;
        float:left;
}

#content li{
        line-height: 1.6em;
}

#content h2 {
	font-size: 18px;
	font-weight:bold;
        padding-top:15px;
}

#content h3 {
        padding-top: 10px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

#content h4 {
	font-size: 14px;
	font-weight: bold;
}


#content-wide {
        background-color: #F6F6F6;
        padding: 30px 50px 0 50px;
        margin: 0 0px 30px 0px;
        text-align:justify;
        width: 677px;
        float:left;
}

#content-wide h2 {
        font-size: 16px;
        padding-bottom: 0px;
        padding-top: 0;
        margin: 0 0 0 0;
}

#content-wide h3 {
        font-size: 14px;
        padding-top: 5px;
        font-weight:bold;
}



.entry-content table {
      border: 1px solid #000000;
      border-collapse: collapse;
}
.entry-content td, .entry-content th  {
      border: 1px solid #000000;
      margin: 0;
      padding: 3px 8px 3px 8px;
      text-align: left;
}


table.table-small {
      font-size:12px;
}

table.table-xsmall {
      font-size:10px;
}

#content p, #content-wide p, content-Xwide p {
        line-height: 1.5em;
}




.entry-content, ol.comments {
        padding:3px 0 3px 0;
        margin-top:10px;
        font-size:1em;
        line-height:1.2em;
        border-bottom:2px solid #C2C2C2;
}

.entry {
        //border-bottom:3px solid #C2C2C2;
        padding-bottom: 20px;
        margin-bottom: 30px;
}

ol.comments { padding-left:30px;}


#foot {
	margin: 0 0 0 0;
	list-style-type: none;
        vertical-align:middle;
        clear: both;
        background: #555;
        font-weight:bold;
        font-color: #fff;
        height:60px;
        padding: 15px 20px 10px 20px;
	border: 2px solid #90A1D6;
}

#foot a{
	color: #fff;
}

#copyright { 
        font-size:10px; 
        font-weight:normal; 
        margin-right:20px;
        float: right;
	color: #fff;
}



/* overrides
----------------------------------------------- */

.caps {
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

div.divider {
	margin: 2em 0;
	text-align: center;
}

/* articles
----------------------------------------------- */

.directory {
//	list-style-type: circle;
}

.author {
	font-style: normal;
	font-size: 0.8em;
}

.published {
	font-size: 0.8em;
        margin:2px;
        line-height:1em;
}

#sidebar-1 .published {
       display:none;
}


/* comments
----------------------------------------------- */

.comments_error {
	color: #000;
	background-color: #FF4D4D;
}

ul.comments_error {
	padding : 0.3em;
	list-style-type: circle;
	list-style-position: inside;
	border: 2px solid #fdd;
}

div#cpreview {
	color: #000;
	background-color: #f1f1f1;
	border: 2px solid #ddd;
       padding:10px;
}

form#txpCommentInputForm td {
	vertical-align: top;
}

#comments-help {
	margin: 2px 0 15px 0;
	font-size: 0.7em;
}

div.list_comments {

   margin:0 200px 0 0;
}

/* error page
----------------------------------------------- */

.error-status {
	font: 1.3em Georgia, Times, serif;
}

/* diverses
---------------------------------------------- */

.depottabelle{
  font-size: 12px;
}

#posttabelle{
        font-size: 14px;
        margin-top: 10px;
       padding-top: 10px;
}


#posttabelle tr td, #posttabelle th td {
        margin: 10px;
        border-width: 1px;
        padding: 7px;
        border-color:#000000;
        border-style:solid;
}

.profilbild img {
        float:left;
        margin:5px 5px 15px 0;
}

.underContent {

}

.underContent li{
        text-align:left;
        padding: 3px 0 3px 0;
        border-bottom: 1px solid #aaaaaa;
}

.underContent ul{
        list-style-type: none;
        padding: 0 0 0 0;
        margin: 0 0 10px 0;
}



.intextad{
      text-align:center;
      border-top: 1px solid #C2C2C2;
      border-bottom: 1px solid #C2C2C2;
      padding-top:5px;
}

.intextad p{
      line-height:0;
}


cite {
     background: #D2DAF4;
}

em {
     font-style: italic;
     font-weight: normal;
}



.brokerbutton {
  width: auto;
  overflow: visible;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: solid 1px #555;
  border-radius: 5px;
  padding: .5em 1em;
  display: inline-block;
  /* display and zoom IE7 fix for display:inline-block */
  *display: inline;
  *zoom: 1;
  color: #000;
  outline: 0;
  background-color: #AABAEF;
}

.brokerbutton:hover {
  background-color: #CADAFF;
}

.brokerbutton:active {
  position: relative;
  top: 1px;
  color: #1a1a1a;
  background-color: #CADAFF;
}


/* Navigation Bar
###################################### */

/* Navigationsleiste
------------------------- */

#nav {
       background: #777; //#C6C6C6;
       font-weight:bold;
       height:46px;
       //border: 1px solid #F1F1F1; //#90A1D6;
       padding: 0 0 0 10px;
}

#nav a{
        color:#fff;
        //min-width: 200px;
  padding: 10px 10px 0 10px;
}

#nav a:hover{
        text-decoration: none;
}

/* Navigations-Liste
------------------------- */


ul.navlist{
  //height:40px;
  list-style-type:none;
  margin:0;

}

.navlist li{
  //min-width:200px;
  //border: 1px solid #00f;
  float:left;
  margin: 0 0 0 5px;
  padding-left: 20px;
}

/* Navigations-Listenelement
------------------------- */

.navitem {
  font-size:18px;
  //line-height:20px;
  padding:0;
  margin:0 0 0 5px;
  height:36px;
  display:block;
  text-align:center;
  background-color: #000; //#7E8FDA;
}



.navitem:hover{
       background-color:#999;
}


#sidebar-2 a.navitem {
  color:#000;
}

#sidebar-2 a.navitem:hover {
  text-decoration:none;
}


/* Polls
###################################### */

.vote_title_class h2{
  padding-bottom: 10px;
}

.vote_button_class input{
  margin-top:5px;
}

#sidebar-2 .option_title_class{
  font-size: 12px;
}

#sidebar-2 h2{
  font-size:14px;
}



/* sonstiges
###################################### */

.lit-box-left {
  float:left;
  margin:0 10px 0 0;
}


.lit-box-right {
  float:left;
  width:500px;
  padding:0;
}

.asy_examplequestion_ask{
  background-color: #f88;
}