/*
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
//
// Title : 			print.css
// Author : 		Steve Lock
// URL : 			www.stevelock.nl
//
// Description :	Takes care of the printed layout
//
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
// 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: black;
	margin: 0;
	padding: 0;
	text-align: justify;
	background: white;	
}

/* ----- ID'S ----- */

#container{
	width: 500px;
}

#header{
   display: none;
}
#footer{
	left: 55px;	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0;
}
#footer a{
	color: black;
	text-decoration: underline;
}
#footer a:visited{
	color: black;
	text-decoration: underline;
}
#footer a:hover{
	color: black;
	text-decoration: underline;
}
#footer p{
	margin: 2px 0 0 0;	
}
#logo{
    display: none;
}
#logoPrint{

}
/* ----- CATEGORIES ----- */
#categories {
	position: absolute;
	margin: 25px 0 0 505px;
}

#categories img{
    display: none;
}

#categories ul {
	margin: -20px 0 0 -35px;
	list-style-type: none;
}

/* ----- CONTENT ----- */
#contentArea{
	line-height: 23px;
	margin-top: 25px;
}
#content{
	margin: 0;	
	padding: 10px 20px 10px 10px;
	border: 1px solid black;
}

#content p{
	margin: 0 0 15px 0;	
}

.alignRight {
    text-align: right;
}

.read-more{
	color: black;
	text-decoration: underline;
	margin: 0 5px 0 0;
}
.read-more:hover{
	color: black;
}
.read-more:visited{
	text-decoration: underline;
}
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 black;
	margin: 20px 0 0 40%;	
	padding: 0 0 0 35px;
}
/* ----- NAVIGATION ----- */
#menu{
}
#menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu ul li{
	float: left;
	height: 25px;
	text-align: left;
	margin: 0 20px 0 0;
	line-height: 20px;
	font-size: 14px;
}

#menu ul li a{
	color: black;	
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: underline;
}
#menu ul li a:hover{
	text-decoration: underline;
}
#menu ul li a:visited{
	text-decoration: underline;
}
/* ----- HEADINGS ----- */

h1{
    display: none;
}
h2{
    display: none;
}
h3{
	font-size: 13px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
}
h4{
	font-size: 12px;
	font-weight: bold;
	margin: 6px 2px 2px 2px;
}
h5{
	font-size: 13px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
}

/* ----- LISTS ----- */

#content ul{
	list-style-type: square;
}
#content ul li, #content ol li{
	height: 18px;
	margin: 0;
	line-height: 1.5em;
}

/* ----- IMAGES ----- */

#content img a{
	border: none;
}
.contentImageLeft{
	border: 2px solid black;
	float: left;
	margin: 5px 10px 5px 0;
}
.contentImageRight{
	border: 2px solid black;
	float: right;
	margin: 5px 0 5px 10px;	
}

/* ----- LINKS ----- */

a{
	color: black;
	text-decoration: underline;
}
a:hover{
	text-decoration: underline;
}
a:visited{
	text-decoration: underline;
}

/* ----- FORMS ----- */
form{
  margin: 0;
  padding: 0;
}
fieldset{
	border: 1px solid black;
	padding: 10px;
}
.registrationFieldset{
	height: 250px;
}
#content fieldset p{
   margin: 0;
	padding: 0;
}
legend{
	font-weight: normal;
	color: black;
}
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: 1px solid black;
	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 ----- */
.stepNavigator img{
	cursor: pointer;
}
#toStepNavigator {
	margin-left: 93px;
}
.stepNavigator{
	margin-left: 170px;
	margin-top: 15px;
}

/* ----- 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;
}