/***
 * Main CSS Layout file
 ***/

/** General settings **/
html, body {
    padding: 0;
    margin: 0;
    font-size: 0.8em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-image: url(../grafik/background.png);
	background-repeat: repeat-x;
	}

/* scale 1px = 0.0977 em, 1em = 10.23px */

#Display {
	width: 60.50em;
    margin: 0 auto 0 auto;
	padding: 0 .1em 0 0.1em;
	background-color: white;
	}

#Page {
	width: 60.11em;
	border-left: 0.1em solid #8A8A8A;
	border-right: 0.1em solid #8A8A8A;
	height: 100%;
	padding: 0 .1em 0 0.1em;
	height: 100%;
	}

#Header {
	width: 60.11em;
	border-bottom: .1em solid #8A8A8A;
	padding: 0 0 .1em 0;
	margin: 0;
	}

#Content {
	padding: 2em;
	margin: 0;
	clear: both;
	border-bottom: 0.1em solid #8A8A8A;
	margin-bottom: .1em;
	}

.ContentEnd {
	clear: both;
	display: block;
	height: .095em;
	}

#Footer {
	clear: both;
	padding: 1.75em;
	border-bottom: .1em solid #F7CCD3;
	background-color: #EEEEEE;
    background-image: url(../grafik/elements/footer_background.png);
    background-repeat: repeat-x;
	}

#Footer .copyright {
	color: #D8727D;
	}

#Footer .globalNavigation {
	color: #B5B5B5;
	float: right; }

#Footer a:link, #Footer a:visited  {
	color: #B5B5B5; }

#Footer a:hover  {
	color: #D8727D; }

a img {
	border: none; }

.header_image {
	width: 60.11em;
	height: 6.549em;
	margin: 0;
	padding: 0;
	display: block;
	}

.page_image {
	width: 60.11em;
	height: 12.90em;
	border-bottom: .1em solid #8A8A8A;
	padding: 0 0 .1em 0;
	margin: 0;
	display: block;
	}

/* Links */
li a:link, li a:visited  {
    color: #d0e0e0;
    text-decoration: none;
    font-size: 1em;
    }

a:hover  {
    color: #000000;
    }

a:link.current, a:visited.current {
	color: rgb(20%,20%,20%); }

a:link, a:visited  {
    text-decoration: none;
    }

a:hover {
	color: firebrick;
    }


/* Navigation */

#Mainnavigation ul {
    background-image: url(../grafik/elements/menu_background.gif);
    background-repeat: repeat-x;
    background-position: 0 center;
	margin: 0;
	padding: 0;
	color: #ffffff;
	border-top: .1em solid white;
	}

#Mainnavigation ul {
	height: 1.76em;
    list-style: none;
    margin: 0;
	padding: .5em 2.1em 0em 2.1em;
	}

#Mainnavigation ul li {
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	padding-left: .8em;
	padding-right: 0.8em;
    background-repeat: no-repeat;
    background-position: right 0;
    font-family: Arial;
    background-image: url(../grafik/elements/mainmenu_delimiter.gif);
    background-repeat: no-repeat;
    background-position: right center;
	}

#Mainnavigation ul li:last-child, #Mainnavigation ul li.lastChild {
    background-image: none;
	}