/* LAYOUT */

#body {
	background-color: #000;
	margin: 20px;
	font-family: "Courier New", Courier, monospace;
	color:#fff;
	font-size: .7em;
}
		
#wrap {
	width:910px;
	margin: 0 auto;
}

.normal_column {
	display: block;
	float:left;
	width: 500px;
	margin: 0px 0px 0px 0px; /* top right bottom left */
	padding: 45px 10px 30px 40px; /* top right bottom left */
}

.imagestart {
	float:left;
	width: 718px;
	height: 600px;
	background: url(../images/grafik/bg-startsida.jpg) no-repeat top left;
}

.imagebig {
	float:left;
	width: 650px;
	height: 440px;
	padding: 160px 68px 0 0;
	background: url(../images/grafik/bg.jpg) no-repeat top left;
	text-align: center;
}

/* IMAGE SET */

.imageset {
	float: left;
	width: 543px;
	height: 389px;
	background: url(../images/grafik/bg-kontaktkarta.jpg) no-repeat top left;
	padding: 211px 80px 0 95px;
}

.imageset  img {
	margin: 0 2px 28px 0;
}

/* FONTS */

p { margin: 6px 0 10px 0; line-height: 1.3em; padding: 0; }
h1 { margin: 6px 0 10px 0; font-weight: bold; font-size: 1.5em; }
		
/* LINKS */

a { color: #fff; text-decoration: none;  }
a:visited { color:#fff; text-decoration: none;  }
a:hover, a:visited:hover { color:#888;}
.normal_column a:hover, .normal_column a:visited:hover { color:#A04040; border-bottom: 1px dotted #A04040;}

/* IMAGES */
img {border-style:none;}

/* NAVIGATION LEFT*/

#navigation_left {
	float: left;
	width: 184px;
}

#navigation_left ul {
  	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation_left li.header a{
	font-size: 2.0em;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffa427;
	margin-bottom: 50px;
}

#navigation_left li a{
	width: 183px;
	font-size: 1.1em;
	font-weight: bold;
	display: block;
	margin-bottom: 20px;
}

#navigation_left li.active a{
	color: #ffa427;
}

