/* Generell
*******************************************************************************/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px;
	background: #0074c4;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
}

a:link,
a:visited {
	color: #0074c4;
	text-decoration: none;
}

a:hover,
a:active {
	color: #0074c4;
	text-decoration: none;
}

strong {
	font-weight: bold;
}

h1 {
	margin: 20px 0 12px 0;
	font-size: 16px;
	font-weight: 900;
	color: #0074c4;
}

h2 {
	margin: 0 0 12px 0;
	font-size: 12px;
	font-weight: 900;
	color: #444;
}

h3 {
	margin: 0 0 12px 0;
	font-size:11px;
	font-weight: normal;
	color: #000;
}

#pgGlossar h2 {
	margin: 0 0 2px 0;
	padding: 0;
}

/* Konstrukt
*******************************************************************************/

#wrap {
	position: relative;
	width: 798px;
	min-height: 780px;
	margin: 0 auto;
	text-align: left;
	background: #fff url(../images/global-background.gif) no-repeat top left;
	border: #000 1px solid;
}


/* Header Flash
*******************************************************************************/

#header {
	position: relative;
	margin: 0;
	width: 798px;
	height: 119px;
}


/* Hauptnavigation
*******************************************************************************/

#navigation {
	position: relative;
	height: 30px;
	width: 798px;
	background: url(../images/subnav_bg.gif) repeat-x;
}

#navigation a:link,
#navigation a:visited {
	padding: 0 0 0 25px;
	font-size:12px;
	line-height: 22pt;
	text-decoration: none;
	color: black;
}

#navigation a:hover,
#navigation a:active {
	color: #0074c4;
}


/* Unternavigation
*******************************************************************************/

#unav {
	position: relative;
	float: left;
	width: 198px;
}

/* Suche */
#search {
	height: 30px;
	background: url(../images/left-search-icon.gif) no-repeat;
	padding: 15px 0 15px 35px;
	border-bottom: solid 1px #ededed;
}

#search a img {
	margin: 0 2px 0 4px;
	float: left;
}

input.leftSearchInput {
	float:left;
	width:90px;
}

/* Navigation */
#unav ul {
	list-style-type: none;
}

#unav a {
	padding: 9px 0px 10px 29px;
	display: block;
	text-decoration: none;
	border-bottom: solid 1px #ededed;
	background: transparent url(../images/nav.gif) no-repeat 10px 50%;
	color: #424343;
	width: 169px;
	font-size: 11px;
}

#unav a:hover {
	background: #E5F6FF url(../images/nav.gif) no-repeat 10px 50%;
}

#unav strong {
	font-weight: normal;
}

/* Content
*******************************************************************************/

#content {
	position: relative;
	float: left;
	width: 410px;
	margin: 0 20px 0 10px;
}

#content p {
	margin: 0 0 12px 0;
}

#content ul {
	list-style-position: outside;
	list-style-image: url(../images/listenpunkt.gif);
	margin: 0 0 12px 30px;
}

* html #content ul {
	list-style-image: url(../images/listenpunktIE.gif);
}

.clear {
	clear: both;
	width: 300px;
	height: 1px;
}

#footer {
	clear: both;
	width: 798px;
	height: 17px;
	font-size: 9px;
	color: #0074c4;
	text-align: center;
}

/* Bilder
*******************************************************************************/

#bilder {
	position: relative;
	float: left;
	width: 140px;
	padding: 71px 0 0 0;
}

#bilder img {
	padding: 0 0 12px 0;
}

