@charset "utf-8";

*
{ 
	margin: 0; 
	padding: 0; 
}

body
{
        background-color: rgb(8,55,124);
        text-align: center;
        background-image: url(images/bg.gif);
        background-repeat: repeat-x;
        background-position: 0px 10px;
}

td, p, body
{
        color: rgb(96,93,92);
	font-family: Verdana, Helvetica, sans-serif;
        font-size: 10pt;
        line-height: 1.5;
	empty-cells: show;
}

table
{
	border-spacing: 0px;
}

td
{
	padding: 2px;
}

tr.over:hover td
{
        background-color: rgb(245,245,255);
}


hr
{
	border: none;
	height: 1px;
	color: rgb(96,93,92);
	border-bottom: 1px solid rgb(96,93,92);
}

td 
{ 
	vertical-align: top; 
}


h1
{
	color: rgb(8,55,124);
	font-size: 13pt;
	font-weight: bold;
}

h2
{
        color: rgb(8,55,124);
        font-size: 11pt;
        font-weight: bold;
}

h3, h4, h5
{
        color: rgb(8,55,124);
        font-size: 10pt;
        font-weight: bold;
}


p
{
	padding-top: 3px;
	padding-bottom: 10px;
}

input, textarea, select
{
	padding: 2px 5px 2px 5px;
	color: rgb(50,78,137);
        font-family: Verdana, Helvetica, sans-serif;
        font-size: 10pt;
        line-height: 1.5;
	background-color:rgb(198,207,228);
	border: 0px;
	width: 400px;
}

input:focus, select:focus, textarea:focus
{
	background-color:rgb(151,170,206);
	
}

input.senden
{
	cursor: pointer;
	text-align: left;
	width: 110px;
	height: 2em;
	background-color: white;
        padding: 4px;
	padding-left: 30px;
        background-image: url(images/arrow-right.gif);
        background-repeat: no-repeat;
        background-position: 4px 5px;
}

input.senden:hover
{
        color: white;
        background-color: rgb(8,55,124);
}

.mehr
{
	cursor: pointer;
	text-align: left;
	height: 2em;
	padding: 4px;
	padding-left: 30px;
        background-image: url(images/clipboard.gif);
        background-repeat: no-repeat;
        background-position: 4px 4px;
}

a:hover.mehr
{
        color: white;
	background-color: rgb(8,55,124);
}


.back
{
        cursor: pointer;
        text-align: left;
        width: 100px;
        height: 2em;
        background-color: white;
        padding: 4px;
        padding-left: 30px;
        background-image: url(images/arrow-left.gif);
        background-repeat: no-repeat;
        background-position: 4px 5px;
}

.back:hover
{
        color: white;
        background-color: rgb(8,55,124);
}

.forward
{
	color: rgb(50,78,137);
        cursor: pointer;
        text-align: left;
        width: 100px;
        height: 2em;
        background-color: white;
        padding: 4px;
        padding-left: 30px;
        background-image: url(images/arrow-right.gif);
        background-repeat: no-repeat;
        background-position: 4px 5px;
}

.forward:hover
{
        color: white;
        background-color: rgb(8,55,124);
}

input.radio
{
	width: 20px;
	background-color: white;
}

input.checkbox
{
        width: 30px;
	background-color: white;
}

input.email
{
	width: 150px;
	text-align: right;
}

select.short
{
	width: 70px;
}

img
{
	border: none;
}

.img_left
{
	float: left;
	padding-top: 10px;
	padding-right: 10px;
}

#container
{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 950px;
}

#head
{
	padding-left: 0px;
	background-color: rgb(151,170,206);
	height: 120px;
}

#spruch
{
	height: 120px;
	border-right: 10px solid  rgb(151,170,206);
	background-color: white;
        background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 630px;
        font-weight: bold;
        padding-top: 30px;
        padding-right: 30px;
}

#logo
{
	float: right;
	margin-top: 49px;
	margin-right: 0px;
	width: 184px;
	height: 46px;
        background-image: url(images/logo.gif);
        background-repeat: no-repeat;
        background-position: 0px 0px;
}

#nav
{
	float: left;
}

#nav a
{
	background-color: rgb(151,170,206);
	border-right: 1px solid rgb(0,94,156);
	padding: 70px 10px 5px 10px;
	color: #FFFFFF;
        font-weight: bold;
	display:block;
	float:left;
}

