/* CSS Document */
* {	
margin: 0;
padding: 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
body{
background:#ebf0d5 url(assets/background.gif) top center no-repeat;}
body#portfolio{
background:#ebf0d5 url(assets/background-large.gif) top center no-repeat;
}
/*************** OUTER BOX ****************/
#box{
width:800px;
min-height:550px;
margin:0 auto;
padding-top:21px;
padding-bottom:10px;
}
/*********** HEADER *************************/
#head{
width:799px;
height:171px;
}
#logo{
display:inline;
float:left;
width:297px;
height:115px;
margin:12px 0px 0px 12px;
background-image:url(assets/logo.gif);
background-position:top left;
}
#logoalert{
float:left; margin:60px 0px 0px 1px; display:inline}
#blokjes{
float:right;
width:475px;
height:155px;
}
#blokjes img{
float:left;
padding:12px 6px 0px 4px
}
/*********** MENU **************/
#menu{
width:788px;
padding-left:11px;
height:24px;
background-color:#e73e97;
border-top:1px solid #333;
border-bottom:1px solid #333;}
.menu{
list-style:none;
font-weight:bold;
font-size:13px
}
.menu li{
display:inline
}
.menu a{
font-family:Verdana, Arial, Helvetica, sans-serif;
float:left;
height:18px;
text-decoration:none;
}
.menu a:link, .menu a:visited{
padding:4px 0px 3px 20px;
background-image:url(assets/dot_roze.gif);
background-repeat:no-repeat;
background-position:6px 8px;
color:#fff;
background-color:inherit;
}
.menu a:hover, #menu a.current{
color:#000;
background-image:url(assets/dot_roze_active.gif);
background-repeat:no-repeat;
background-position:6px 8px;
}
/*************** TEKSTEN *******************/
#text{
width:447px;
float:right;
padding:10px 24px 10px 6px;
font-size:12px;
color:#111;
line-height:16px;
}
#text p{
padding:7px 0px;
}
/*************** TITEL **********************/
h1{
font-size:12px;
color:#737a35;
padding:5px 0px 10px 0px;
text-transform:uppercase
}
/**************** FOTO LINKS *****************/
#foto{
display:inline;
background-image:url(assets/dotted.gif);
background-position:292px 0px;
background-repeat:repeat-y;
float:left;
margin:16px 0px 0px 18px;
padding-right:25px;
width:268px;
}
/**************** ALGEMENE LINKS **************/
a:link, a:visited{
color:#E73E97}
a:hover, a:active{
color:#737A35}
/****************************/
.lefttable{width:100px; margin-bottom:6px; float:left}
.righttable{width:340px; margin-bottom:6px;float:left}
.contactleft{width:100px; float:left}
.rozetekst {color: #E73E97; font-weight:bold}