@CHARSET "UTF-8";

html,body {
	margin:0;
	padding:0;
	color:#000;
	}
body {
	padding:25px;
    FONT-SIZE: 12px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	background-image: url(manstralen_logo/stripes.png);
	}
	
.container {
    position: absolute;
    left: 50%;
    margin-left: -400px;
    width: 800px;
    
}
	
	
	/*No Javascript*/
.cbb {
	padding:0 10px;
	margin:1em 0;
	background:#fff;
	border:1px solid #666;
	}


	/*With Javascript*/
	
.cb {
	margin:0.5em 0;
	
	}
	
.two {
	width:30%;
	
	
	float:left;
	}
.three {
	width:70%;
	
	float:right;
	}
	
	
/* Rules for the top corners and border */
.bt {
	background:url(manstralen_logo/round/box.png) no-repeat 100% 0;
	margin:0 0 0 18px;
	height:17px;
	}
.bt div {
	height:17px;
	width:18px;
	position:relative;
	left:-18px;
	background:url(manstralen_logo/round/box.png) no-repeat 0 0;
	}

/* Rules for the bottom corners and border */
.bb {
	background:url(manstralen_logo/round/box.png) no-repeat 100% 100%;
	margin:0 0 0 12px;
	height:14px;
	}
.bb div {
	height:14px;
	width:12px;
	position:relative;
	left:-12px;
	background:url(manstralen_logo/round/box.png) no-repeat 0 100%;
	}

/* Insert the left border */
.i1 {
	padding:0 0 0 12px;
	background:url(manstralen_logo/round/borders.png) repeat-y 0 0;
	}
/* Insert the right border */
.i2 {
	padding:0 12px 0 0;
	background:url(manstralen_logo/round/borders.png) repeat-y 100% 0;
	}
/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	background:#fff;
	border:1px solid #fff;
	border-width:1px 0;
	padding: 0px 12px;
	}
	
.two .i3, .three .i3 {
    background-image: url(manstralen_logo/left-top-corner-box.jpg);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding:12px 12px;
} 




div.top {
    
	height: 185px;
}

div.right {
    background-image: url(manstralen_logo/right-top-bottom-corner-box-small.jpg);
    background-position: center right;
    background-repeat: no-repeat;
    width: 70%;
    height: 100%;
    position: relative;
    float: right;
    bottom: 8px;
}


.top .vertical {
    padding: 55px 0;
    float: left;
	width: 30%;
}

.top .vertical_2 
{
    padding: 5px 70px;
    float: right;
    color: green;
	width: 30%;
	height: 100%;
}

.top .vertical_2 p
{
	margin-top: 50px;
}


div.left {
    background-image: url(manstralen_logo/left-top-bottom-corner-box-small.jpg);
    background-position: center left;
    background-repeat: no-repeat;
    width: 30%;
    height: 100%;
    position: relative;
    float: left;
    bottom: 8px;
}



img {
    border-style: none;
}

th {
    text-align: left;
    
}

table.phone {
	width: 100%;
	text-align: center;

}

th.phone,td.phone {
	text-align: center;

}

td.small {
	font-size: 8.5px;
	vertical-align: top;
}

th.first,td.first {
	width: 10%;
}

td.space {
	border-bottom: thick solid green;
	padding-bottom: 10px; 
}


div.content div{
    padding: 0;
    margin: 0;
}

iframe {
	width: 100%;
	height: 614px;
	border: none;
}

div.menu li.tab {
    float: left;
    background-image: url(manstralen_logo/nonactive_tab.jpg);
    background-repeat: no-repeat;
    width: 60px;
    padding: 8px 0px 3px 0px;
    margin: 0px 0px 0px 0px;
    text-align: center;
}

div.menu li.activetab {
    float: left;
    background-image: url(manstralen_logo/active_tab.jpg);
    background-repeat: no-repeat;
    width: 60px;
    padding: 8px 0px 3px 0px;
    margin: 0px 0px 0px 0px;
    text-align: center;
}

div.menu li.menu {
    clear: left;
}

ul.tabs {
    margin: 0px 0px 0px 0px;
    list-style: none;
    padding: 0px 0px 0px 10px;    
}

ul.menu {
    background-image: url(manstralen_logo/menu-box.jpg);
	background-repeat: no-repeat;
	background-position: 0px 24px;
    margin: 0px 0px 0px 0px;
    padding: 35px 0px 0px 10px;
    list-style: none;
}


div.content h1 {
    margin: 0px;
}

p.message {
    color: red;
    font-size: 16px;
}

a:link { COLOR: #000000; 
	
	TEXT-DECORATION: none}
a:active { COLOR: #000000; 
	
	TEXT-DECORATION: none}
a:visited { COLOR: #000000; 
	
	TEXT-DECORATION: none}
a:hover { COLOR: #000000; 
	
	TEXT-DECORATION: underline}

a:link.sel { COLOR: #000000; 
	
	TEXT-DECORATION: underline}

a:link.inverse { COLOR: #FFE576;
	background-color: #6B85A2;
	
	TEXT-DECORATION: none}

