/*
Copyright by www.movieparkfan.de 	  
*/

a:link    {color: #000000; text-decoration: none;}
a:active  {color: #FFFFFF; text-decoration: none;}
a:visited {color: #FFFFFF; text-decoration: none;}
a:hover   {color: #FF6600; text-decoration: none;}

* { padding: 0; margin: 0; }

{
        behavior: url(iepngfix.htc);
}

body {
        font-family: Arial;
        font-size: 13px;
        background: url(background.gif);
}

h1 {
        font-family: Helvetica;
        font-size: 14px;
        font-weight: bold;
}

#design { 
        margin: 0 auto;
        width: 922px;
}

#faux {
        background: url(content.png);
        margin-bottom: 0px;
        overflow: auto;
        width: 100%
}

#header {
        color: #FFFFFF;
        width: 882px;
        padding: 20px;
        height: 270px;
        margin: 10px 0px 0px 0px;
        background: url(header.png);
        background-repeat: no-repeat;
}

#header a:link, #header a:visited {
        text-decoration: none;
        color: #FFFFFF;
}

#header a:hover {
        text-decoration: none;
        color: #FF6600;
}

#header .button {
        background: url(button.png);
        padding: 2px 5px 2px 5px;
	width: 100px;
        line-height: 20px;
        text-align: center;
        color: #FFFFFF;
        font-size: 12px;
        font-weight: bold;
}

#navigation {
        color: #FFFFFF;
        padding: 25px 4px 0px 4px;
        height: 25px;
        margin: 0px 0px 0px 0px;
        background: url(navigation.gif);
}

#navigation a:link {
        text-decoration: none;
        color: #FFFFFF;
}

#navigation a:visited {
        text-decoration: none;
        color: #FFFFFF;
}

#navigation a:hover {
        text-decoration: none;
        color: #FF6600;
}

#content {
        float: left;
        color: #000000;
        margin: 10px;
        padding: 0px;
        width: 900px;
        display: inline;
        position: relative;
}

#footer {
        clear: both;
        color: #FFFFFF;
        padding: 10px 5px 40px 5px;
        text-align: 2px;
        height: 25px;
        margin: 0px 0px 0px 0px;
        background: url(footer.gif);
        background-repeat: no-repeat;
}

.clear {
        clear: both; background: none;
}
