* {
	margin: 0px;
	padding: 0px;	
}

body {
	background: white;
	color: black;
	font-family: Verdana;
	font-size: 8pt;
}

/*
**
Div
**
*/

.clear {
	clear: both;
}

#wrapper {
	margin: 0px auto;
	width: 900px;
}

#header {
	background: url(../images/home/header.jpg) no-repeat;
	width: 900px;
	height: 332px;
}

#header #menu {
	position: absolute;
	margin: 190px 0px 0px 30px;
}

#left_col {
	background: url(../images/home/left_col.jpg) no-repeat;
	width: 538px;
	height: 339px;
}

#address {
	background: #E0525B;
	margin: 10px 0px 0px 0px;
	padding: 5px 0px 0px 33px;
	width: 505px;
	height: 87px;
	color: white;
	font-size: 0.9em;
}

#right_col {
	margin: 0px 29px 20px 0px !important;
	margin: 0px -7px 20px 0px;
	float: right;
}

#right_col #news {
	background: #E0525B;
	padding: 0px 20px 0px 20px;
	width: 281px;
	height: 340px;
	color: white;
}

#right_col #newsletter {
	background: #97C5E7;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	width: 301px;
	height: 92px;
	color: black;
}

#footer {
	padding: 0px 0px 0px 33px;
	font-size: 0.8em;
}

/*
**
Links (not menu)
**
*/

#right_col a {
	color: #461A1E;
	text-decoration: underline;
	font-weight: 700;
}

#address a {
	color: white;
}

/*
**
Typo
**
*/

#right_col #news h1 {
	font-size: 1.4em;
	color: white;
}

#right_col #newsletter h1 {
	font-size: 1.3em;
	color: white;
}

/*
**
Menu
**
*/

#header #menu ul {
	list-style-type: none;
}

#header #menu ul li {
	margin: 0px 30px 0px 0px;
	float: left;
}

#header #menu ul li a {
	display: block;
	height: 33px;
}

#header #menu li #home {
	background: url('../images/menu_home/puls_home.gif');
	width: 79px;
	height: 33px;	
}

#header #menu li #home a:link, #header #menu li #home a:visited {
	background: url('../images/menu_home/puls_home.gif');
	width: 79px;	
}

#header #menu li #home a:hover {
	background: url('../images/menu_home/puls_home.gif');
	width: 79px;	
}

#header #menu li #ente {
	background: url('../images/menu_home/puls_ente.gif');
	width: 81px;
	height: 33px;	
}

#header #menu li #ente a:link, #header #menu li #ente a:visited {
	background: url('../images/menu_home/puls_ente.gif');
	width: 81px;	
}

#header #menu li #ente a:hover {
	background: url('../images/menu_home/puls_ente_on.gif');
	width: 81px;	
}

#header #menu li #news {
	background: url('../images/menu_home/puls_news.gif');
	width: 77px;
	height: 33px;	
}

#header #menu li #news a:link, #header #menu li #news a:visited {
	background: url('../images/menu_home/puls_news.gif');
	width: 77px;	
}

#header #menu li #news a:hover {
	background: url('../images/menu_home/puls_news_on.gif');
	width: 77px;	
}

#header #menu li #gallery {
	background: url('../images/menu_home/puls_gallery.gif');
	width: 90px;
	height: 33px;	
}

#header #menu li #gallery a:link, #header #menu li #gallery a:visited {
	background: url('../images/menu_home/puls_gallery.gif');
	width: 90px;	
}

#header #menu li #gallery a:hover {
	background: url('../images/menu_home/puls_gallery_on.gif');
	width: 90px;	
}

/*
**
Form
**
*/

#newsletter input {
	width: 132px;
}

/*
**
Stuff
**
*/

.float_right {
	float: right;
	color: black;
}
