/******************************
 * Zur allgemeinen Verwendung 
 ******************************/
/* gruene Schrift */
.green {
	color:#C0CF00;
}

/* graue Schrift */
.grey {
	color:#919191;
}

/* gruene Box */
div.greenBox {
	background-color:#C0CF00;
	padding:10px;
	margin-bottom:10px;
	overflow:hidden;
}

/* weiße Box mit Rahmen */
div.greenBox {
	background-color:#FFFFFF;
	padding:10px;
	margin-bottom:10px;
	overflow:hidden;
}

/* blaue Box */
div.blueBox {
	background-color:#a3acd7;
	padding:10px;
	overflow:hidden;
}
/* blaue Box */
div.blueBox2 {
	background-color:#141f6d;
	padding:10px;
	overflow:hidden;
	color:#fff;
}
div.blueBox2 a {
	color:#fff !important;
}

div.blueBox2 a:hover,
div.blueBox2 a:focus,
div.blueBox2 a.act {
	color:#C0CF00 !important;
}


.jamedaButton {
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	-o-border-radius:4px;
	padding:5px 10px;
	display:block;
	background:#141f6D url(http://www.jameda.de/_images/badges/fach_teaser_small.gif) left top no-repeat; 
	color:#fff;
	font-size:12px;
	line-height:14px;
	text-decoration: none;
}











/******************************
 * HTML-Tags 
 ******************************/
 
/* Alles nullen */
body {
	font-family:Tahoma,Arial,Verdana,Helvetica,Sans-serif,sans-serif;
	margin:0;
	padding:20px 0;
	line-height:16px;
	font-size:12px;
	color:#141f6D;
	background-color:#b0b8c8;
}
h1,h2,h3,h4,h5,h6,dl,dt,dd,img,p,div,form,legend,fieldset,legend,input,select,textarea,table,th,td,caption,ul,li,ol,a,acronym, dfn, abbr {
	margin:0;
	padding:0;
	font-family:Tahoma,Arial,Verdana,Helvetica,Sans-serif,sans-serif;
}

/* Absaetze und Ueberschriften */
h1 {
	font-size:20px;
	line-height:26px;
	padding-bottom:15px;
	font-style:italic;
}
h2 {
	font-size:15px;
	padding-bottom:5px;
}
h2.normal {
	font-weight:normal;
}
h3 {
	font-size:12px;
	padding-bottom:5px;
}
h3.italic {
	font-style:italic;
	font-weight:normal;
}
p {
	padding-bottom:8px;
}
address {
	font-style:normal;
}
small,.small {
	font-size:10px;
	line-height:12px;
}

hr {
  clear:both;
  height:1px;
  padding:0;
  color:#E1E1DF;
  border:none;
  border-top:1px dotted #E1E1DF;
  margin:7px 0;
}
hr.blue {
  color:#141f6d;
  height:2px;
  border-top:2px solid #141f6d;
}

/* Links */
a {
	text-decoration:none;
	color:#141f6D;
	text-decoration:underline;
	font-weight:bold;
}
a:hover,
a.act {
	color:#a5be1e;
}
a.imprint {
	color:#919191;
	text-decoration:none;
}
a.imprint:hover {
	text-decoration:underline;
}
a img { 
	border:none;
	text-decoration:none;
}
.greenBox a {
	text-decoration:underline;
}
.greenBox a:hover {
	color:#141f6D;
	text-decoration:underline;
}
h1 a, h2 a, h3 a {
	text-decoration:none !important;
}


/* Listen */
ul {
	margin-left:15px;
	list-style-type:square;
}
ul.nostyle {
	list-style-type:none;
	margin:0;
	padding:0;
}


/* Bilder */
dl.image dd {
	font-weight:bold;
	font-size:11px;
}

/**********************************
 * Allgemeingueltige Klassen 
 **********************************/
.hidden {
	display:none;
}
.clearer {
	clear: both;
}
.left, .imgleft {
	float: left;
}
.right {
	float: right;
}






/**********************************
 * Bereiche 
 **********************************/
/* weisser Hauptbereich */
#main {
	width:880px;
	background-color:#fff;
	padding:20px;
	padding-left:0;
	text-align:left;
}
/* Absolute Hoehe des Inhalts bereichs */
.fullsize:after, #main:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden; 
}
.fullsize, #main {
	display:inline-table; 
}
* html .fullsize { 
	height:1%; 
}
.fullsize, #main {
	display:block; 
}



/* Kopf */
#header {
	width:865px;
	height:260px;
	padding-right:15px;
	background-repeat:no-repeat;
	background-position:center bottom;
}
.logo {
	margin:-10px 0 0 0;
	position:relative;
	z-index:1;
}
.menu {
	padding:60px 10px 0 145px;
}
.menu ul.level1 {
	list-style-type:none;
	padding:0;
	margin:0;
}
.menu li.l1 {
	float:left;
	margin-right:15px;
	list-style:none;
}
.menu a,.menu a:hover {
	text-decoration:none;
}


/* 2. Ebene */
.menu div.level2 {
  position: relative;
}
.menu ul.level2 {
  position:absolute;
  left:0;
  float: left;
  display:none;
  z-index:2;
  margin:0;
  background:url(../img/blue/pix.png);
  padding:5px 40px 5px 5px;
}
.menu li.l1:hover ul.level2,
.menu li.l1:focus ul.level2,
.menu li.over ul.level2 {
  display:block;
}
.menu li.l2 {
  display: block;
  line-height:1.4em;
  clear: both;
}
.menu li.l2 a {
  display:block;
  margin:0;
  padding:3px 0;
  line-height:1.2em;
  width:auto;
  white-space:nowrap;
  overflow:visible;
  font-weight:normal;
  
}
.headline {
	margin:158px 0 0 220px;
}


/* Inhalt */
#content {
	width:880px;
	padding:15px 0 0 0;
}

/* Inhalt: erste Spalte */
#col1 {
	width:170px;
	padding-left:40px;
	font-size:11px;
	overflow:hidden;
}

/* Inhalt: zweite Spalte */
#col2 {
	width:220px;
	padding-left:20px;
	overflow:hidden;
}

/* Inhalt: dritte Spalte */
#col3 {
	width:220px;
	padding:0 20px;
	overflow:hidden;
}
/* Inhalt: vierte Spalte */
#col4 {
	width:170px;
	overflow:hidden;
}

/* Inhalt: Widescreen */
#widescreen {
	width:640px;
	padding-left:20px;
	overflow:hidden;
}



