/* Alle Einstellungen gleich setzen */

@import url("base.css");

/* Allgemeine Deklarationen */


html, body { 
	overflow-y: scroll;
	font-family: 'Quattrocento Sans', sans-serif;
	font-size: 100%;
	font-weight: 400;
	color: #7a7a7a;
	line-height: 1.5em;
	height: auto;
	width: 100%;
	background-color: white;
	
}

p {
	font-size: 14px;
	font-size: 0.875rem;
	margin: 0 0 10px 0;
}

h1 {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.3em;
	margin: 0 0 10px 0;
}

h2, h3, h4, h5, h6 {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.3em;
	margin: 0 0 10px 0;
}

/* Einstellungen fuer Links */

#mainmenu a, #submenu a {
	font-weight: 700; 
	font-size: 14px;
	font-size: 0.875rem;
	text-decoration:none;
	color: #7a7a7a;
}

#mainmenu a:hover, #mainmenu a.active, #submenu a:hover, #submenu a.active { color: #000000; }

#content a {
	font-size: 14px;
	font-size: 0.875rem;
	text-decoration:underline;
	color: #7a7a7a;
}

a:hover, a.active { color: #000000; }


/* Einstellungen für die Position */

#header h1.siteheader {
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 400;
	margin: 45px 0 50px 50px;
	padding: 0;
	line-height: 1em;
}


#container {
	width: 980px;
}

#mainmenu {
	margin: 0 0 91px 50px;
}

#mainmenu ul li, #submenu ul li {
	float: left;
	margin-right: 15px;
}

#content {
	margin: 0 0 0 50px;
}

#content img {
	border: 1px solid #b0b1b1;
}

#content img.newspic {
	float: right;
	margin-left: 30px;
}

#content div {
	margin-bottom: 42px;
}

#content ol, #content ul {
	margin: 0 0 10px 0;
	list-style-position: outside;
	padding-left: 1em;
}

#content ul {
	list-style-type: square;
}

#content li {
	margin-bottom: 7px;
}

#content table {
	margin: 30px 0 30px 0;
	border-collapse: collapse;
}

#content table td {
	font-size: 14px;
	font-size: 0.875rem;
	padding: 0 10px 10px 0;
	vertical-align: top;
}

#content table td.first {
	padding: 0 0 10px 0;
	width: 100px;
/* 	border-right: 1px solid gray; */
}

#content table td.second {
	padding-left: 10px;
}

#content table td.tdbeschreibung {
	text-align: center;
}

/****************************** 
* Sonstige Deklarationen 
*******************************/

/* Clearfix Hack */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
/* @end */

/* Ende des Stylesheets */