@charset "utf-8";

html, body, div, p, h1, h2, h3, ul, ol, 
span, a, table, td, form, img, li 
{
    margin: 0px;
    padding: 0px;
}

body 
{
    background-color: #EFEFEF;
    text-align: center;
}


#container
{
	text-align: left;
    margin: auto;
    margin-top: 20px;
    width: 750px;
    height: 770px;
    border-width:1px;
    border-style:solid;
    border-color: #C7C7C7;
    background-color: white;
}

#ambisSign
{
    width: 155px;
    height: 60px;
    margin-top: 12px;
    float: right;
    background-image: url(ambis.gif);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

#header
{
    background-image: url(header.gif);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-color: white;
    background-color: transparent;
    height: 100px;
    width: 750px;
}

#content
{
    float: right;
    width: 550px;
    height: 630px;
    margin-top: 10px;
    background-color: transparent;
    margin-bottom: 20px;
    border-left: 1px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 0px;
    border-style:solid;
    border-color: #C7C7C7;
    padding-left: 5px;
    padding-right: 5px;
    font-family:Verdana;
    font-size: 13px;
    color: #636363;
    overflow: auto;
}

#content a
{
    font-family:Verdana;
    font-size: 12px;
    color: black;
}

#content .small
{
    font-family:Verdana;
    font-size: 9px;
    color: black;
}



#content .indent
{
    margin-left: 50px;
}


#footer
{
    clear: both;
    width: 751px;
    height: 30px;
    background-color: transparent;
    margin-bottom: 20px;
    overflow: visible;
}

#preFooter
{
    float: left;
    background-color: #FE8A00;
    width: 8px;
    height: 28px;
    margin-left: -1px;
    border-left: 1px;
    border-right: 1px;
    border-top: 1px;
    border-bottom: 1px;
    border-style:solid;
    border-color: #C7C7C7;
}

#postFooter
{
    float: right;
    width: 735px;
    background-color: #293497;
    border-width:1px;
    border-style: solid;
    border-color: #C7C7C7;
    font-family:Verdana;
    font-size: 12px;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}

#postFooter a.impressum
{
    font-family:Verdana;
    font-size: 12px;
    color: white;
}

#postFooter a.impressum:hover
{
    background-color: #3643BE;
}


#navigation
{
    float: left;
    margin-top: 30px;
    width: 180px;
    height: 550px;
    background-color: transparent;
    
}

#navigation ul
{
    list-style: none;
    border-width:1px;
    border-bottom: 0px;
    border-style: dotted;
    border-color: #C7C7C7;
}

#navigation li
{
    background-color: #EFEFEF;
    border-width:1px;
    border-bottom: 1px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-style: dotted;
    border-color: black;
}

#navigation ul ul
{
    background-color: #D4D4D4;
    list-style: none;
    border-width: 0px;
}

#navigation li li
{
    background-color: #EFEFEF;
    border-width: 0px;
    margin-left: 20px;
}

#navigation li:hover
{
    background-color: white;
}

#navigation li a:hover
{
    padding-left: 20px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 0px;
    border-color: transparent;
    background-image: url(bogenSmall.gif);
    background-position: 2px 0px;
    background-repeat: no-repeat;
}

#navigation li li a:hover
{
    padding-left: 20px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 0px;
    border-color: transparent;
    background-image: url(bogenSmall.gif);
    background-position: 2px 0px;
    background-repeat: no-repeat;
}

#navigation li a
{
    padding-top: 3px;
    padding-bottom: 4px;
    padding-left: 10px;
    display: block;
    font-family:Verdana;
    font-size: 12px;
    color: black;

    border-left: 10px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 0px;
    border-style:solid;
    border-color: #293497;
}

#navigation li li a
{
    padding-top: 3px;
    padding-bottom: 4px;
    padding-left: 10px;
    display: block;
    font-family:Verdana;
    font-size: 11px;
    color: black;

    border-left: 10px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 0px;
    border-style:solid;
    border-color: #FE8A00;
}

#navigation #date
{
    font-family:Verdana;
    font-size: 9px;
    color: #636363;
    width: 100%;
    height: 40%;
    border: 0px;
}

#navigation #date a
{
    font-family:Verdana;
    font-size: 9px;
    color: #636363;
}

#navigation #date a:hover
{
	color: black;
}

#navigation li #logout
{
    background-color: #FE8A00;
}

#navigation li #logout a:hover
{
    background-image: none;
}

.disclaimer
{
	vertical-align: middle;
    font-family:Verdana;
    font-size: 9px;
}

.impressumTop
{
	width: 100%;
	border-width: 0px;
}

.impressumLeft
{
	width: 60%;
	vertical-align: top;
}

.impressum
{
    font-family:Verdana;
    font-size: 12px;
}

h2
{
    font-family:Verdana;
    font-size: 16px;
    color: gray;
}

hr
{
    margin-top: 5px;
    margin-bottom: 10px;
}

.textBox
{
    background-color: #EFEFEF;
    border-width: 0px;
    border-bottom: 1px;
    border-style:solid;
    border-color: #293497;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-top: 2px;
}

.textArea
{
    background-color: #EFEFEF;
    border-width: 1px;
    border-style:solid;
    border-color: #293497;
    margin-top: 3px;
    margin-bottom: 3px;
    overflow: hidden;
}

.textAreaAuto
{
    background-color: #EFEFEF;
    border-width: 1px;
    border-style:solid;
    border-color: #293497;
    margin-top: 3px;
    margin-bottom: 3px;
    overflow: auto;
}

.button
{
    color: black;
    background-color: #EFEFEF;
    border-width: 1px;
    border-style:solid;
    border-color: #293497;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-left: 0px;
}

#tarifbeschreibung
{
    font-family:Verdana;
    font-size: 10px;
    color: black;
}

#tarifbeschreibung td
{
    border-width: 1px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px;
    border-style:dotted;
    border-color: #C7C7C7;
}

#domains td
{
    border-width: 1px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px;
    border-style:dotted;
    border-color: #C7C7C7;
}

#footerTable
{
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    border-width: 0px;
}

#footerTable #left
{
	width: 50%;
	text-align: left;
}

#footerTable #right
{
	width: 50%;
	text-align: right;
    font-family:Verdana;
    font-size: 13px;
    color: white;
}

.foot
{
	width: 90%;
	text-align: left;
}

.foot .alignRight
{
	text-align: right;
    font-family:Verdana;
    font-size: 13px;
    color: #636363;
}

.loginForm 
{
	width: 100%;
}

.loginForm .descr
{
	width: 20%;
}

.loginForm .input
{
	width: 80%;
}

.action
{
	width: 100%;
	height: 50%;
	border-width: 0px;
}

.action .message
{
	text-align: center;
	vertical-align: bottom;
}

.action .confirm
{
	text-align: center;
	vertical-align: top;
}