/*
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
//
// Title : 			screen.css
// Author : 		Arjen Scherff / Steve Lock
// URL : 			www.aratramba.nl / www.stevelock.nl
//
// Description :	Takes care of the styling stuff
//
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
// Colors
// 
// orange 			FF9600
// light-orange 	FFC97D
// red				F71F0A
// dark-red			DD1400
// purple			FF00D2
// black			uhm...right
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

body, html{
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	margin: 0;
	padding: 0;
	text-align: justify;
	background: white url(../images/background.gif) repeat top left;
}

/* ----- ID'S ----- */

#container{
	width: 770px;
	height: 720px;
}     
#header{
	width: 720px;
	height: 222px;
	position: absolute;
	left: 42px;
	background: white url(../images/header.jpg) no-repeat top left;
}
#footer{
	position: absolute;
	top: 660px;
	left: 55px;	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	width: 675px;
	height: 44px;
	margin: 0;
	background: white url(../images/footer.jpg) no-repeat top left;	
}
#footer a{
	color: white;
	text-decoration: underline;
}
#footer a:visited{
	color: white;
	text-decoration: underline;
}
#footer a:hover{
	color: white;
	text-decoration: none;
}
#footer p{
	margin: 20px 10px 10px 4px;	
}
#logo{
	width: 379px;
	height: 129px;
	position: absolute;
	top: 45px;
	left: -17px;
	background: url(../images/logo.jpg) no-repeat top left;	
}

#logoPrint{
  /* smaller logo for hardcopied printing, invisible */
	display: none;
}
/* ----- CATEGORIES ----- */
#categories{
	width: 282px;
	height: 660px;
	float: left;
	line-height: 18px;	
	background: white url(../images/categories.jpg) repeat-y top left;
}
#categories img{
	position: absolute;
	top: 205px; 
	left: 43px;
	border: none;
}
#categories ul{
	position: absolute;
	top: 205px;
	left: 86px;
	margin: 0;
	padding: 0;
	list-style-type: none;	
	height: 455px;
	width: 400px;
	overflow: hidden;
}
#categories ul li a{
	color: #FFD9A6;	
	text-decoration: none;
}
#categories ul .firmListYoungGroup{
	font-size: 12px;
}
#categories ul li a:hover{
	color: white;	
}


/* ----- CONTENT ----- */
#contentArea{
	position: absolute;
	top: 222px;
	left: 209px;
	width: 542px;
	height: 438px;
	background: white url(../images/content.jpg) no-repeat top left;
	line-height: 23px;	
}
#content{
	margin: 20px 0 0 50px;	
	padding: 0;
	width: 457px;
	height: 414px;
}
#content p{
	margin: 15px 0 0 0;	
}

#portfolioBottom{
	width: 457px;
}

#portfolioBottom .bottomLeft{
	float: left;
	color: #FF00D2;
	text-decoration: none;
}

#portfolioBottom .bottomRight{
	float: right;
	color: #FF00D2;
	text-decoration: none;
}

.alignRight {
    text-align: right;
}

.read-more{
	color: #FF00D2;
	text-decoration: none;
	margin: 0 5px 0 0;
}
.bottomLeft:hover, .bottomRight:hover{
	color: white;
}
.bottomLeft:visited, .bottomRight:visited{
	text-decoration: none;
}
blockquote{
	border-left: 2px solid #FF9600;
	padding: 0 0 0 5px;
	line-height: 16px;	
}
#adres{
	float: left;
	margin: 20px 0 0 0;
	width: 40%;
}
#contact{
	border-left: 2px solid #FF9600;
	margin: 20px 0 0 40%;	
	padding: 0 0 0 35px;
}

#portfolioQuicklist{
    margin: 0;
    padding: 0;
}

#portfolioQuicklist .portfolioThumb{
    margin: 0 0 0 5px;
    padding: 0;
    float: left;
    list-style-type: none;
}

#portfolioQuicklist .portfolioThumb a img{
    border: 4px solid white;
    margin: 0;
    padding: 0;
}

#portfolioQuicklist .portfolioThumb a:hover img{
    border: 4px solid white;
}

/* ----- NAVIGATION ----- */
#menu{
	position: absolute;
	top: 196px;
	left: 260px;		
	z-index: 100;
}
#menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;		
}
#menu ul li{
	float: left;
	width: 100px;
	height: 25px;
	text-align: center;	
	margin: 0 2px 0 0;
	line-height: 20px;
}
#menu ul #leftMenuItem{
	width: 80px;
}
#menu ul li a{
	color: white;	
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
#menu ul li a:hover{
	text-decoration: underline;
}

