/* ---------- tags ---------- */
html {
/*\*/
	height: 100%;
	width: 100%;
/**/
}

body 	{
	margin: 0px;
	padding: 0px;
/*\*/
	width: 100%;
	height: 100%;
/**/
}

a {color:#2d373c; text-decoration: underline}

p, li, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #000;
}

h1 {
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight:normal;
	color: #000;
}

h2 {
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight:bold;
	color: #000;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight:bold;
	color: #000;
}

acronym { border-bottom: 1px dotted #969b9d; cursor:help; }

/* ------------- IDs ------------- */

#container {
	width: 100%;
	text-align: left;
	position:relative;
}

#top {
	width: 100%;
}

#striche {
	display: none;
}

#logo {
	width: 100%;
	height: 44px;
	text-align: right;
	margin-bottom:30px;
}

#themenbild {
	display: none;
}

#nav1 {
	display: none;
}

#center {
	width: 100%;
}

#nav2 {
	display: none;
}

#content {
	width: 98%;
}

#content h1 {
	margin-top: 0px;
}


#icons {
	display: none;
}

#footer {
	position:relative;
	text-align: right;
	padding-top: 30px;
	padding-right:5px;
	font-size: 0.7em;
	color: #000;
	text-transform:uppercase;
}


/* typo */

.titel {
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight:normal;
	color: #000;
}

.titelkl {
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight:bold;
	color: #000;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #000;
}

.textkl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000;
}

/* ---------- Klassen ---------- */

.skip {
	display: none;
}

.linkext {
	background-image: url(../images/pfeil_ext.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 1.25em;
	height: 11px;
}

.imgl {
	margin: 0px 20px 20px 0px;
}

.imgr {
	margin: 0px 0px 20px 20px;
}

.portdiv {
	clear:left;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	margin-bottom: 20px;
}


.portimg {
	width:140px;
	float:left;
}

.port {
	margin-left:140px;
}



