/* CSS Document
 * Company: Norsonic Brechbühl AG
 * Autor: Adina Anliker
 * Date: $Date: 13.01.2009$
 * Copyright: Norsonic Brechbühl AG (c) 2009
 * File: site.css
 */

/* Base Settings */
body {
	margin:20px;
	padding:0px;
	background-color:#CACACA;
}

body a {
	text-decoration:none;
}

body a:hover {
	color:#D41F00;
}

#wrapper {
	margin:0px auto;
	width: 1024px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	background-color:#FFFFFF;
}

/* Header */
#header {
	width:1024px;
	height:269px;
}

a img {
	border:none;
	text-decoration:none;
}

.list a {
	text-decoration:none;
	color:#FF0000;
}

ul a {
	color:#000000;
}

/* Navigation */
.curr {
	color:#FF0000;
}

.nav_list a {
	text-decoration:none;
}

.nav_list a:hover {
	color:#D41F00;
}

.nav_list {
	list-style:none;
	padding-left: 20px;
}

#menue {
	border: 0px #FF0000 solid;
	width:255px;
	float:left;
	padding-top: 20px;
	padding-left: 30px;
}

/* content */
#content {
	border: 0px #00FF00 solid;
	width:700px;
	float:left;
	padding-top: 20px;
	padding-left: 0px;
}

/* container */
#container {
	background-color:#FFFFFF;
	width:1024px;
	border: 0px #FF0000 solid;
}

/* footer */
#footer {
	clear:left;
	height:30px;
	text-align:center;
	padding:4px;
}

/* text-layout */
.emphasis {
}

.center {
	text-align: center;
}

.smallred {
	font-size:9px;
	color:#FF0000;
}

.red {
	color:#FF0000;
}

#titlefontstyle {
	font-size:20px;
}