﻿
@IMPORT url("css/basic.css");

body {
	font-family: "Century Gothic", Verdana, Helvetica, Arial, sans-serif;
	background-image: url("images/background.gif");
	background-repeat: repeat;
	margin:40px;
}

#container {
	width: 800px;
	height: 100%;
	padding: 0;
	margin: 0 auto;
	border: 3px solid #8c8c8c;
	background-color: #fff;
}
#masthead {
	height:100px;
	padding: 0;
	margin: 0;
	clear: right;
	text-align: center;
	background-image: url("images/masthead_image.jpg");
	background-position:center;
	
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #DDDDDD;
}

html>body #navigation {
	overflow: hidden;
}

#mainContent {
	width: relative;
	height: relative;
	padding: 10px;
	/*border: 5px dotted #8c8c8c;*/
}


#column_l {
	float: left;
	width: 50%;
	padding-left: 1em;
	padding-right: 1em;
	background-color: #fff;
	/*border-right: 1px solid #8c8c8c; */
}

#column_l  a{
text-decoration: none;

}

#column_l  h2{
margin: 0;
margin-bottom:1em;

}

#first-letter  p:first-letter{
font-size:1.75em;

}

}
#column_r {
	float: right;
	width: relative;
	padding-left: 0.5em;
	padding-right: 0.5em;
	background-color: #fff;
	}

#column_r div {
	float:right;
	margin-top: 15px;
	margin-right: 25px;
	margin-left: auto;
	
}

#column_r img {
border: 2px solid silver;

	
}	

}
#content {
	background-color: #fff;
}
#footer {
	clear: left;
	height: 15px;
	text-align: center;
	padding-bottom: 0;
	padding-top: 30px;
	background-color: white;
	margin-bottom:0.5em;
}

/* Masthead */
#masthead h1 {
	color: #000;
	margin-bottom:0;
}
#masthead h3 {
	color: #000000;
	margin-top: 0;
	font-size: large;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	font-size: small;
	text-align: center;
	padding:3px;
}
#navigation a {
	font-weight: normal;
	text-decoration: none;
	color: #000;
	display: inline;
	padding: 10px;
	border: 1px solid #cdc;
	font-size: small;
}
#navigation a:hover {
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #c77;
	background-color: #8E99B5;
}

/* scroll_l-verhalten */


#scroll_l td  {

font-size: small;
padding-bottom: 1em;
font-variant: small-caps;

} 

#scroll_l {
width:120%; 
height:500px; 
overflow:auto;
padding-right:2px;



}

#scroll_l  strong{
font-variant: small-caps;
font-size: 1em;
font-style: normal;
/*border-bottom: 1px solid;
line-height: 2em; */

}

#scroll_l  p{
font-size: 0.75em;
font-style: normal;
line-height: 1em;
padding-right:5px;

}


/* scroll-verhalten>>> ENDE */

/*

/* Right Column */


.Haftung {
	font-size: xx-small;
	color: #000000;
	margin-top: 8em;
	text-align: center;
}

/* Footer */
#footer p {
	font-size: small;
	color: #c77;
	text-align: center;
}
/* Links */
a {
	color: #8E99B5;
	text-decoration: underline;
	font-style: normal;
}
