﻿/* -------------- */
/* AMS Stylesheet */
/* -------------- */


* { 
margin:0; 
padding:0;
}

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 15px;
height: 100%;
margin: 0; 
padding: 0; 
text-align: left; 
background-color: #ffffff;
color: #333333;
}

a {
color: #006699;
text-decoration: none;
}

a:hover {
color: #c1d3dc;
text-decoration: none;
}

/* ---------------- */
/* HAUPT NAVIGATION */
/* ---------------- */

#navcontainer {
width: 100%;
height: 55px;
padding-left: 120px;
background-color: #718ea7;
background: url(images/headbg.gif);
background-repeat: repeat-x;
font-size: 13px;
}

td.navigation {
padding-top: 30px;
padding-left: 10px;
padding-right: 10px;
}

td.navactive {
padding-top: 30px;
padding-left: 10px;
padding-right: 10px;
background: url(images/navbg.gif);
background-repeat: repeat-x;
}

a.navi {
color: #ffffff;
text-decoration: none;
}

a.navi:hover {
color: #c1d3dc;
text-decoration: none;
}




/* ---------------- */
/* LOGO UND ADRESSE */
/* ---------------- */

#leadcontainer {
width: 100%;
height: 105px;
padding-left: 120px;
padding-top: 10px;
background-color: #ffffff;
background: url(images/leadbg.gif);
background-repeat: repeat-x;
}

td.logo {
width: 200px;
height: 107px;
background: url(images/amslogo.gif);
}

td.adresse {
text-align: right;
vertical-align: bottom;
width: 560px;
height: 107px;
color: #006699;
}




/* ----------- */
/* SEITEN BILD */
/* ----------- */

#bildcontainer {
width: 100%;
padding-left: 120px;
padding-top: 10px;
}




/* ---------------- */
/* UNTER NAVIGATION */
/* ---------------- */

#nav2container {
position: absolute;
width: 160px;
padding-left: 120px;
padding-top: 30px;
z-index: 2;
}

p.unternavi {
height: 20px;
color: #c1d3dc;
padding-top: 5px;
border-bottom: 1px;
border-bottom-style: solid;
border-color: #006699;
background-color: #ffffff;
}

a.unternavi {
color: #006699;
text-decoration: none;
}

a.unternavi:hover {
color: #c1d3dc;
text-decoration: none;
}

a.unternaviact {
color: #c1d3dc;
text-decoration: none;
}

span.alarm {
color: #eb6e08;
}

/* ------- */
/* CONTENT */
/* ------- */

#contentcontainer {
padding-top: 35px;
padding-left: 320px;
width: 560px;
min-height: 300px;
height: auto;
background-color: #ffffff;
}

* html #contentcontainer { height:300px; } /* nur für IE 5.5 - 6.x */

.titel {
font-weight: normal;
vertical-align: top;
font-size: 24px;
color: #006699;
padding-bottom: 10px;
}

.untertitel {
font-weight: bold;
}

.grundtext {
font-size: 12px;
line-height: 15px;
color: #333333;
}


/* ------ */
/* FOOTER */
/* ------ */

#footercontainer {
margin-top: 40px;
margin-left: 120px;
width: 760px;
border-bottom: 1px;
border-bottom-style: solid;
border-color: #728ea6;
text-align: right;
}

p.copyright {
float: right;
width: 195px;
color: #006699;
}

p.fussnavi {
text-align: left;
width: 560px; 
color: #006699;
}

#sccontainer {
margin-top: 0px;
margin-left: 120px;
width: 760px;
text-align: right;
}
/* ----- */
/* FORMS */
/* ----- */

input.senden {
font-weight: bold;
cursor: pointer;
background-color: #728ea6; 
border: 2px solid #ccc; 
color: #ffffff;}

input { 
border: 1px solid #006699;
}

