/* CSS Document */

/*********************************************
**********************************************
**** Von mir erstellte/veränderte Klassen ****
**********************************************
*********************************************/

/*  .framed 
  Zeichnet einen hellgrauen Rahmen um ein Element.
  Wird in den Tabellen genutzt
*/
.framed {
  border: #cdcdcd 1px solid;
}

/*  h1.uline 
  Unterstrichene Überschriften.
  Attribute (in ihrer Reihenfolge):
  Textgröße: (px, %)
  Farbe: (#hexwert)
  Unterstreichung: Farbe Größe Stil
  Wir nutzen hier den unteren Rahmen als Unterstreichung.
  Maximale Größe: (px, %)
  Legt fest wie lang die Unterstreichung maximal ist. Lassen Sie diese Eigenschaft weg geht die Linie über die gesamte Breite
  Abstand zur Unterstreichung: (px)
*/
h1.uline {
  font-size:18px;
  color:#000099;
  border-bottom: #5f52cc 3px solid;
  max-width: 520px;
  padding-bottom: 5px;
}


/* .strich_unten
  Abgrenzung der Hauptnavigation zum Inhalt. (die graue Linie)
*/
.strich_unten {
  border-bottom: #eee 2px solid;
}

/* Stil der Navigationslinks
  Legt das Aussehen der Hauptnavigationslinks fest.
*/
.table_menu a:hover {
  text-decoration: underline;
}

/* Header Navigation (die Links oben rechts)
   Legt Stil der Links fest.
   :hover wäre das Verhalten wenn die Maus drüber geht.
*/
.header a {
  text-decoration: underline;
  color: #000099;
}

.header a:hover {
  text-decoration: underline;
  color: #0000dd;
}

/* #main_column hr
  Stil der Abgrenzungslinien auf der Startseite
  #farbe Größe Stil
*/
#main_column hr {
  border: #8980d9 1px solid;
}

/* 
Zusätzlich: kleinere Anpassungen in den anderen Klassen
die bei Beibehaltung der Struktur nicht geändert werden müssen.
*/

/*********************************************
******************* Ende *********************
**********************************************/

* {
	font-size:11px;
	font-family: Verdana, Arial, sans-serif;
	color:#000000;
}

body {
	margin: 0; 
	padding: 0;
	font-size:11px;
	font-family: Verdana, Arial, sans-serif;
	background-image:url(/layout/default_layout_7/background.jpg);
	background-repeat:repeat-x;
	background-color:#F0F0F0;
}

a {
  text-decoration: underline;
  color: #000099;
}

a:hover {
  text-decoration: underline;
  color: #0000dd;
}

.Price {
	font-weight:bold;
	font-size:12px;
	color:#CC0000;
}

h1 {
	font-size:26px;
	color:#171717;
}

h2{
	font-size:16px;
	color:#171717;
}

h3{
	font-size:14px;
	color:#171717;
}

h4{
	font-size:11px;
	color:#000000;
}

.newsletter {
color: green;
}

.flag_fr {
visibility:hidden;
}


.table_border {
	border-left:1px #CCCCCC solid;
	border-right:1px #CCCCCC solid;
	background-color:#FFFFFF;
  padding: 0px;
}

.table_border tr td {
  padding-bottom: 0px;
}


.menu {
	background-image:url(/layout/default_layout_7/bg_navigation.gif);
	background-repeat:repeat-x;
  padding:0px;
	padding-left:5px;
	padding-right:5px;
	margin:0px;

}

.menu a {
	color:#000000;
	text-decoration:none;

}

.table_menu {
  margin:0px;
	margin-left:2px;
  margin-top: 5px;
  padding:0px;
}


.table_menu tr {
  padding: 0px;
}

.header {
	background-image:url(/images/gallery/Basis/Banneroe6.gif);
	background-repeat:no-repeat;
	height:110px;
  padding: 0;
}


.header_navigation_right {
	margin:0px;
	padding-right:20px;
	padding-bottom:5px;
	padding-top:10px;
	text-align:right;
	color:#000000;
  border-bottom: #eee 2px solid;
}

.header_navigation_right a {
	color:#000000;
	text-decoration:none;
}

.header_navigation_right a:hover {
text-decoration: underline;
}

.header_logo {
	background-image:url(/layout/default_layout_7/logo.gif);
	background-position: 30px 0px;
	background-repeat:no-repeat;
	height:32px;
	width:70%;
}

/**
 * mit dieser Anweisung kann das Logo im Kopfbereich geändert werden.
 */
.logo {
	background-image:url(/layout/default_layout_7/logo.gif);
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
	width:150px;
}


/**
 * 2. row
 */
#left_column {
	padding-top:20px;
  width:0px;
}

#main_column {
  text-align:left;
	width:710px;
	padding:20px;
}

#main_column a {
text-decoration: underline;
color: #000099;
}

#main_column a:hover {
  text-decoration: underline;
  color: #0000dd;
}

#right_column {
	width:200px;
  padding: 0;
  margin: 0;
	padding-top:20px;
}