#nav a.last
{
	border: none;
}

#nav a:link, #nav a:active, #nav a:visited
{
        Color: #FFFFFF;
        Text-Decoration: none;
}

#nav a:hover
{
        color:rgb(110,207,246);
        text-decoration:none;
	background-color: rgb(8,55,124);
	border-top: none;
        background-image: url(images/punkte.gif);
        background-repeat: no-repeat;
        background-position: 10px 10px;
}

#nav a.aktuell
{
        color:rgb(110,207,246);
        background-color: rgb(8,55,124);
        border-top: none;
}

#subnav
{
	width: 170px;
	float: left;
}

#subnav li
{
	display: inline;
}

#subnav li, #subnav ul
{
	list-style-type: none;
}

#subnav li a
{
	border-bottom: 1px solid rgb(0,94,156);
	width: 130px;
        background-color: rgb(151,170,206);
        padding: 5px 10px 5px 10px;
        color: #FFFFFF;
        font-weight: bold;
        display:block;
        float:left;
        padding-left:30px;
}

#subnav li a.last
{
	border: none;
}

#subnav li a:link, #subnav li a:active, #subnav li a:visited
{
        Color: #FFFFFF;
        Text-Decoration: none;
}

#subnav li a:hover
{
        color: rgb(8,55,124);
        text-decoration:none;
        background-color: rgb(255,255,255);
        border-top: none;
        background-image: url(images/punkte.gif);
        background-repeat: no-repeat;
        background-position: 10px 10px;
}

#subnav li a.aktuell, #subnav li a.aktuell:link, #subnav li a.aktuell:active, #subnav li a.aktuell:visited

{
        color: rgb(8,55,124);
        background-color: rgb(255,255,255);
}



#main
{
	padding: 10px;
	background-color: rgb(151,170,206);
}

#content
{
	float: left;
	padding: 10px;
	width: 740px;
	background-color: white;
}

#content ul
{
        padding-left: 1.5em;
}

#content li
{
        list-style-image: url(images/list.gif);
}

.pdf
{
	padding-left: 22px;
        background-image: url(images/pdf.png);
        background-repeat: no-repeat;
        background-position: 0px 0px;
}


#foot
{
	float: left;
	width: 500px;
	background-color: rgb(8,55,124);
	padding-top: 3px;
	color:#aaa;
	font-size: 8pt;
}

#facebook
{
	padding-top: 5px;
	float: right;
}

a
{
	color: rgb(8,55,124);
	Text-Decoration: none;
}

a:link, a:active, a:visited
{
	color: rgb(8,55,124);
        Text-Decoration: none;
}

a:hover
{
	color: rgb(170,169,169);
        text-decoration:none;
}


.box
{
	color: black;
        height: 123px;
        background-color: rgb(211,219,235);
}

.box p
{
	color: black;
        padding-top: 7px;
        padding-bottom: 3px;
}

.box a
{
        color: black;
        padding: 4px;
        padding-left: 30px;
        background-image: url(images/clipboard.gif);
        background-repeat: no-repeat;
        background-position: 4px 4px;
}

.box a:hover
{
	color: white;
	background-color: rgb(8,55,124);
}

.small, .medium, .large, .empty
{
        padding: 0px;
        margin: 0px;
        padding-left: 77px;
        margin-top: 10px;
        background-repeat: no-repeat;
        background-position: 0px 0px;
}

.small
{
        background-image: url(images/small.gif);
}

.medium
{
        background-image: url(images/medium.gif);
}

.large
{
        background-image: url(images/large.gif);
}

.empty
{
	background-image: url(images/empty.gif);
}

.location
{
        float: left;
        padding-left: 5px;
        margin: 3px 3px 20px 3px;
        height: 16px;
        width: 11px;
        background-color: gray;
        color: white;
        font-size: 7pt;
}

.location.ok
{
        background-color: green;
}

.location.active
{
        background-color: rgb(8,55,124);
}

.news
{
	color: black;
	background-color: rgb(211,219,235);
	border-left: 10px solid rgb(8,55,124);
	padding: 10px;
	margin-top:10px;
}

.news p
{
	color: black;
}

.news .title
{
	float: left;
        color: rgb(8,55,124);
        font-size: 11pt;
        font-weight: bold;
}

.news .date
{
	padding-top: 6px;
        float: right;
        text-align: right;
	vertical-align: bottom;
        font-size: 8pt;
}

