body {
    background: url(images/bg.png) repeat-x;
    background-position: 0px 15px;
    background-color: #FFFFFF;
    margin: 15px 0px 0px 0px;
	font-family: "Bookman Old Style";
}

/*
@font-face {

font-family:
    "stan55";

src:
    url(font.ttf)
}
*/

a:link, a:visited, a:active {
    color: #313ffd;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
/* for Mozilla/Safari */
* >.menu {
    vertical-align: top;
    width: 200px;
    padding: 0px;
    min-height: 250px;
}
/* for IE, with IE5/Mac backslash filter \*/
* html .menu {
    vertical-align: top;
    width: 200px;
    padding: 0px;
    height: 250px;
}
/* end filter */
.menu ul, .menu li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menu ul {
    border-bottom: 0px;
}

.menu ul ul {
    padding-left: 10px;
}

.menu a:link, .menu a:visited, .menu a:active {
    background: url(images/knop.gif);
    background-repeat: no-repeat;
    padding: 0px 10px 4px 20px;
    font-family: "Bookman Old Style";
    color: #2D2C2E;
    display: block;
    text-decoration: none;
}

.menu a:hover {
    background-repeat: no-repeat;
    color: #000000;
    background-color: #FFFFFF;
    text-decoration: none;
    padding: 0px 10px 4px 25px;
}

.menu_current {
    font-weight: bold;
    background: url(images/knop2.gif);
    background-repeat: no-repeat;
    padding: 4px 15px 4px 4px;
    color: #2D2C2E;
    display: block;
    text-decoration: none;
}
.content{
	padding: 0px 10px 0px 0px;	
}

.content a {
    color: #313ffd;
    text-decoration: underline;
    font-weight: bold;
}

.container {
    margin: 0px 0px 10px 0px;
    width: 950px;
    height: auto !important;
    min-height: 650px;
	background-image: none;
	background-repeat: no-repeat;
    background-position: 0px 0px;
}

.container-left {
    float: left;
    width: 300px;
    height: auto !important;
    min-height: 650px;
    padding: 0px 0px 0px 25px;
	display: inline;
	position: relative;
}

.container-right {
    background: url("images/logo1.png") no-repeat;
    background-position: 10px 350px;
    float: left;
    width: 615px;
    height: auto !important;
    min-height: 650px;
	display: inline;
	position: relative;
}

/* for Mozilla/Safari */
* >.container-text {
    vertical-align: top;
    padding: 0px 0px 0px 0px;
    min-height: 500px;
	width: 600px;
    text-align: left;
    margin: 220px 5px 5px 10px;
}
/* for IE, with IE5/Mac backslash filter \*/
* html .container-text {
    vertical-align: top;
    padding: 0px 0px 0px 0px;
    height: 500px;
	width: 600px;
    text-align: left;
    margin: 220px 5px 5px 10px;
}

.player {
    margin: 100px 0px 30px 0px;
    float: left;
    height: 200px;
    border: 1px solid black;
}

.container-panel {
    padding: 0px 70px 0px 0px;
    margin-bottom: -5px;
}

.picture {
    border: 1px solid black;
}

.container-menu {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.menu-bg {
    text-align: left;
    border: 1px solid gray;
    width: 225px;
    background-color: #FFFFFF;
    overflow: hidden;
}

.container-contact {
    float: left;
    border-top: 1px solid #434343;
    background-color: #343399;
    width: 100%;
    height: 200px;
    font-size: 12px;
    color: white;
    padding: 20px 0px 0px 0px;
}

.map {
    margin: 100px 0px 30px 0px;
    padding: 0px 0px 76px 0px;
    float: left;
	background: url(images/transparant.png);
    background-repeat: no-repeat;
}

.newsletter {
    margin: 10px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

