* {  }

html {
	margin:0px;
        padding:0px;
        border:none;
}

body { color: #2c2c2c; background-image: url(layout/bg.gif); font-family: Arial; border-style: none; text-align: center;}

h1, h2, h3 {
	
}

h1 { color: #800000; margin-bottom: 6px; text-align: left; font-size: 16px; font-weight: bold; }

h2 { color: #1c466d; margin-bottom: 6px; text-align: left; font-size: 14px; font-weight: bold; }

h3 { color: #f26531; font-size: 12px; text-align: left; font-weight: bold; }

p, blockquote, ol, ul {
	margin-bottom: 16px;
	text-align: justify;
	line-height: 14px;
	font-size: 12px;
}


ol {
	margin-left: 2em;
}


a {
	text-decoration: none;
	
	color: #1c466d;
}

a:hover {
	text-decoration: underline;
	color: #1c466d;
}



/* Menu */

#menu { font-size: 10px; height: 30px; width: 650px; margin-bottom: 25px; }

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	
	line-height: 18px;
}

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

#menu a { background: url(layout/ul-pfeil.png) no-repeat;
background-attachment: scroll;
			background-position: left;
color: #1c466d; display: block; float: left; padding: 3px 10px; font-size: 10px; }

#menu a:hover {  
					 text-decoration: underline; }
/* Page */

#site {
	background: url(layout/recondite_websie_top.png) no-repeat;
	width: 1024px;
	padding-top: 361px;
	margin-top: -15px;
}

#page { 
	width: 960px;
}


/* Content */

#content {
	float: right;
	margin: 0;
	padding: 0 47px 0 0px;
}

#welcome { width: 650px; padding: 0px;
}

.floating-box430 {
	float: left;
	vertical-align: top;
	width: 430px;
}

.floating-box200 {
	float: left;
	width: 200px;
	vertical-align: top;
}


/* Sidebar */
#sidebar { 
	float: left;
	margin: 0;
	padding: 35px 20px 0px 20px;
	width: 160px;

}


#links {
}

#links ul { padding: 0;  
background-repeat: repeat-x; 
background-attachment: scroll; 
background-position: left bottom;

	list-style: none;}




#links li {
	padding: 0px 0;
		display:block;
		width:140px;
        text-decoration:none;
       	height:30px;
		line-height:30px;
		margin-bottom: 5px;
}

#links li a {
		display:block;
		width:140px;
        text-decoration:none;
       	height:30px;
		line-height:30px;
		margin-left: 0;
		margin-bottom:0;
       	color:#800000;
       	padding-left:10px;
       	border-left: 1px solid #800000;
       	border-top: 1px solid #800000;
}

#links li a:hover{  border-left: 2px solid #800000;
       	border-top: 2px solid #800000;}



/* Footer */

#mehr { background: url(layout/recondite_websie_bgline.png) repeat-y;
			width:	1024px;
			padding: 0px;
			margin: 0px;
			
			
			
			
}

#mehr_inhalt { 
				margin: 0;
				padding: 0 80px 0 0px;
				width: 650px;

}


#footer { background: url(layout/recondite_websie_bottom.png) no-repeat;
			height: 351px;
			width:	1024px;
			padding: 0px;
			margin: 0px;
			
			
}

#footercontent { 	width: 960px;
					padding-top: 280px;
					padding-left: 20px;
					text-align: left;

}


#footercontent ul {
	margin: 0;
	padding: 10px;
	list-style: none;
	line-height: 16px;
	
}

#footercontent li {
	padding: 0 10px;
	display: inline;
	background: none;
}



#footercontent a { color: #000000; display: block; float: left; padding: 3px 10px; font-size: 10px; }

#footercontent a:hover { text-decoration: underline; }




