/* --- CSS Reset --- */

@import "reset.css";

/* --- Basic --- */

html, body, table, input, textarea, p, li {
	font-family: Arial, sans-serif;
	color: #737373;
	font-size: 12px;
	line-height:14px;
}

/* Font Colors */

h1, h2, .hervorhebung, a {
	color: #272727;
}
h1, h2 {
	font-weight: normal;
}
.hervorhebung {
	font-weight: bold;
}
a {
	text-decoration:none;
}

a:hover,
a.active,
a:focus {
	color: #000000;
	text-decoration:underline;
}

.headernav a,
.footer a{
	color: #737373;
}

.headernav a.active,
.headernav a:hover,
.headernav a:focus,
.footer a.active,
.footer a:hover,
.footer a:focus {
	color: #000000;
	text-decoration:none;
}

/* Font Sizes */

.headernav a {
	font-size: 14px;
}

.footer {
	font-size: 12px;
}

h1 {
	font-size:16px;
}

h2 {
	font-size:12px;
}

p, h1, h2 {
	line-height: 18px;
}

h1 {
	border-top: 1px solid #c0c0c0;
	/*border-bottom: 1px solid #c0c0c0;*/
	padding:6px 0;
	margin-bottom:5px;
	margin-top:16px;
}

h1.nomargintop {
	margin-top:0;
}

h1.borderbottom {
	border-bottom: 1px solid #c0c0c0;
	margin-bottom:16px;
	margin-top:0px;
}

p {
	margin-bottom: 13px;
}

h1 {

}

.kleinerAbstandUnten {
	margin-bottom: 5px;
}

p img { /*blaue linie im p-Tag*/
	margin-bottom:-4px;
}


p.small {
	font-size:11px;
}

.black {
	color: #000000;
}

#contentwrapper ul {
	list-style-type: disc;
	padding-left: 20px;
	margin-bottom:13px;
}

.projectlist li {
	line-height: 18px;
	list-style-type: none;
	padding-left: 30px;
	padding-bottom: 5px;
}
.projectlist a {
	font-weight: bold;
}

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

.clearfix {
	display: block;
}
*/

