/* Innenausbau Gaßner - CSS */

/* General */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #444444 url(../img/layout/bg_blue.jpg);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
}

ul {
	list-style: square;
	margin-left: 15px;
}

p {
	text-align: justify;
	margin-bottom: 1em;
}

h1 {
	font-size: 20px;
	margin-bottom: 0.7em;
	margin-top: 0;
}

h2 {
	font-size: 18px;
	margin-bottom: 0.7em;
}

h3 {
	font-size: 14px;
	margin-bottom: 0.7em;
}

a img {
	border: 4px solid #660000;
}

a:hover img {
	border: 4px solid #444444;
}

a {
	color: #660000;
	text-decoration: underline;
}

hr {
	margin: 10px;
	color: #333333;
}

a:hover {
	text-decoration: none;
}

/* Klassen */

.caption {
	float: left;
	padding: 4px;
	border: 1px solid #444444;
	margin-right: 25px;
	margin-bottom: 20px;
}

.centred {
	text-align: center;
}

.twocolums {
	padding: 20px;
	margin: 0 auto;
	width: 700px;
	text-align: center;
}

.tableline {
	width: 350px;
	padding: 15px;
	background-color: #FFCDCA;
	-moz-border-radius: 20px;
}

.smalltable {
	width: 350px;
	text-align: left;
	font-size: 13px;
	margin: 20px 50px;
}

.imprint {
	width: 500px;
	text-align: left;
	margin: 30px 50px;
	font-size: 13px;
	font-weight: bold;
	line-height: 22px;
}

.tall {
	font-size: 14px;
	line-height: 25px;
}

.clear {
	clear: both;
}

.red {
	font-weight: bold;
	color: #FF0000;
}

/* Topline */

#topline {
	height: 90px;
	background: #0b1822;
	text-align: center;
	color: #EEE;
	font-size: 32px;
	text-shadow: 0 0 3px rgba(255,255,255,0.5);
	font-family: 'Shadows Into Light Two', Arial, sans-serif;
	padding: 15px 0 10px 0;
	background: url(../img/layout/topline_stars.jpg) -15px center no-repeat;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.7);
}

#topline p {
	margin: 5px 0;
	text-align: center;
}

#topline span {	
	color: #FC0;
}

#topline a {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #EEE;
	text-decoration: none;
}

#topline a:hover {
	text-decoration: underline;
	color: #FC0;	
}
/* Menu */

#menu {
	width: 900px;
	margin: 0 auto;
	margin-top: 30px;
}

#menu ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display:table; 
	width: 810px;
	white-space:nowrap; 
}

#menu li {
	padding: 0;
	display: inline;
	background: none;
}

#menu a {
	display: block;
	float: left;
	height: 30px;
	padding: 15px 20px 0 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
}

#menu .l {
	background: url(../img/layout/topmenu_left.gif);
	width: 2px;
	height: 45px;
	float: left;
	margin-left: 10px;
}

#menu .r {
	background: url(../img/layout/topmenu_right.gif);
	width: 2px;
	height: 45px;
	float: left;
	margin-right: 10px;
}


#menu a:hover {
	background: url(../img/layout/topmenu_active_bg.gif);
}

#menu .n {
	background-image: url(../img/layout/topmenu_bg.gif);
}

#menu .h {
	background-image: url(../img/layout/topmenu_active_bg.gif);
}

#menu .g {
	background-image: url(../img/layout/topmenu_bg_green.gif);
}

/* Container */

#container {
	width: 879px;
	margin: 0 auto;
	margin-bottom: 30px;
	background: #FFFFFF;
	clear: both;
	padding: 4px;
}

/* Head */

#head {
	height: 200px;
}

#logo {
	height: 200px;
	width: 312px;
	background: url(../img/layout/logo.jpg);
	float: left;
}

#rotating_headimage {
	height: 200px;
	width: 563px;
	background: #CCCCCC;
	border-left: 4px solid #FFFFFF;
	float: left;
}

/* Main */

#main {
	clear: both;
}

#sidemenu {
	float: left;
	width: 200px;
	margin-right: 4px;
}

#sidemenu ul {
	margin: 0;
	padding: 2px 0;
	list-style: none;
}

#sidemenu li {
	padding: 0;
	display: inline;
	background: none;
}

#sidemenu a {
	display: block;
	background: #FFFFFF;
	height: 20px;
	padding: 7px 0 0 14px;
	text-align: left;
	width: 175px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	margin: 2px 0;	
	letter-spacing: 1px;
}

#sidemenu a:hover, #sidemenu .h {
	background: #FFFFFF;
	padding-top: 7px;
	height: 20px;
	border: 4px solid #CCCCCC;
	color: #111111;
	width: 186px;
}

#sidemenu .n {
	background: #333333;
	padding-top: 10px;
	height: 25px;
	color: #FFFFFF;
	border-left: #555555 solid 12px;
}

#sidemenu_headline {
	width: 186px; 
	background-color: #DDDDDD; 
	color: #333333; 
	text-align: center; 
	font-size: 16px; 
	letter-spacing: 4px; 
	font-weight: bold; 
	padding: 7px; 
	margin-top: 4px; 
	margin-right: 4px;
	border-top: 4px #333333 solid;
	border-bottom:  4px #333333 solid;
	border-right: 4px #CCCCCC solid;
}

#content_wide {
	float: left;
	width: 679px;
	margin-top: 4px;
	background: #CCCCCC;
}

#content {
	float: left;
	width: 475px;
	margin-top: 4px;
	background: #CCCCCC;
}

#side {
	float: left;
	width: 196px;
	margin-left: 4px;
	margin-top: 4px;
	background: #333333;
}

#main img {
	border: 3px solid #333333;
	margin: 5px;
}

#main a img {
	border: 3px solid #333333;
	margin: 5px;
}

#main a:hover img {
	border: 3px solid #666666;
	margin: 5px;
}

#side img {
	border: 0px;
	margin: 5px;
}


.headline {
	background: #333333;
	padding: 10px;
	margin: 0 5px 5px 5px;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 30px;
	letter-spacing: 2px;
}

.subtext {
	background: #FFFFFF;
	padding: 10px;
	margin: 0 5px 5px 5px;
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: justify;
}

.subtext_gray {
	padding: 10px;
	margin: 0 5px 5px 5px;
	color: #444444;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: justify;
	font-style: italic;
}

.subtext li {
	margin: 5px 0;
}

/* Foot */

#foot {
	clear: both;
	background: #0b1822;
	padding: 15px;
}

#footer {
	width: 800px;
	margin: 0 auto;
	color: #DDDDDD;
	font-size: 13px;
	height: 30px;
	font-weight: bold;
}

#wrapper {
	text-align: left;
	float: left;
}

#wrapper a {
	text-decoration: none;
	color: #DDDDDD;
}

#wrapper a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

#copy {
	text-align: right;
	float: right;
}

.ch {
	list-style: none;
	padding-left: 30px;
	background: url('../img/ch.png') 3px 3px no-repeat;
}

.de {
	list-style: none;
	padding-left: 30px;
	background: url('../img/de.png') 3px 3px no-repeat;
}