#right_column a {
text-decoration: underline;
color: #000099;

}
#right_column a:hover {
text-decoration: underline;
color: #0000dd;
}

ul.left_menu {
   padding:0px;
   margin:0px 0px 0px 20px;
   width:204px;        }


ul.left_menu ul {
   padding:0px;
   margin:0px;
   width:204px;        }

ul.left_menu li {
   text-align:left;
   list-style-type:none;
   background-image:url(/layout/default_layout_7/bg_subnavi.gif);
   background-repeat:no-repeat;
   padding-left: 0px;
       padding-top:0px;
       margin-left:0px;
   width: 100%;
}

ul.left_menu a {
   display: block;
   color:#3c3c3c;
   text-decoration:none;
   padding: 7px 4px 5px 20px;
   width:160px;
}

ul.left_menu li a:hover {
   font-weight:bold;
}

ul.left_menu li.level2 {
   text-align:left;
   background-image:none;
   background-repeat:no-repeat;
}

ul.left_menu li.level2 a {
   display: block;
   background-image:none;
   background-color:#FCEEAD;
   border-top:1px #B7B7B7 solid;
   padding: 7px 4px 5px 30px;
   width:150px;
}


ul.left_menu li.level3 {
   text-align:left;
   background-image:none;
   background-repeat:no-repeat;
}

ul.left_menu li.level3 a {
   display: block;
   background-image:none;
   background-color:#FDF7D7;
   border-top:1px #C0C0C0 solid;
   padding: 7px 4px 5px 40px;
   width:140px;
}

.box {
	width:190px;
  margin: 0 auto;
}

#left_column .box {
	padding-left:20px;
	padding-right:0px;
}

#left_column .box .content {
	
}

.box .header {
	padding:0px;
	height:28px;
	background-image:url(/layout/default_layout_7/bg_box.gif);
	background-repeat:no-repeat;
}

.header h2 {
  text-align:center;
	padding-top:6px;
	padding-bottom:0px;
	margin: 0px;
	font-size:12px;
	font-weight:normal;
}

.box .content {	
  text-align:left;
	font-size:11px;
	font-weight:normal;
	background-image:url(/layout/default_layout_7/bg_text_box.gif);
	background-repeat:repeat-y;
	margin-top:0px;
	margin-left:0px;
  padding: 10px 10px 0px 10px;
	width:inherit;
}

.box .footer {
	background-image:url(/layout/default_layout_7/box_footer.gif);
	background-repeat:no-repeat;
	margin-bottom:10px;
}

.bg_content {
	background-color:#ffffff;
	padding:9px;
	width:964px;
	margin-top:45px;	
}

.footer {
	background-image:url(/layout/default_layout_7/bg_footer.jpg);
	background-repeat:repeat-x;
	height:25px;
	color:#ffffff;
	padding-left:16px;
}

/**
 * Hinweistexte oder Ergebnisausgaben werden in diesen Boxen platziert
 */
.plenty_horizontal_bar {
	width:99%; 
	margin: 4px 0px 4px 0px;
	padding:0px;
	border: 2px solid #dfdfdf; 
	background-color:#f8f8ff;
	text-align:left;
	vertical-align:middle;
}

.plenty_horizontal_bar div {
	padding-left: 8px;
	padding-bottom: 4px;
}

.plenty_horizontal_bar h2 {
	color:#D2D1D7;
	font-weight:normal;
}

			.tab_border {
				margin-top:14px;
				border-collapse:collapse;
				border-width: 1px;
				border-style: solid;
				border-color: #B1BCC9;
			}
			
			.tab_border td {
				padding:5px;
			}
			
			.tab_border th {
				padding:5px;
				font-weight:bold;
				letter-spacing:0.1em;
				background-color:#818A95;
				color:#FFFFFF;
				border-collapse:collapse;
				border-width: 1px 1px 1px 1px;
				border-style: solid solid solid solid;
				border-color: #C3D0E1;
			}		
		
			.tab_border {
				margin-top:14px;
				border-collapse:collapse;
				border-width: 1px;
				border-style: solid;
				border-color: #B1BCC9;
			}
			
			.tab_border td {
				padding:5px;
			}
			
			.tab_border th {
				padding:5px;
				font-weight:bold;
				letter-spacing:0.1em;
				background-color:#818A95;
				color:#FFFFFF;
				border-collapse:collapse;
				border-width: 1px 1px 1px 1px;
				border-style: solid solid solid solid;
				border-color: #C3D0E1;
			}





 * Formatierung für Linkcloud


.tag_6 {
color:#417C9C;
display:inline;
font-size:10px;
}
.tag_5 {
color:#417C9C;
display:inline;
font-size:12px;
font-weight:bold;
}
.tag_4 {
color:#417C9C;
display:inline;
font-size:14px;
font-weight:bold;
}
.tag_3 {
color:#417C9C;
display:inline;
font-size:16px;
font-weight:bold;
}
.tag_2 {
color:#417C9C;
display:inline;
font-size:18px;
font-weight:bold;
}
.tag_1 {
color:#417C9C;
display:inline;
font-size:20px;
font-weight:bold;
}


 