body {
    font-family: Verdana;
    font-size: 12px;
    background: #CCCCCC;

}

a {
    text-decoration: none;
	color:#18507C;
}

a:hover {
	color:#124f9f;
}

img {
    border: 0px;
}

h1 {
	font-family: Verdana;
	font-weight:normal;
	font-size:24px;
	margin:0px;
	padding:5px 0px 10px 20px;
	border-bottom:solid 1px #FAC409;
	border-left:solid 15px #FAC409;
	line-height:30px;
}

h2 {
	font-size:17px;
	font-family: Verdana;
	font-weight:normal;
}

h3 {
	font-size:14px;
	font-family: Verdana;
	font-weight:normal;
}

div.wrapper {
    margin: 0px auto;
    width: 978px;
    border: 1px solid #000000;
}

div.main-head {
    position: relative;
    width: 978px;
    height: 90px;
    background: #114F9D;
    border-bottom: 5px solid #DEDEDE;
}

div.main-head .head-logo {
    position: absolute;
    width: 648px;
    height: 94px;
    top: 0px;
    left: 0px;
    background: url(/images/head-logo.jpg) no-repeat;
}

div.main-head .head-searchtext {
    position: absolute;
    width: 69px;
    height: 22px;
    top: 15px;
    left: 729px;
    background: url(/images/headtext-bg.jpg) no-repeat;
}

.head-searchform form input.head-searchinput {
    position: absolute;
    left: 729px;
    top: 39px;
    width: 198px;
    height: 23px;
    background: url(/images/input-bg.jpg) repeat-x;
    border: 1px solid #0D4284;
}

.head-searchform .head-searchbutton {
    position: absolute;
    left: 929px;
    top: 39px;
    width: 36px;
    height: 26px;
    background: url(/images/button-bg.jpg) no-repeat;
    border: 0px;
    cursor: pointer;
}

div.main-content {
    width: 928px;
    padding: 25px 25px 25px 25px;
    float: left;
    background: #ffffff;
}

div.main-content .menusor {
    width: 240px;
    float: left;
}

div.menusor .menusortop {
    width: 230px;
    height: 20px;
    background: #114F9D;
    color: #ffffff;
    font-weight: bold;
    padding: 5px 0px 0px 10px;
}

div.menusor a {
    display: block;
    width: 230px;
    height: 19px;
    border-bottom: 1px solid #B2B2B2;
    margin-bottom: 1px;
    background: #E3E3E3;
    color: #020202;
    padding: 5px 0px 0px 10px;
}

div.menusor a.active {
    display: block;
    width: 230px;
    height: 19px;
    border-bottom: 1px solid #B2B2B2;
    margin-bottom: 1px;
    background: #FAC409;
    color: #020202;
    padding: 5px 0px 0px 10px;
}

div.menusor a:hover {
    display: block;
    width: 230px;
    height: 19px;
    border-bottom: 1px solid #B2B2B2;
    margin-bottom: 1px;
    background: #FAC409;
    color: #020202;
    padding: 5px 0px 0px 10px;
}

div.main-content .content {
    width: 668px;
    float: left;
    padding: 0px 0px 0px 20px;
	line-height:1.4em;
}

div.clearer {
    clear: both;
}

div.main-footer {
	position:relative;
    width: 978px;
    height: 40px;
    border-top: 5px solid #DEDEDE;
    background: #114F9D;
	font-size:11px;
}

div.main-footer .footerlogo {
    position:absolute;
	background: url(/images/footer-logo.jpg) no-repeat;
    width: 149px;
    height: 40px;
    
}

div.main-footer .footertext-telefon {
	position:absolute;
    left:155px;
	top:7px;
    color: #ffffff;
}

div.main-footer .footer-address {
	position:absolute;
    left:350px;
	top:7px;
    color: #ffffff;
}

div.main-footer .footer-ww {
    position:absolute;
    left:750px;
	top:8px;
	color:#ffffff;
}

div.footer-ww a {
	color:#FF9966;
}

div.result-pagetitle {
	padding:10px 0px 10px 0px;
	border-bottom:solid 1px #cccccc;
}

div.result-pagecontent {
	padding:10px;
	background:#f9f9f9;
}

/*CONTACT---------------------------------------------------*/
p#tip {
    text-align: left;
    font-size: 12px;
    margin-top: 5px;
    color: #4d4d4d;
    padding-bottom: 0px;
}

p#contact_paragraph {
    color: #636363;
    font-size: 15px;
}

form#contact_us {
    margin: 10px 0px 0px;
    float: left;
	width:432px;
	padding:5px;
}

p.label_name, p.input_form {
    float: left;
	margin-bottom:5px;
	margin-top:0px;
}

p.label_name {
    width: 80px;
    clear: both;
    color: #000000;
    font-size: 14px;
    line-height: 24px;
	margin:0px;
	
}

#contact_us input, #contact_us textarea {
    width: 412px;
    background: #ffffff;
    border: 1px solid #cccccc;
    font-size: 13px;
    padding: 4px;
    /*margin-bottom: 15px;*/
    color: #464646;
	font-family:Arial;
	overflow:hidden;
}

#contact_us input:focus, #contact_us textarea:focus {
    background: #ffffff;
    border: 1px solid #c4c4c4;
}

#contact_us input.button {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 14px;
    background: url('../images/send.gif') no-repeat;
    padding: 5px 10px;
    display: inline-block;
    width: 103px;
    border: 0px;
    cursor: pointer;
    height: 36px;
    padding: 8px 10px 28px;
}

div#feedback {
    margin-top: 5px;
}

#contact_us input.button:focus {
    border: 0px;
}

p.error {
    display: none;
    padding: 5px 0px;
    color: #000000;
    background: #FFCCCC;
    text-align: center;
	width:444px;
}

p.error ul#ul-error {
	margin:0px;
}

p#submit {
    text-align: right;
    float: left;
	margin:0px;
}

p#submit input {
    background: none;
}

p#submit .submit_button {
    background: #11509f;
    width: 70px;
    color: #ffffff;
    padding: 3px 4px 5px;
    margin-bottom: 0px;
    border: 0px;
	font-weight:bold;
	cursor:pointer;
	cursor:pointer;
}

p#submit .submit_button:hover {
    background: #282b2d;
}

p#success {
    display: none;
    padding: 5px 0px;
    color: #000000;
    background: #CCFFCC;
    text-align: center;
	width:444px;
}