.news .content
{
	border-top: 1px solid rgb(151,170,206);
	clear: both;
	padding-top: 6px;
}

.faq_titel
{
	color: black;
        font-size: 11pt;
        font-weight: bold;
        background-color: rgb(211,219,235);
        border-left: 10px solid rgb(8,55,124);
        padding: 2px;
	padding-left: 10px;
        margin-top: 10px;
	margin-bottom: 4px;
}

.faq_frage
{
	color: black;
	font-weight: bold;
	display: block;
        background-color: rgb(211,219,235);
        border-left: 10px solid rgb(8,55,124);
        padding: 2px;
	padding-left: 30px;
        background-image: url(images/expand.gif);
        background-repeat: no-repeat;
        background-position: 10px 6px;
	margin-top: 1px;
}

a.faq_frage
{
        color: black;
}

.open
{
	background-image: url(images/collapse.gif);
}

.faq_antwort
{
	color: black;
        background-color: rgb(211,219,235);
        border-left: 10px solid rgb(8,55,124);
        padding: 2px;
        padding-left: 30px;
	padding-bottom: 10px;
}

.faq_antwort p
{
        color: black;
}

.klein
{
        font-size: 8pt;
        color: rgb(8,55,124);
        font-weight: normal;
}

.klein a, .klein a:link .klein a:active, .klein a:visited
{
        color: rgb(8,55,124);
}

.klein a:hover
{
        color: rgb(8,55,124);
}

a.cart
{
	padding: 4px;
        padding-left: 30px;
        background-image: url(images/cart.gif);
        background-repeat: no-repeat;
        background-position: 4px 4px;
}

a:hover.cart
{
	color: white;
	background-color: rgb(8,55,124);
}

.fehler
{
        background-image: url(/images/caution.gif);
        background-position: 5px 5px;
        background-repeat: no-repeat;
        background-color: #f08080;
        display: block;
        border: 1px dotted red;
        color: black;
        margin: 20px 0px 10px 0px;
        padding: 3px 3px 3px 30px;
}

.info
{
        background-image: url(/images/info.gif);
        background-position: 5px 5px;
        background-repeat: no-repeat;
	background-color: #90ee90;
        display: block;
        border: 1px dotted green;
        color: black;
        margin: 20px 0px 10px 0px;
        padding: 3px 3px 3px 30px;
}

.info p
{
	color: black;
}

.info_orange
{
        background-image: url(/images/info.gif);
        background-position: 5px 5px;
        background-repeat: no-repeat;
	background-color: #FBB917;
	background-color: #FDD017;
        display: block;
        border: 1px dotted red;
        color: black;
        margin: 20px 0px 10px 0px;
        padding: 3px 3px 3px 30px;
}

.wartung_ok
{
        background-image: url(/images/tick.png);
        background-position: 5px 5px;
        background-repeat: no-repeat;
        background-color: #90ee90;
        display: block;
        border: 1px dotted green;
        color: black;
        margin: 20px 0px 10px 0px;
        padding: 3px 3px 3px 30px;
}

.wartung
{
        background-image: url(/images/cross.png);
        background-position: 5px 5px;
        background-repeat: no-repeat;
        background-color: #FBB917;
        background-color: #FDD017;
        display: block;
        border: 1px dotted red;
        color: black;
        margin: 20px 0px 10px 0px;
        padding: 3px 3px 3px 30px;
}

#page
{
        padding: 1px 3px 1px 3px;
        margin-top: 15px;
        border-top: 1px solid white;
}

.ext
{
	font-weight: bold;
	color: #FF8C00;
}

.price
{
	text-align: right;
	padding-right: 20px;
}

.whois_result
{
	margin: 15px 0px 15px 0px;
	padding: 6px;
	font-family: Courier, "Courier New", monospace;
	border: 1px solid gray;
	display: none;
}

.whois_result p
{
	line-height: normal;
}

.frei
{
	font-weight: bold;
	color: green;
}

.belegt
{
	font-weight: bold;
	color: red;
	padding-right: 25px;
}

#status
{
        padding: 10px;
        width: 690px;
        background-color: white;
}

.server
{
	float: left;
	width: 200px;
	margin-top: 15px;
	margin-right: 15px;
	padding: 5px;
	border: 1px solid rgb(96,93,92);
}

.server h2
{
	margin-bottom: 10px;
}
