body {
	font-family: Verdana,Arial,Helvetical;
	font-size: 12px;
	color:#666;
    background:#f8f9fc;
    text-align: center;
    line-height: 145%;
}

hr {
    width:305px;
    float:left;
}

#wrapper {
    width: 670px;
    margin: 50px auto;
    background: url(/img/bg/mainshadow.jpg) repeat-y center;
    text-align: center;
}

div.nlTop {
    display: block;
    clear: both;
    height: 20px;
    background: url(/img/misc/nltop.png) no-repeat;
}

div.nlBottom {
    display: block;
    clear: both;
    height: 20px;
    background: url(/img/misc/nlbottom.png) no-repeat;
}

div.innerWrapper {
    width: 620px;
    margin: 0px auto;
    text-align: left;
}

div.header {
    border-bottom: 15px solid #E8EBF5;
}

div.content {
    padding: 20px 0px;
}

div.content div.formRow {
    margin-bottom: 3px;
    float: left;
    width: 98%;
}

#myuser,
#mypass,
#myname,
#mycustnr,
#mycontact{
    border: 1px solid #ccc;
    padding: 2px;
    width: 146px;
}

div.content div.formRow label {
    float:left;
    width:160px;

}

div.content p {
    margin: 10px 0px;
}

span.small {
    color:#999;
    font-size:0.8em;
}


/* footer */
div#footer {
    clear: both;
    padding-top: 30px;
}

div#footer ul.footerMenuList li {
    float: left;
}

div#footer ul.footerMenuList li a {
    font-size: 85%;
    color: #ccc;
    margin-right: 15px;
}


/* mainmenu */
div.mainmenu {
    margin-right: 10px;
}

ul.mainMenuList li {
    line-height: 60px;
    height: 60px;
    background: url(/img/bg/menu-item-bg.jpg) no-repeat right bottom;
}

ul.mainMenuList li:hover {
    line-height: 60px;
    height: 60px;
    background: transparent;
}

ul.mainMenuList li a {
    display: block;
    padding-left: 60px;
    border: 1px solid #efefef;
    margin-bottom: 3px;
    font-weight: bold;
    color: #888;
}

ul.mainMenuList li a:hover {
    text-decoration: none;
    color: #444;
}

ul.mainMenuList li a.current {
    color: #444;
}

ul.mainMenuList a#indexPageLink {
    background: url(/img/bg/index-page-link-bg.jpg) no-repeat left top;
}

ul.mainMenuList a#indexPageLink:hover,
ul.mainMenuList a#indexPageLink.current {
    background: url(/img/bg/index-page-link-bg.jpg) no-repeat left bottom;
}

ul.mainMenuList a#kundenservicePageLink {
    background: url(/img/bg/kundenservice-page-link-bg.jpg) no-repeat left top
}

ul.mainMenuList a#kundenservicePageLink:hover,
ul.mainMenuList a#kundenservicePageLink.current {
    background: url(/img/bg/kundenservice-page-link-bg.jpg) no-repeat left bottom;
}

ul.mainMenuList a#statusPageLink {
    background: url(/img/bg/status-page-link-bg.jpg) no-repeat left top;
}

ul.mainMenuList a#statusPageLink:hover,
ul.mainMenuList a#statusPageLink.current {
    background: url(/img/bg/status-page-link-bg.jpg) no-repeat left bottom;
}


/* fonts */
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

h1 {
    font-size: 130%;
    color: #023398;
}

div.gridColumn.right h1 {
    margin-left: 10px;
    margin-bottom: 15px;
}

h2 {
    font-size: 110%;
    margin-bottom: 8px;
}

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

a:hover {
    text-decoration: underline;
}

a.double-arrow-left-side-right {
    background: url(/img/icons/arrow-double-right-blue.gif) no-repeat left center;
    padding-left: 10px;
}

p {
    margin-bottom: 4px;
}


/* grid */
div.g2 div.gridColumn {
    width: 50%;
    *width: 48%;
    float: left;
}

div.g2 div.gridColumn:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

div.gridContentItem {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

div.gridContentItem h2 {
    padding: 4px;
    background: #ededed url(/img/bg/grid-content-header-bg.jpg) repeat-x;
}

div.gridContentItem div.gridContentItemBottom {
    clear: both;
    padding: 4px 0px;
}

div.linkItem {
    margin-left: 10px;
}

div.linkItem p {
    font-size: 90%;
}

/* others */
img.renzelAgenturLogo,
img.vkfRenzelLogo {
    float: left;
    margin: 0px 5px 0px 0px;
}

ul.mailRuleList li {
    margin-bottom: 6px;
}