/*****************/
/*   BODY   */
/*****************/

body {
	font-size: 70%;
	margin: 0em auto;
	padding: 0em;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	background-repeat: repeat;
	background-position: left top;
	color: #333333;
}

#wrap_all {
	width: 954px;
	height: auto;
	float: left;
	clear: left;
	position: relative;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;

}

#wrap {
	width: 954px;
	background-color: #FFFFFF;
	margin-bottom: 0em;
	float: left;
	height: auto;
	overflow: visible;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}



/*** Correction for Safari 1.x ***/
* > #footer, * > form, * > #notes, * > .output {
	position: relative;
	z-index: 1000;
}

/**************/
/*   HEADINGS   */
/**************/

h1 {
	font-size: 11px;
	margin-top: 6px;
	margin-bottom: 6px;
	border-bottom: solid 1px red;
	border-top: solid 1px red;
	padding: 0px;
}


#content h1 {
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 6px;
	border-bottom: solid 1px white;
	border-top: solid 1px white;
	padding: 0px;
	}

H2 {
	color: #27507E;
	font-size: 1.25em;

}


H3 {
	margin: 0em;
	background-color: rgb(255,255,255);
	color: #91AF02;
	font-weight: bold;
	font-size: 11px;
	width: 15em;
	padding-top: 0.2em;
	padding-right: 0em;
	padding-bottom: 0.2em;
	padding-left: 0em;
	
	
}
/**************/
/*   HEADER   */
/**************/

/*** Logo ***/
#logo {

	display: none;
}


#serviceicons {
	display: none;
}

#serviceicons img {
	border: none;
	
}


/*** Header banner ***/
#header-banner {
	display: none;
}



#header-nav-bottom {
	display: none;
}


/***   Buffer between heading and content area   ***/
#buffer {
	display: none;
}

/***********************/
/***   LEFT COLUMN   ***/
/***********************/
#left-column {
	clear:left;
	float: left;
	width: 200px;
	background-color: rgb(255,255,255);
	background-color: rgb(255,255,255);
	height: 421px;
	padding-top: 0em;
	padding-right: 30px;
	padding-bottom: 0em;
	padding-left: 29px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



#kolonne_1, #kolonne_2, #kolonne_3, #kolonne_4 {
	width: 200px;
	height: 260px;
	padding-top: 5px;
}


#photo_1, #photo_2, #photo_3, #photo_4 {
	width: 200px;
	height: 130px;
	overflow: hidden;
	padding-bottom: 15px;
}








/***********************/
/***   CONTENT   ***/
/***********************/

p {
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 12px;
}




/*************************/
/***   MIDDLE COLUMN   ***/
/*************************/
#middle-column {
	width: 430px;
	margin: 0em;
	background-color: #FFFFFF;
	padding-top: 0em;
	padding-bottom: 0em;
	padding-right: 30px;
	float: left;
	height: auto;
}


#split-left {
	float: left;
	width: 200px;
	padding-right: 30px;
	
}

#split-right {
	float: left;
	width: 200px;
	padding-right: 0px;
}	

#right-column  {
	float: left;
	width: 200px;
	padding-right: 0px;
	height: 421px;
}	


#right-column-box-1  {
	float: left;
	width: 200px;
	padding-right: 0px;
	height: 210px;
}	
#right-column-box-2 {
	float: left;
	width: 200px;
	padding-right: 0px;
	height: 180px;
	margin-top: 15px;
}	


#content {
	height: auto;
	float: left;
	margin-bottom: 10px;
	overflow: visible;
	width: 450px;
	clear: left;
}







/*****************/
/***   FOOTER   **/
/*****************/
#footer {
	/*	float: left; */
	width: 954px;

	height: 1.5em;
	text-align: center;
	color: #CCCCCC;
	font-size: 10px;
	padding-top: 0.5em;
	padding-right: 0em;
	padding-bottom: 0.5em;
	padding-left: 0em;
	float: left;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

/*************************************************/
/***   HYPERLINKS IN MIDDLE AND RIGHT COLUMNS  ***/
/*************************************************/

/*** Hyperlinks in middle and right columns ***/
a {
	background-color: inherit;
	color: rgb(100,100,100);
	text-decoration: underline;
}

a:link, a:visited {
	color: red;
	border: none;
}

a:hover {
	text-decoration: none;
}

/*** Visited links not in use ***/
/*a:visited {
	background-color: inherit;
	color: rgb(100,100,100);
	text-decoration: underline;
} */


a img {border: none;}