/* ----- HEADINGS ----- */

h1{
	display: none;
}
h2{
	display: none;
}
h3{
	font-size: 20px;
	font-weight: normal;
}
h4{
	font-size: 14px;
	font-weight: bold;
	margin: 6px 2px 2px 2px;
}
h5{
	display: none;
}
h6{
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

/* ----- LISTS ----- */
#content ul li, #content ol li{
	height: 18px;
	margin: 0;
	line-height: 1.5em;
	list-style-type: square;
}
/* ----- IMAGES ----- */

#content img a{
	border: none;
}
.contentImageLeft{
	border: 4px solid white;
	float: left;
	margin: 5px 10px 5px 0;
}
.contentImageRight{
	border: 4px solid white;
	float: right;
	margin: 5px 0 5px 10px;	
}

/* ----- LINKS ----- */

a{
	color: #DD1400;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
a:visited{
	text-decoration: none;
}

/* ----- FORMS ----- */
form{
  margin: 0;
  padding: 0;
}
fieldset{
	border: 1px solid white;
	padding: 10px;
}
.registrationFieldset{
	height: 250px;
}
#content fieldset p{
   margin: 0;
	padding: 0;
}
legend{
	font-weight: normal;
	color: white;
}
label{
	cursor: pointer;
	width: 100px;
	float: left;
	clear: both;
}

textarea{
	height: 170px;
	overflow: auto;
}
input, textarea{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	width: 286px;
	padding: 1px 2px 1px 2px;
	border: none;
	border-left: 2px solid #FF9600;
	background: white;
	color: #2F2F2F;
}
select{
	width: 150px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
}
option{
}
.button{
	width: 100px;
	margin: 0 0 0 100px;
	_margin: 0 0 0 103px;
	border: 1px inset white;
	border-left: 2px solid #FF9600;
}
#sendForm{
	width: 142px;
	height: 40px;
	border: none;
	background: none;
	padding: 0px;
	margin: 0px;
}
.comment{
	margin-left: 100px;
	font-style: italic;
	line-height: 16px;
}

/* ----- FORM STEP NAVIGATION ----- */
#toStepNavigator {
	margin-left: 93px;
}
.stepNavigator{
	margin-left: 170px;
	margin-top: 15px;
}
.pointer{
	cursor: pointer;
}

/* ----- ALTERNATED FIELDS ----- */
#gender1, #gender2 {
	width: auto;
	border: none;
	border-left: none;
	background: black;
}
#birthDateDay, #birthDateMonth, #postalCode2{
	width: 20px;
}
#birthDateYear, #postalCode1{
	width: 35px;
}
#homeNumber{
	width: 40px;
}
#phoneNumber1{
	width: 40px;
}
#phoneNumber2{
	width: 80px;
}
#mobilePhone1{
	width: 20px;
}
#mobilePhone2{
	width: 80px;
}
.contactBericht{
	height: 75px;
}

/* ----- PORTFOLIO ----- */

#portfolioNavigation{
    text-align: right;
    padding: 0;
    margin: 0;
    width: 450px;
}
.portfolioCurrent{
    color: red;
    text-decoration: underline;
}
.portfolio{
    width: 450px;
    height: 110px;
    _height: 100px;
    border: none;
    margin: 4px;
    padding: 0;
    _margin: 0;
    _padding: 0;
}
.portfolioLeft{
    float: left;
    width: 100px;
    height: 100px;
    margin: 5px;
    padding: 0;

}
.portfolioRight{
    float: left;
    height: 100px;
    width: 315px;
    line-height: normal;
    margin: 5px;
    padding: 4px 0 4px 5px;
    _margin: 0;
            
}
.portfolioLeft a img{
    border: 5px solid white;
}

.portfolioLeft a:hover img{
    border: 5px solid white;
}

.portfolioDetails a img{
    border: 5px solid white;
}

/* Portfolio Slideshow */
#slideshowborder{
border: 3px solid white;
height: 206px;
width: 403px;
}

#slideshow{
padding: 0;
background: #121c26;
width: 400px !important;
height: 206px;
overflow: hidden;
position: relative;
border-right: 3px solid black;
}

#slideshow .kwicks{
	margin: 0;
}

#slideshow .kwicks li {  
width: 79px;
height: 200px;
margin-right: 0; 
list-style-type: none;
background-color: #ffffff;
border: 3px solid black;
}

#slideshow .kwicks li.last-kwick{ border-right: none; }