﻿body 
{
	margin: 0px;
	padding: 0px;
	background: black;
	background: #b53041 url("../images/bg_content.png") repeat-y;
	font-family: Arial;
	font-size: 12px;
}

a
{
    color: white;
}

a:hover
{
    text-decoration: none;
}

ul, li
{
	padding: 0;
	margin: 0;
}

img
{
	border: none;
}

#container
{
	width: 1200px;
}

/*Header*/
#header{ height: 130px;}

#header ul {}
#header ul li{ display: inline;}
#header ul li a{text-decoration: none;}

/*Header-Left*/
#header-left
{
	float: left; 
	width: 325px; 
	height: 130px; 
	padding: 35px 0 0 115px;
	background: #891322 ; 
	font-family: Arial; 
	font-size: 18px;
	line-height: 80px; 
	color: #cc818a;}
    
/*Header-Right*/
#header-right{float: left; width: 641px; height: 130px; line-height: 125px; margin-right: 10px;}
#header-right a{ font-family: Arial; font-size: 14px; color: White; text-transform: uppercase; }
#header-right ul li{margin-right: 25px;}

/*Content*/
#content
{
	width: 1200px;
	float: left;
	margin-top: -50px;
}

/*Content-Left*/
#content-left
{
	float: left;
	width: 440px; 
	background: #000000; 
	text-align: right;
}

#sfeerfotos
{
	float: left;
	width: 440px;
}

#sfeerfotos ul
{
	width: 395px;
	list-style: none;
}

#slogan
{
	background: #000000;
	margin-top: 35px;
	margin-right: 30px;
}

/*Content-Right*/
#content-right{float: left; width: 640px; background: #891322; }

#content-foto
{
	width: 300px;
	float: left;
}
#content-foto img{width: 300px; height: 375px; }

#content-tekst
{
	width: 580px;
	line-height: 18px;
	padding-top: 25px;
	margin-left: 30px;
	margin-right: 30px;
	float: left;
	font-family: Arial;
	font-size: 12px;
	color: White;
}

#content-tekst h1
{
	font-family: Arial;
	font-size: 25px;
	color: White;	
}


/*Content-Info*/

#contactInlay
{
    margin: 40px 0 0 40px;
}
#content-openingsurenInlay h2
{
	color: White;
}
#content-openingsurenInlay
{
	color: White;
}

#content-contact
{
	margin-top: 40px;
	margin-left: 30px;
	width: 220px;
	float: left;
	margin-right: 90px;
}
#content-contact h1{font-family: Arial; font-size: 14px; color: Black; text-transform: uppercase;}
#content-contact .adres
{
	font-family: Arial;
	font-size: 12px;
	color: White;
}

#content-openingsuren
{
	width:          210px;
	margin-top:     40px;
	margin-right:   90px;
	float:          left;
}
#content-openingsuren h1{font-family: Arial; font-size: 14px; color: Black; text-transform: uppercase;}
#content-openingsuren .adres
{
	font-family:    Arial;
	font-size:      12px;
	color:          White;
}

#submenu
{
    width:              325px;
    margin-left: 120px;
}

#submenu ul
{
    width:              300px;
    padding:            25px 0px 0 0px;
    
}

#submenu ul li
{
    border-bottom:      1px solid #424242;
}

#submenu ul li a
{
    text-decoration:    none;
    line-height:        35px;
    text-align:         left;
    
}

.textarea 
{
	font-size: 1.2em;
	background: Transparent;
	border: 1px solid #d3ccb9;
	color: #ffffff;
	padding: 2px 0 0 4px;
	width: 305px;
}

.textbox 
{
	margin-bottom: 6px;
	width: 150px;
	background: Transparent;
	border: 1px solid #d3ccb9;
	color: #ffffff;
}

.contactbutton 
{
	background: Transparent;
	border: 1px solid #d3ccb9;
	color: #ffffff;
	padding: 3px;
	text-transform: uppercase;
	font-size: 0.75em;
}