@import url("reset.css");

body {
	background: #fff;
	color: #000;
	font-family:arial,helvetica,sans;
	text-align:center;
}

a, a:visited {
	text-decoration:none;
	color:#f29400;
}
a:hover, a:focus, a:active {
	color:#888;
}
p a, p a:visited, p a:hover, p a:active, p a:focus {
	text-decoration:underline;
}

/*** Layout Elements ***/
#main {
	margin:0 auto 50px;
	font-size:10pt;
	background:#fff;
	text-align:left;
}
#top-logo {
	
}
#top-logo img {

}
#header-cmplx {
	clear:both;
}
#header-smpl {
	clear:both;
	margin:0px 0 30px;
	padding:15px 0 0 0;
}

.header-img {
	/*margin:0 0 20px;*/
	width:100%;
	height:100%;
}

#kruemelleiste {
  padding: 10px 0 30px;
  color: #000;
}

#kruemelleiste a {
  color: #000;
}

#container {
	display:block;
	clear:both;
	padding:0 0px;
}
#content {
	margin:0 0 0px 0px;
}

#content div.csc-default {
  margin: 0 0 20px 0;
}

#content ul {
	list-style-type: circle;
	list-style-position: inside;
}
#content ul li {
	line-height: 1.3em;
	margin-left: 15px;
	text-indent: -12px;
}

#footer {
	clear:both;
	text-align:center;
	height:32px;
	line-height:32px;
}
#footer a {
	color:#fff;
	border-right:1px solid #fff;
	padding:0 10px;
	font-weight:bold;
}
#footer ul li a:hover, #footer ul li a:focus, #footer ul li a:active, #footer ul li a.aktiv{
	color:#000;
}

/*** Sidebar Stuff ***/
#sidebar {
  clear:both;
	margin:10px 0 0px;
	padding:10px 0 0px;
	display:none;
	border-top:1px solid #999;
}
.sidebar-element {
	width:45%;
	background:#FFEED0;
	margin:0 20px 20px 0;
	/*clear:both;*/
	float:left;
}



/*** Navigation Elements ***/
.horizontal-menu li{
	display:inline;
}
#navigation {
  clear:both;
	margin-top:0px;
	text-align:left;
	margin-left:-15px;
}
#navigation ul {
	display:inline;
}
#navigation ul li {
	font-size:.7em;
	font-weight:bold;
	text-transform:uppercase;
	/*letter-spacing:-1px;*/
}
#navigation ul li a {
	color:#333;
	padding:5px 15px;
	display:block;
	float:left;
	border-right:1px solid #ddd;
}
#navigation ul li a:hover, #navigation ul li a:focus, #navigation ul li a:active, #navigation ul li a.aktiv{
	color:#f29400;
}
#navigation li.last, #navigation li.last  a , #footer li.last, #footer li.last a{
	padding-right:0;
	border:0;
}

#sub-navigation {
	background:#f2f2f2;
	text-transform:uppercase;
	padding:0px 0px;
	height:40px;
	line-height:40px;
	margin-top:-1px;
}
#sub-navigation ul {
	display:inline;
	width:80%;
	float:left;
}
#sub-navigation ul li a {
	color:#666;
	font-size:.9em;
	font-weight:bold;
	margin-right:15px;
	letter-spacing:1px;
}
#sub-navigation ul li a:hover, #sub-navigation ul li a:focus, #sub-navigation ul li a:active, #sub-navigation ul li a.aktiv{
	color:#f29400;
}

/*** Resizer for font-sizes ***/
#resizer {
	display:inline;
	float:right;
}


/*** Promos ***/
#promo  {
	margin:2em 0;
}

/*** Block Elements ***/
p {
	margin:0 0 .7em;
	line-height:1.3em;
}
ul, ol {
  margin:0 0 .7em; 
}
sub {
  color:#888;
  font-size:.8em;
}
small {
	font-size:.7em;
}
big {
	font-size:1.3em;
}
.align-center {
	text-align:center;
}
.align-right {
	text-align:right;
	min-height:15px;
}
.float-right {
	float:right;
}
.clear {
	clear:both;
}

/*** Input etc. ***/
.fake-button, #mailform input#mailformformtype_mail {
	background:transparent url('../images/fake_button.png') no-repeat;
	color:#222;
	font-weight:bold;
	height:30px;
	width:104px;
	display:block;
	text-align:center;
	line-height:28px;
	text-decoration:none !important;
	font-family:arial,helvetica,sans;
	font-size:12px;
	border:0;
}
.fake-button:visited, #mailform input#mailformformtype_mail:visited {
  color:#222;
}

input[type=submit] {
	cursor:pointer;
}


/*** Search Box ***/
#search-box {
	text-align:right;
	padding:0px 0px;
	margin-bottom:-15px;
}
#search-box form {
	margin:0;
	padding:0;
	clear:both;
}
#search-box form input {
	background:#fff url('../images/magnifier.png') no-repeat left center;
	border:1px solid #ddd;
	font-size:1em;
	padding:1px 3px 1px 20px;
	color:#888;
}
#search-box form input:hover, #search-box form input:focus , #search-box form input:active   {
	border:1px solid #aaa;
	color:#222;
}
#search-box form input.search-go {
	background:#fff;
	padding:0;
	border:0;
	color:#f29400;
	font-size:.9em;
	font-weight:bold;
}


/*** Headings ***/
h1 {
	font-size: 125%;
	color: #006AB3;
	margin: 0 0 20px 0;
	font-weight: bold;
}
h1.global-title {
	display:none;
}
h2 {
	color: #006AB3;
	font-size: 125%;
	font-weight: normal;
	margin: 0 0 1em;
}
#sidebar h2 {
	color:#222;
}
h3 {
	font-size:100%;
	font-weight:bold;
	margin:0 0 .7em;
}


/*** Mailform ***/
#mailform {
}
#mailform .csc-mailform-field {
  clear:both;
  margin:0 0 5px;
}
#mailform label {
  display:block;
  width:100px;
  float:left;
  padding:4px 0 0;
}
#mailform label[for=mailformrecall] {
  width:175px;
  margin-left:100px;
}
#mailform input, #mailform textarea {
  border:1px solid #ddd;
  font-size:14px;
  padding:2px 2px;
  background:#fff;
}
#mailform input:hover, #mailform input:active, #mailform input:focus,
#mailform textarea:hover, #mailform textarea:active, #mailform textarea:focus {
  border:1px solid #888;
}
#mailform input:active, #mailform input:focus,
#mailform textarea:active, #mailform textarea:focus {
  background:#f2f2f2;
}
input#mailformformtype_mail {
  margin-left:100px;
}




