


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Body */

body {
	color:#333333;
	font-size:11px;
	line-height:14px;
	margin:0;
	padding:0;
	font-family:Arial,Helvetica,sans-serif;
	background-color:#E1E1E3;
	background-image:url(../../images/scb/background.jpg);
	background-repeat:repeat-x;
}

a {
  text-decoration:underline;
  color:#274396;
}

a:hover {
  text-decoration:underline;
}

a img { border:0px none; }

a.link_question {
  padding-left:20px;
  padding-bottom:6px;
  padding-top:1px;
  background-image:url(../../images/scb/icon_frage.gif);
  background-repeat:no-repeat;
}

a.button_grau, a.button_blau {
  padding:6px 0px;
  width:120px;
  text-align:center;
  font-size:12px;
  font-weight:bold;
  text-decoration:none;
  margin:0px;
  display:block;
  float:right;
  * margin-right:10px;
}

a.button_grau {
  background-image:url(../../images/scb/back_button_grau.gif);
  background-repeat:repeat-x;
  color:#9A9A9B;
}

a.button_blau {
  background-image:url(../../images/scb/back_button.gif);
  background-repeat:repeat-x;
  color:#fff;
}

h1, h2, h3, h4, h5 {
  margin:0px;
  padding:0px;
}

h1 {
  font-size:18px;
  line-height:18px;
  font-weight:bold;
}
h2 {
  font-size:16px;
  line-height:16px;
  font-weight:bold;
}
h3 {
  font-size:14px;
  line-height:14px;
  font-weight:bold;
}
h4 {
  font-size:12px;
  line-height:12px;
  font-weight:bold;
}
h5 {
  font-size:11px;
  line-height:11px;
  font-weight:bold;
}

html>body a.button_grau, html>body a.button_blau {
  margin-right:20px;
}

.clearer { clear:both; height:1px; overflow:hidden; }

#page_margins
{
  width:980px;
  margin-left:auto;
  margin-right:auto;
  background-color:#fff;
}



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Header */

#header {
  height:124px;
  background-color:#fff;
}

#header #logo_top {
  width:100%;
  text-align:center;
  margin-top:16px;
}



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Content */

#container {
  position:relative;
  width:100%;
  margin-top:10px;
}

#container #mainnav {
  float:left;
  width:170px;
}

#container #content {
  float:right;
  width:790px;
}



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Top-Navigation */

#container #content #head_navigation {
  background-color:#F1F1F1;
  height:28px;
  padding-left:10px;
}

#container #content #head_navigation ul {
  margin:0px;
  padding:0px;
  list-style-type:none;
}

#container #content #head_navigation ul li {
  margin:0px;
  padding:0px;
  float:left;
  padding:5px 0px 5px 0px;
}

#container #content #head_navigation ul li a {
  color:#8B8B8B;
  font-weight:bold;
  font-size:11px;
  display:block;
  padding-right:10px;
  margin-left:11px;
  border-right:1px solid #525254;
  text-decoration:none;
}

#container #content #head_navigation ul li a:hover {
  color:#525254;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Ad */

#ad {
  margin-bottom:30px;
  margin-top:25px;
}



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Footer */

#footer {
  margin-top:20px;
}

#footer .language_select {
  float:left; 
  width:170px;
}

#footer .language_select a {
  margin:5px;
}

#footer .footer_nav {
  float:right;
  width:790px;
  height:28px;
  background-color:#F1F1F1;    
}

#footer .footer_nav ul {
  margin:0px;
  padding:0px;
  list-style-type:none;
}

#footer .footer_nav ul li {
  margin:0px;
  padding:0px;
  float:left;
  padding:5px 5px;
}

#footer .footer_nav ul li a, #footer .footer_nav ul li a:hover {
  color:#525254;
  font-weight:normal;
  font-size:11px;
  display:block;
  margin-right:20px;
}


#copyright {
  margin-left:190px;
  padding:15px 0px 20px 0px;
  text-align:center;
}
