@charset "utf-8";

/* reset-fonts */ html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

h1 { font-size:110%; font-weight: bold; margin-bottom: 22px; }

p {
  margin-bottom: 1em;
}

a {
  color: #000;
  font-weight: normal;
	text-decoration: none;
}

.content1c a, .content2c a { color: #000; text-decoration: underline; }
.content1c a:hover, .content2c a:hover { color: #ff0000; text-decoration: underline; }


a:hover {
	text-decoration: underline;
}

strong { font-weight:bold; }

.error { color:#CC0000; font-weight: bold; }
.ok { color:green; font-weight: bold; }
.javascript { display: none; }
.hide { display: none; }
.show { display: block;}

td {padding: 0 10px 5px 0;}

/* --------------------
		Main Styles
-------------------- */

html, body {
	margin: 0 auto;
	background-color: #fff;
}

.main-wrapper {
  font-size: 92%;
	border: 23px solid #96b6d8;
	border-bottom: 0;
  background: #fff url(../images/addon-plus.png) no-repeat left bottom;
  height: 555px;
  width: 754px;
  margin: 25px auto 0;
}

.logo {
	background-image: url(../images/logo.png);
	float: left;
	width: 254px;
	height: 46px;
	margin: 20px 0 0 20px;
}

.navigation {
	float: right;
	width: 330px;
	height: 115px;
	margin: 55px 42px 0 0;
	text-align: left;
}
.navigation img {
  vertical-align: middle;
  padding-right: 6px;
}
.navigation ul.l1 {
  float: left;
  margin-bottom: 6px;
}
.navigation li.l1 {
  float: left;
  width: 110px;
  text-align: right;
}
.navigation li.first {
  text-align: left;
}

.navigation .l2 div {
  clear: both;
  text-align: justify;
  line-height: 140%;
}
.navigation .l2 div#ihrplus {
  text-align: right;
}
.navigation .l2 div#kontakt {
  text-align: right;
}
.navigation .l2 a {
  color: #ff0000;
}

.navigation .selected {
  font-weight: bold;
}

.content1c {
	clear: both;
	width: 646px;
	margin: 0 0 0 62px;
}

.content2c {
	float: right;
	width: 330px;
	margin: 0 42px 0 0px;
}

.visual {
  clear: both;
	float: left;
	width: 227px;
	padding-left: 62px;
}

.footer {
	background-color: #96b6d8;
  width: 800px;
  height: 20px;
  margin: 0 auto;
  font-size: 77%;
  text-align: center;
  padding-top: 5px;
  color: #fff;
}
.footer a {
  color: #fff;
}

/*********************************************************************/
/* Formulare                                                                                      */
/*********************************************************************/
fieldset legend {
	display:block;
	padding:5px 0pt 15px 0px;
	margin: 0;
	color: #1A171B;
}
fieldset  {
	margin: 0 0 10px;
	padding: 0;
}
fieldset div {
	float:left;
	padding:0pt 0pt 5px 0px;
	width:270px;
}
fieldset label {
	display:inline;
	float:left;
	line-height:1.5em;
	width:90px;
}
input.standard, textarea.standard {
	float:left;
	padding:0pt 2px;
}
fieldset input.standard, fieldset textarea.standard { width:150px; color: #1A171B;}
fieldset textarea.large { width:420px; }
textarea.standard { height:85px; }
fieldset input.medium { width:100px; }
fieldset input.small { width:43px; }
fieldset input.numb { padding-right:2px; text-align:right; }

/* Fixes */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}