/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }


/* layout.css */

html, body { 
	height: 100%;
	margin: 0; 
	padding: 0 ;
	font-family:Arial;
}

h1 {
	font-size:18px;
	margin-top:12px;
}

h2 {
	font-size:32px;
	margin-top:36px;
	font-weight:normal;
}

h3 {
	font-size:19px;
}

h4 {
	font-size:14px;
	font-weight:normal;
}

a {
	color:#CC071E;
	text-decoration:none;
}

a:hover {
	color:#CC071E;
	text-decoration:none;
}

ul.text {
	width:879px;
	padding-left:100px;
	_margin-left:50px;
}

ul.unterschrift {
	width:100%;

}

ul#moebel {
	height:247px ;
}
li {
	text-align:center;
}

#container {
	position:relative;
	width:979px;
	height:100%;
	min-height: 100%; /* MindesthÃ¶he fÃ¼r moderne Browser */
	height:auto !important; /* Important Regel fÃ¼r moderne Browser */ 
	height:100%; /* MindesthÃ¶he fÃ¼r den IE */ 
	_height:auto;
	overflow: hidden !important; /* FF Scroll-leiste */
	background:url(../pics//background.gif) ;
}

#gallery1 {
	position:absolute;
	left:145px;
	top:100px;
	height:275px;
	width:374px;
	border:2px solid #96AA94;
}

#gallery1_headline {
	position:absolute;
	left:145px;
	top:52px;
	width:374px;
}

#gallery2_headline {
	position:absolute;
	left:555px;
	top:52px;
	width:374px;
}

#gallery2 {
	position:absolute;
	left:555px;
	top:100px;
	height:275px;
	width:374px;
	border:2px solid #96AA94;
}

#moebel, #fenster {
	padding-left:7px;
	padding-top:7px;
}

#content {
	position:relative;
	height:600px;
	height:475px;
}

.logo {
	margin-top:36px;
}

#footer {
	position:absolute;
	left:53px;
	top:428px;
}

/* 
############################### NEW STARTSITE ###############################
 */

li.newsimage {
	margin-top:10px;
}

li.newsimage img {
	height:120px;
}

#newssection {
	position:absolute;
	left:190px;
	top:232px;
	font-weight:bold;
	font-size:19px;
}

#gallery1_headline, #gallery2_headline {
	top:18px;
}

#gallery1, #gallery2 {
	top:60px;	
}

#footer {
	top:372px;
}


/* 
########################### NEW GALLERY ##############################
*/

#content li.main, #content li.sub {
	text-align:left;
}
#content .list_entry {
	position:relative;
}

a.list {
	color:#000;
}

a.list:hover {
	color:#888;
}

li.seperator {
	border-bottom:1px solid;
	width:339px;
	margin-top:25px;
	margin-bottom:25px;
}

ul.listheader {
	margin-bottom:30px;
}

ul.gal {
	position:relative;
	width:1000px;
}

ul.gal li {
	text-align:left;
	display:inline;
}
ul.gal li img {
	width:215px;
	margin-bottom:30px;
	margin-right:30px;
}

.list_entry h3 {
Ê	margin-bottom:5px;
}
