/* Easy Golf Guide */

body, div, p, td, th, a, img {
margin: 0;
padding: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
color: #606060;
}
body {
text-align: center;
}
img {
border: none;
}
h1 {
font-size: 11pt;
}
li {
padding: 5px;
}
.red {
color: #CC0033;
}
a {
text-decoration: underline;
font-weight: bold;
font-style: italic;
}
a:hover {
color: #CC0033;
}
/* Page */
#page {
width: 800px;
margin: 0px auto;
}

/* Headline */
#headline {
width: 782px;
height: 100px;
margin: 0px auto;
background-image: url(/images/logo_headline.jpg);
background-repeat: no-repeat;
background-position: center bottom;
border-bottom: 12px solid #b4e004;
position: relative;
}

#language {
position: absolute;
right: 18px;
bottom: 12px;
}

#language img {
vertical-align: bottom;
}

#language .seperator {
width: 4px;
}

/* Main */
#main {
width: 800px;
height: 518px;
margin: 0px auto;
text-align: left;
}

/* Login */
form {
margin: 0;
padding: 0;
}
#login {
width: 153px;
height: 188px;
margin: 0 0 20px 9px;
border-left: 1px solid #b4e004;
border-right: 1px solid #b4e004;
border-bottom: 10px solid #b4e004;
overflow: hidden;
background-color: white;
/*background-image: url(/images/mainmenu_bg.jpg);
background-repeat: no-repeat;
background-position: right top;*/
/*padding-bottom: 12px;
background-color: #3399FF;*/
}
/* Main Menu */
#mainmenu {
width: 164px;
height: 518px;
margin: 0px;
float: left;
clear: none;
background-image: url(/images/mainmenu_bg.jpg);
background-repeat: no-repeat;
background-position: right bottom;
/*padding-top: 12px;
background-color: #3399FF;*/
}
#mainmenu img {
border: none;
margin: 0 0 3px 0;
width: 150px;	/*vorläufig*/
height: 23px;	/*vorläufig*/
color: #FFFFFF;	/*vorläufig*/
}

#mainmenu .seperator {
display: none;
}

/* Content */
#content {
width: 620px;
height: 500px;
float: right;
/*background-color: #FF9933;*/
overflow: hidden;
padding-right: 4px;
padding-top: 15px;
position: relative;
}

#content .maxi {
width: 595px;
height: 462px;
position: absolute;
padding: 18px 15px 10px 10px;
background-image: url(/images/box_maxi.gif);
}
#content .maxi p {
line-height: 11pt;
margin-bottom: 5px;
text-align: justify;
}

#content .left {
width: 280px;
height: 462px;
position: absolute;
padding: 18px 15px 10px 10px;
background-image: url(/images/box_top.gif);
overflow: hidden;
}
#content .left p {
line-height: 11pt;
margin-bottom: 5px;
text-align: justify;
}
#content .right {
width: 275px;
height: 460px;
position: absolute;
padding: 15px;
right: 5px;
background-image: url(/images/box_top.gif);
}

#content .small_right {
width: 290px;
height: 138px;
position: absolute;
padding: 15px 10px 5px 5px;
right: 5px;
/*background-color: #66CC99;*/
background-image: url(/images/box_small.gif);
margin-bottom: 7px;
overflow: hidden;
}
#content ul {
margin: 5px 18px;
}
#content li {
padding:  2px 5px;
}

/* Footer */
#footer {
width: 782px;
height: 55px;
margin: 0px auto;
border-top: 12px solid #b4e004;
background-image: url(/images/footer_bg.jpg);
background-repeat: no-repeat;
background-position: center top;
position: relative;
}
#copyright {
/*width: 754px;
height: 30px;
margin: 0px auto;
text-align: left;
padding: 0 14px;*/
position: absolute;
top: 15px;
right: 15px;
}
#footer div#login {
position: absolute;
top: 15px;
right: 15px;
}
#footmenu {
position: absolute;
left: 15px;
top: 15px;
}
#footmenu img, #copyright img {
vertical-align: top;
}
#footmenu .seperator {
width: 1px;
height: 9px;
background-color: #666666;
margin: 0 15px;
}
