/* apertu.de */
/* Reset all */
*{
	padding: 0;
	margin: 0;
	border: 0;
}

/* Allgemeines */
body {
	font-size: 80%;
	line-height: 1.6em;
	color: #333;
	background:#fff;
	font-family: "Calibri", "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
}

acronym {
	color:#67aec4;
	font-weight:bold;
}

a:link {
	color:#333;
	text-decoration:none;
}

a:visited {
	color:#333;
	text-decoration: none;
}

a:hover {
	color:#67aec4;
	font-style:oblique;
	text-decoration:none;
}

/* Tooltips */
body div#toolTip { 
	position:absolute;
	z-index:1000;
	width:200px;
	background:#000;
	text-align:left;
	padding:5px;
	min-height:1em;
	-moz-border-radius:5px;
}

body div#toolTip p { 
	margin:0;
	padding:4px;
	color:#fff;
	line-height:1.2em;
}

body div#toolTip p em { 
	display:block;
	margin-top:3px;
	color:#67aec4;
	font-style:normal;
	font-weight:bold;
}

body div#toolTip p em span { 
	font-weight:bold;
	color:#fff; 
}

/* Clear Class */
.c {
	clear: both;
}

/* Bild */
img, a img {
	border: 0;
}

img {
	border:4px solid #dadada;
}

.no-border {
	float:left;
	margin:18px 30px 0 0;
	border:none;
}

/* Absaetze */
p {
	font-size:1em;
	line-height:1.7em;
	margin:0.5em 0;
	clear:both;
}

/* Links- bzw. Rechtsausrichtung für Elemente */
.leftalign {
	float: left;
	margin: 0 0.5em 0 0;
}

.rightalign {
	float: right;
	margin: 0 0 0 0.5em;
}

.left {
	float:left;
	margin:0 30px 0 0;
}

.margin {
	float:left;
	margin:0 7px 6px 0;
}

.no-margin {
	float:left;
	margin:0;
}

h1 {

}

h2 {

}

h3 {
	font: 1.6em "Georgia", Times, "Times New Roman", sans-serif;
	letter-spacing:0.05em;
	color:#67aec4;
}

h4 {
	font: 1.4em "Georgia", Times, "Times New Roman", sans-serif;
	letter-spacing:0.05em;
	color:#67aec4;
}

/* Layout */
#wrapper {
	margin:50px 0 0 100px;
	width:890px;
}

/* Logo und Claim */
h1#claim {
	width:684px;
	font-size:24px;
	text-indent:20px; 
	color:#9f9f9f;
	position:relative;
	margin:0 0 60px 0;
}

h1#claim {
	display:block;
	height:87px;
	padding:0;
	overflow:hidden;
	border:0;
	background: transparent; 
}

h1#claim em{
	background:transparent url(img/h1-3.jpg) 0px -0px no-repeat; 
	bottom:0pt;
	height:87px;
	left:0pt;
	position:absolute;
	right:0pt;
	top:0pt;
	width:684px;
}

h2#logo {
	width:87px;
	font-size:14px;
	text-indent:20px; 
	color:#67aec4;
	position:relative;
	margin:0 0 60px 20px;
}

h2#logo {
	display:block;
	height:87px;
	padding:0;
	overflow:hidden;
	border:0;
	background:transparent; 
}

h2#logo em{
	background:transparent url(img/a.jpg) 0px -0px no-repeat; 
	bottom:0pt;
	height:87px;
	left:0pt;
	position:absolute;
	right:0pt;
	top:0pt;
	width:87px;
}

#header {
	height:127px;
	background:#fff;
}

/* Navigation */
#sidebar {
	width:147px;
	float:left;
	margin-right:20px;
	font: 1.1em "Georgia", Times, "Times New Roman", sans-serif;
	letter-spacing:0.02em;
}

#sidebar a {
	display: block;
	width: 100px;
}

#navlist {
	padding:0;
	margin:0;
	width:120px;
}

#navlist li {
	list-style: none;
	margin:0 0 0 25px;
	padding:0 0 10px;
}

#navlist li a { 
	text-decoration: none; 
	color:#333;
	padding-left:0.4em;
}

#navlist li a:hover { 
	text-decoration: none; 
	color:#67aec4;
	font-style:oblique;
	padding-left:0.4em;
}

#content ul#sublist {
	margin:10px 0;
	font:1.1em "Georgia", Times, "Times New Roman", sans-serif;
}

#sublist li {
	display: inline;
	list-style-type: none;
	padding:2px 20px 2px 0;
}

#sublist li a, #sublist li a:link, #sublist li a:hover, #sublist li a:visited {
	border:none;
}

#sidebar a.active, #sublist a.active {
	color:#67aec4;
	font-style:oblique;
}

/* Content */
#content {
	width:684px;
	float:left;
	margin-left:20px;
	margin-bottom:60px;
}

#content ul{
	list-style-type:none;
	padding:10px 0;
	font-size:1em;
}

#content a, #content a:link, #content a:visited{
	border-bottom: 2px solid #dadada;
}

/* Spalten */
.col-a {
	width:140px;
	float:left;
	margin-right:20px;
}

.col-b {
	width:140px;
	float:left;
	margin-right:0;
}

.col-c {
	width:220px;
	float:left;
	margin-right:20px;
}

.col-d {
	width:220px;
	float:left;
	margin:0;
}

/* Vita Liste */
.bot {
	padding-bottom:3px;
}

.date {
	font-style:oblique;
	font-weight:bold;
}

/* Footer */
#footer {
	border-top:1px solid #b6b6b6;
	margin-left:40px;
	font-family: "Georgia", Times, "Times New Roman", sans-serif;	
	clear:both;
}

#footer a#active {
	color:#67aec4;
	font-style:oblique;
}

/* Formular */


table input {
	width:280px;
	height:20px;
	background:#eee;
	border:1px solid #dedede;
	font-family:"Calibri", "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	font-size:14px;
}

table textarea {
	width:280px;
	height:100px;
	background:#eee;
	border:1px solid #dedede;	
	font-family:"Calibri", "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	font-size:14px;
}

table input.spam {
	width:160px;
}

table input.send {
	background:#67aec4;
	width:162px;
	height:26px;
	border-top:3px solid #fff;
	color:#fff;
	font-weight:bold;
}

table img {
	border:none;
}