/* SCHRIFTARTEN */

#box a {
  font-family:sans-serif;
	font-size:11px;
  font-weight: bold;
	color:#515151;
	line-height:2;
	text-align:left;
  text-decoration: none; 
  display:block;
}


#box a:hover {
color:black;
background:#ddd8b7;}

#box a span {display:none;}

#box a:hover span {
position:relative; top:450px; right:50px; z-index:3;
display: block;
width:200px;
color:black;
background:#ddd8b7;
font:normal small trebuchet ms;
border:1px solid black;
padding:10px;}


img { border:none }


#teaser {
	color:#005CA0;
	padding-left:15px;
	padding-top:15px;
	padding-right:20px;
	}

#teasergreen {
	color:#84C225;
	padding-left:15px;
	padding-top:15px;
	padding-right:20px;
	}

#teaseryellow {
	color:#EBAB0D;
	padding-left:15px;
	padding-top:15px;
	padding-right:20px;
	}

#teaserred {
	color:#B02A28;
	padding-left:15px;
	padding-top:15px;
	padding-right:20px;
	}


#list   {
	line-height:1.5;
	padding-left:25px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:20px;
	background-image:url('./pics/background_description.jpg');
	background-repeat:no-repeat;
	}

#list a {
	line-height:1.5;
	padding-left:35px;
	padding-right:15px;
	padding-top:5px;
	}



/* Sidebar Google Maps */

#twGmap {
	float:left;
	width:510px;
	height: 470px;
}

#twGmapSidebar {
	float: left;
	width: 160px;
	margin: 4px;
	padding: 4px;
	background-color: #00ffff;
}




/* SLIDESHOW */

#slideshow {
	height:100px; /* hier Hoehe der Slideshow-Bilder angeben */
	position:relative; 
}

#slideshow img {
	display:none;
	position:absolute;
	top:0; left:8;
}

#slideshow img.start {
	display:block;
}



/* UEBERSCHRIFTEN */
h1 { font-size:24px;font-weight:600;font-family:trebuchet ms;color:#005CA0;margin-bottom:10px;text-decoration:none; }
h2 { font-size:21px;font-weight:600;font-family:trebuchet ms;color:#005CA0;margin-bottom:10px;text-decoration:none; }
h3 { font-size:18px;font-weight:600;font-family:trebuchet ms;color:#005CA0;margin-bottom:5px;text-decoration:none; }
h4 { font-size:14px;font-weight:600;font-family:trebuchet ms;color:#005CA0;margin-bottom:5px;text-decoration:none; }
h5 { font-size:12px;font-weight:600;font-family:trebuchet ms;color:#005CA0;margin-bottom:5px;text-decoration:none; }
h6 { font-size:10px;font-weight:600;font-family:trebuchet ms;color:#005CA0;margin-bottom:5px;text-decoration:none; }


/* UEBERSCHRIFTEN GRUEN */
h1.green { font-size:24px;font-weight:600;font-family:trebuchet ms;color:#68B032;margin-bottom:10px;text-decoration:none; }
h2.green { font-size:21px;font-weight:600;font-family:trebuchet ms;color:#68B032;margin-bottom:10px;text-decoration:none; }
h3.green { font-size:18px;font-weight:600;font-family:trebuchet ms;color:#68B032;margin-bottom:10px;text-decoration:none; }
h4.green { font-size:14px;font-weight:600;font-family:trebuchet ms;color:#68B032;margin-bottom:5px;text-decoration:none; }
h5.green { font-size:12px;font-weight:600;font-family:trebuchet ms;color:#68B032;margin-bottom:5px;text-decoration:none; }
h6.green { font-size:10px;font-weight:600;font-family:trebuchet ms;color:#68B032;margin-bottom:5px;text-decoration:none; }


/* UEBERSCHRIFTEN GELB */
h1.yellow { font-size:24px;font-weight:600;font-family:trebuchet ms;color:#EBAB0D;margin-bottom:10px;text-decoration:none; }
h2.yellow { font-size:21px;font-weight:600;font-family:trebuchet ms;color:#EBAB0D;margin-bottom:10px;text-decoration:none; }
h3.yellow { font-size:18px;font-weight:600;font-family:trebuchet ms;color:#EBAB0D;margin-bottom:10px;text-decoration:none; }
h4.yellow { font-size:14px;font-weight:600;font-family:trebuchet ms;color:#EBAB0D;margin-bottom:5px;text-decoration:none; }
h5.yellow { font-size:12px;font-weight:600;font-family:trebuchet ms;color:#EBAB0D;margin-bottom:5px;text-decoration:none; }
h6.yellow { font-size:10px;font-weight:600;font-family:trebuchet ms;color:#EBAB0D;margin-bottom:5px;text-decoration:none; }


/* UEBERSCHRIFTEN rot */
h1.red { font-size:24px;font-weight:600;font-family:trebuchet ms;color:#B02A28;margin-bottom:10px;text-decoration:none; }
h2.red { font-size:21px;font-weight:600;font-family:trebuchet ms;color:#B02A28;margin-bottom:10px;text-decoration:none; }
h3.red { font-size:18px;font-weight:600;font-family:trebuchet ms;color:#B02A28;margin-bottom:10px;text-decoration:none; }
h4.red { font-size:14px;font-weight:600;font-family:trebuchet ms;color:#B02A28;margin-bottom:5px;text-decoration:none; }
h5.red { font-size:12px;font-weight:600;font-family:trebuchet ms;color:#B02A28;margin-bottom:5px;text-decoration:none; }
h6.red { font-size:10px;font-weight:600;font-family:trebuchet ms;color:#B02A28;margin-bottom:5px;text-decoration:none; }




/* BREADCRUMBS */
.breadcrumb { font-family:Verdana; font-size:7.5pt; color:#005CA0; font-style:normal; text-decoration:none; }
.breadcrumb_green { font-family:Verdana; font-size:7.5pt; color:#68B032; font-style:normal; text-decoration:none; }
.breadcrumb_yellow { font-family:Verdana; font-size:7.5pt; color:#EBAB0D; font-style:normal; text-decoration:none; }
.breadcrumb_red { font-family:Verdana; font-size:7.5pt; color:#B02A28; font-style:normal; text-decoration:none; }



/* PREISE FUER TOUREN */
.price { 
	font-family:sans-serif; 
	font-size:15px; 
	color:#FFFFFF; 
	font-style:normal; 
	font-weight:bold; 
	padding-bottom:10px; 
	text-decoration:none; 
}



/* TEXT STANDARD */
.text { 
	font-family:sans-serif;
	font-size:14px;
	color:#515151;
	line-height:1.5;
	text-align:left; 
}

.text_small { 
	font-family:sans-serif;
	font-size:11px;
	color:#515151;
	line-height:1.5;
	text-align:left; 
}



/* Leistungen */
.leistungen { 
	font-size:12px;
	font-weight:600;
	font-family:trebuchet ms;
	color:#515151;
	margin-bottom:5px;
	text-decoration:none;
  line-height:1.5;
}


.leistungen_green { 
	font-size:12px;
	font-weight:600;
	font-family:trebuchet ms;
	color:#515151;
	margin-bottom:5px;
	text-decoration:none;
  line-height:1.5;
}


.leistungen_yellow { 
	font-size:12px;
	font-weight:600;
	font-family:trebuchet ms;
	color:#515151;
	margin-bottom:5px;
	text-decoration:none; 
  line-height:1.5;
}


.leistungen_red { 
	font-size:12px;
	font-weight:600;
	font-family:trebuchet ms;
	color:#515151;
	margin-bottom:5px;
	text-decoration:none;
  line-height:1.5;
}



/* FORMULAR */
.button { font-family:sans-serif;font-size:11px;color:#515151;line-height:1.5;text-align:left;background-color:#FFFFFF;border:0px; }


/* LINKS */


/* Menu-Links */

/* Menu-Links für Specials */
a.menu_specialwhite:link { text-decoration:none; font-family:sans-serif; font-size:12px; font-weight:bold; color:#FFFFFF; }
a.menu_specialwhite:visited { text-decoration:none; font-family:sans-serif; font-size:12px; font-weight:bold; color:#FFFFFF; }
a.menu_specialwhite:hover { text-decoration:none; font-family:sans-serif; font-size:12px; font-weight:bold; color:#515151; }
a.menu_specialwhite:active { text-decoration:none; font-family:sans-serif; font-size:12px; font-weight:bold; color:#000000; }
a.menu_specialwhite:focus { text-decoration:none; font-family:sans-serif; font-size:12px; font-weight:bold; color:#FFFFFF; }


/* Menu-Links für das Hauptmenu */
a.menu_header_white:link { text-decoration:none; font-family:sans-serif; font-size:12px; font-weight:bold; color:#FFFFFF; }
a.menu_header_white:visited { text-decoration:none; font-family:sans-serif; font-size:12px; font-weight:bold; color:#FFFFFF; }
a.menu_header_white:hover { text-decoration:none; font-family:sans-serif; font-size:12px; font-weight:bold; color:#515151; }
a.menu_header_white:active { text-decoration:none; font-family:sans-serif; font-size:12px; font-weight:bold; color:#000000; }
a.menu_header_white:focus { text-decoration:none; font-family:sans-serif; font-size:12px; font-weight:bold; color:#FFFFFF; }


/* Menu-Links für die Hauptseite */
a.menu_link_main:link { text-decoration:none; font-family:sans-serif; font-size:11px; font-weight:bold; color:#FFFFFF; }
a.menu_link_main:visited { text-decoration:none; font-family:sans-serif; font-size:11px; font-weight:bold; color:#FFFFFF; }
a.menu_link_main:hover { text-decoration:none; font-family:sans-serif; font-size:11px; font-weight:bold; color:#515151; }
a.menu_link_main:active { text-decoration:none; font-family:sans-serif; font-size:11px; font-weight:bold; color:#000000; }
a.menu_link_main:focus { text-decoration:none; font-family:sans-serif; font-size:11px; font-weight:bold; color:#FFFFFF; }

/* Menu-Links für die Hauptseite */
a.menu_link_help:link { text-decoration:none; font-family:sans-serif; font-size:11px; font-weight:bold; color:#FFFFFF; cursor:help; }
a.menu_link_help:visited { text-decoration:none; font-family:sans-serif; font-size:11px; font-weight:bold; color:#FFFFFF; cursor:help;}
a.menu_link_help:hover { text-decoration:none; font-family:sans-serif; font-size:11px; font-weight:bold; color:#515151; cursor:help;}
a.menu_link_help:active { text-decoration:none; font-family:sans-serif; font-size:11px; font-weight:bold; color:#000000; cursor:help;}
a.menu_link_help:focus { text-decoration:none; font-family:sans-serif; font-size:11px; font-weight:bold; color:#FFFFFF; cursor:help;}


/* Menu-Links für Kanu-Fahrrad-Schlauchboot-Seiten */
a.menu_link_kanutouren:link { text-decoration:none; font-family:sans-serif; font-size:11px; font-weight:bold; color:#005CA0; }
a.menu_link_kanutouren:visited { text-decoration:none; font-family:sans-serif; font-size:11px; font-weight:bold; color:#005CA0; }
a.menu_link_kanutouren:hover { text-decoration:none; font-family:sans-serif; font-size:11px; font-weight:bold; color:#4887B3; }
a.menu_link_kanutouren:active { text-decoration:none; font-family:sans-serif; font-size:11px; font-weight:bold; color:#005CA0; }
a.menu_link_kanutouren:focus { text-decoration:none; font-family:sans-serif; font-size:11px; font-weight:bold; color:#FFFFFF; }

a.menu_link_fahrradtouren:link { text-decoration:none; font-family:sans-serif; font-size:11px; font-weight:bold; color:#68B032; }
a.menu_link_fahrradtouren:visited { text-decoration:none; font-family:sans-serif; font-size:11px; font-weight:bold; color:#68B032; }
a.menu_link_fahrradtouren:hover { text-decoration:none; font-family:sans-serif; font-size:11px; font-weight:bold; color:#B8DB7C; }
a.menu_link_fahrradtouren:active { text-decoration:none; font-family:sans-serif; font-size:11px; font-weight:bold; color:#68B032; }
a.menu_link_fahrradtouren:focus { text-decoration:none; font-family:sans-serif; font-size:11px; font-weight:bold; color:#FFFFFF; }

a.menu_link_schlauchboottouren:link { text-decoration:none; font-family:sans-serif; font-size:11px; font-weight:bold; color:#EBAB0D; }
a.menu_link_schlauchboottouren:visited { text-decoration:none; font-family:sans-serif; font-size:11px; font-weight:bold; color:#EBAB0D; }
a.menu_link_schlauchboottouren:hover { text-decoration:none; font-family:sans-serif; font-size:11px; font-weight:bold; color:#EFB100; }
a.menu_link_schlauchboottouren:active { text-decoration:none; font-family:sans-serif; font-size:11px; font-weight:bold; color:#EBAB0D; }
a.menu_link_schlauchboottouren:focus { text-decoration:none; font-family:sans-serif; font-size:11px; font-weight:bold; color:#FFFFFF; }

a.menu_link_aktivurlaub:link { text-decoration:none; font-family:sans-serif; font-size:11px; font-weight:bold; color:#B02A28; }
a.menu_link_aktivurlaub:visited { text-decoration:none; font-family:sans-serif; font-size:11px; font-weight:bold; color:#B02A28; }
a.menu_link_aktivurlaub:hover { text-decoration:none; font-family:sans-serif; font-size:11px; font-weight:bold; color:#B75030; }
a.menu_link_aktivurlaub:active { text-decoration:none; font-family:sans-serif; font-size:11px; font-weight:bold; color:#B02A28; }
a.menu_link_aktivurlaub:focus { text-decoration:none; font-family:sans-serif; font-size:11px; font-weight:bold; color:#FFFFFF; }


.side_menu_kanu_header {
	background-image:url('./pics/side_menu_kanu_header.jpg');
	border-style: solid;
	border-width: 1px;
	border-color: #B2CBE0;
	height: 30px;
	width: 220px;
	padding-top: 3px;
	padding-left: 10px;
	font-size:12px;
	font-weight:600;
	font-family:trebuchet ms;
	color:#005CA0;
	text-decoration:none;
}


.side_menu_fahrrad_header {
	background-color: #FFFAFA;
	border-style: solid;
	border-width: 1px;
	border-color: #68B032;
	height: 30px;
	width: 220px;
	padding-top: 3px;
	padding-left: 10px;
	font-size:12px;
	font-weight:600;
	font-family:trebuchet ms;
	color:#68B032;
	text-decoration:none;
}


.side_menu_schlauchboot_header {
	background-color: #FFFAFA;
  border-style: solid;
	border-width: 1px;
	border-color: #F8C300;
	height: 30px;
	width: 220px;
	padding-top: 3px;
	padding-left: 10px;
	font-size:12px;
	font-weight:600;
	font-family:trebuchet ms;
	color:#EBAB0D;
	text-decoration:none;
}


.side_menu_aktivurlaub_header {
	background-image:url('./pics/side_menu_aktivurlaub_header.jpg');
	border-style: solid;
	border-width: 1px;
	border-color: #B02A28;
	height: 30px;
	width: 220px;
	padding-top: 3px;
	padding-left: 10px;
	font-size:12px;
	font-weight:600;
	font-family:trebuchet ms;
	color:#B02A28;
	text-decoration:none;
}



img#title {
	border-color:#C0C0C0;
	border-width:1px;
	border-style:solid;
	padding:5px;
	width:650px;
}



/* Menu Links für die Absende-Buttons */
.menu_header_white:link { text-decoration:none; font-family:sans-serif; font-size:11px; font-weight:bold; color:#FFFFFF; }
.menu_header_white:visited { text-decoration:none; font-family:sans-serif; font-size:11px; font-weight:bold; color:#FFFFFF; }
.menu_header_white:hover { text-decoration:none; font-family:sans-serif; font-size:11px; font-weight:bold; color:#515151; }
.menu_header_white:active { text-decoration:none; font-family:sans-serif; font-size:11px; font-weight:bold; color:#000000; }
.menu_header_white:focus { text-decoration:none; font-family:sans-serif; font-size:11px; font-weight:bold; color:#FFFFFF; }




/* Cloud-Links */
a.clouds:link { font-family:Arial; font-variant:normal; font-weight:bold; font-size:15px; color:#4887B3; font-style:normal; text-decoration:none; }
a.clouds:visited { font-family:Arial; font-variant:normal;font-weight:bold;font-size:15px; color:#4887B3; font-style:normal; text-decoration:none; }
a.clouds:hover { font-family:Arial; font-variant:normal;font-weight:bold;font-size:15px; color:#FFFFFF; background-color:#F8C300; font-style:normal; text-decoration:none; }
a.clouds:active { font-family:Arial; font-variant:normal;font-weight:bold;font-size:15px; color:#FFFFFF; font-style:normal; text-decoration:none; }
a.clouds:focus { font-family:Arial; font-variant:normal;font-weight:bold;font-size:15px; color:#4887B3; font-style:normal; text-decoration:none; }



/* Textlinks */
/* Blauer Textlink */
a.link_text_blue:link { font-size:14px; font-family:sans-serif; font-weight:bold; text-decoration:underline; color:#005CA0; }
a.link_text_blue:visited { font-size:14px; font-family:sans-serif; font-weight:bold; text-decoration:underline; color:#005CA0; }
a.link_text_blue:hover { font-size:14px; font-family:sans-serif; font-weight:bold; text-decoration:underline; color:#4887B3; }
a.link_text_blue:active { font-size:14px; font-family:sans-serif; font-weight:bold; text-decoration:underline; color:#005CA0; }
a.link_text_blue:focus { font-size:14px; font-family:sans-serif; font-weight:bold; text-decoration:none; background-color:#FFFFFF; }


/* Grüner Textlink */
a.link_text_green:link { font-size:14px; font-family:sans-serif; font-weight:bold; text-decoration:underline; color:#68B032; }
a.link_text_green:visited { font-size:14px; font-family:sans-serif; font-weight:bold; text-decoration:underline; color:#68B032; }
a.link_text_green:hover { font-size:14px; font-family:sans-serif; font-weight:bold; text-decoration:underline; color:#B8DB7C; }
a.link_text_green:active { font-size:14px; font-family:sans-serif; font-weight:bold; text-decoration:underline; color:#68B032; }
a.link_text_green:focus { font-size:14px; font-family:sans-serif; font-weight:bold; text-decoration:none; background-color:#FFFFFF; }


/* Gelber Textlink */
a.link_text_yellow:link { font-size:14px; font-family:sans-serif; font-weight:bold; text-decoration:underline; color:#EBAB0D; }
a.link_text_yellow:visited { font-size:14px; font-family:sans-serif; font-weight:bold; text-decoration:underline; color:#EBAB0D; }
a.link_text_yellow:hover { font-size:14px; font-family:sans-serif; font-weight:bold; text-decoration:underline; color:#EFB100; }
a.link_text_yellow:active { font-size:14px; font-family:sans-serif; font-weight:bold; text-decoration:underline; color:#EBAB0D; }
a.link_text_yellow:focus { font-size:14px; font-family:sans-serif; font-weight:bold; text-decoration:none; background-color:#FFFFFF; }


/* Roter Textlink */
a.link_text_red:link { font-size:14px; font-family:sans-serif; font-weight:bold; text-decoration:underline; color:#B02A28; }
a.link_text_red:visited { font-size:14px; font-family:sans-serif; font-weight:bold; text-decoration:underline; color:#B02A28; }
a.link_text_red:hover { font-size:14px; font-family:sans-serif; font-weight:bold; text-decoration:underline; color:#B75030; }
a.link_text_red:active { font-size:14px; font-family:sans-serif; font-weight:bold; text-decoration:underline; color:#B02A28; }
a.link_text_red:focus { font-size:14px; font-family:sans-serif; font-weight:bold; text-decoration:none; background-color:#FFFFFF; }



/* Small Links */
a.link_small_blue:link { font-size:11px; font-family:sans-serif; font-weight:bold; text-decoration:none; color:#005CA0; }
a.link_small_blue:visited { font-size:11px; font-family:sans-serif; font-weight:bold; text-decoration:none; color:#005CA0; }
a.link_small_blue:hover { font-size:11px; font-family:sans-serif; font-weight:bold; text-decoration:none; color:#4887B3; }
a.link_small_blue:active { font-size:11px; font-family:sans-serif; font-weight:bold; text-decoration:none; color:#005CA0; }
a.link_small_blue:focus { font-size:11px; font-family:sans-serif; font-weight:bold; text-decoration:none; background-color:#FFFFFF; }



a.link_small_green:link { font-size:11px; font-family:sans-serif; font-weight:bold; text-decoration:none; color:#68B032; }
a.link_small_green:visited { font-size:11px; font-family:sans-serif; font-weight:bold; text-decoration:none; color:#68B032; }
a.link_small_green:hover { font-size:11px; font-family:sans-serif; font-weight:bold; text-decoration:none; color:#B8DB7C; }
a.link_small_green:active { font-size:11px; font-family:sans-serif; font-weight:bold; text-decoration:none; color:#68B032; }
a.link_small_green:focus { font-size:11px; font-family:sans-serif; font-weight:bold; text-decoration:none; background-color:#FFFFFF; }

a.link_small_yellow:link { font-size:11px; font-family:sans-serif; font-weight:bold; text-decoration:none; color:#EBAB0D; }
a.link_small_yellow:visited { font-size:11px; font-family:sans-serif; font-weight:bold; text-decoration:none; color:#EBAB0D; }
a.link_small_yellow:hover { font-size:11px; font-family:sans-serif; font-weight:bold; text-decoration:none; color:#F8C300; }
a.link_small_yellow:active { font-size:11px; font-family:sans-serif; font-weight:bold; text-decoration:none; color:#EBAB0D; }
a.link_small_yellow:focus { font-size:11px; font-family:sans-serif; font-weight:bold; text-decoration:none; background-color:#FFFFFF; }

a.link_small_red:link { font-size:11px; font-family:sans-serif; font-weight:bold; text-decoration:none; color:#B02A28; }
a.link_small_red:visited { font-size:11px; font-family:sans-serif; font-weight:bold; text-decoration:none; color:#B02A28; }
a.link_small_red:hover { font-size:11px; font-family:sans-serif; font-weight:bold; text-decoration:none; color:#B75030; }
a.link_small_red:active { font-size:11px; font-family:sans-serif; font-weight:bold; text-decoration:none; color:#B02A28; }
a.link_small_red:focus { font-size:11px; font-family:sans-serif; font-weight:bold; text-decoration:none; background-color:#FFFFFF; }


















a.normal:link { font-size:10pt; font-family:Arial; text-decoration:underline; font-weight:bold; color:#000000; }
a.normal:visited { font-size:10pt; font-family:Arial; text-decoration:underline; font-weight:bold; color:#000000; }
a.normal:hover { font-size:10pt; font-family:Arial; text-decoration:underline; font-weight:bold; color:#000000; }
a.normal:active { font-size:10pt; font-family:Arial; text-decoration:underline; font-weight:bold; color:#000000; }
a.normal:focus { font-size:10pt; font-family:Arial; text-decoration:none; font-weight:bold; background-color:#080; }

a.normalwhite:link { font-size:10pt; font-family:Arial; text-decoration:none; font-weight:bold; color:#FFFFFF; }
a.normalwite:visited { font-size:10pt; font-family:Arial; text-decoration:none; font-weight:bold; color:#FFFFFF; }
a.normalwhite:hover { font-size:10pt; font-family:Arial; text-decoration:underline; font-weight:bold; color:#000000; }
a.normalwhite:active { font-size:10pt; font-family:Arial; text-decoration:underline; font-weight:bold; color:#000000; }
a.normalwhite:focus { font-size:10pt; font-family:Arial; text-decoration:none; font-weight:bold; background-color:#080; }

.desc { font-family:sans-serif; font-size:11px; color:#FFFFFF; font-style:normal; }
.black { font-family:sans-serif; font-size:11px; color:#000000; font-style:normal; }
form.content { font-family:sans-serif; font-size:12px; color:#000000; font-style:normal; }





.main { font-family:sans-serif; font-size:12px; color:#000000; font-style:normal; }
.blue { font-family:sans-serif; font-size:11px; color:#2F2F5F; font-style:normal; text-decoration:none; }
.whitelink { font-family:sans-serif; font-size:10pt; color:#FFFFFF; font-style:normal; text-decoration:none; }


.white { font-family:sans-serif; font-size:9pt; color:#FFFFFF; font-style:normal; text-decoration:none; }
.white_big { text-align:center; vertical-align:middle; font-family:sans-serif; font-size:12pt; color:#FFFFFF; font-style:normal; text-decoration:none; }
.whiteline { font-weight:bold; font-family:Verdana; font-size:12px; color:#FFFFFF; font-style:normal; text-decoration:underline; }
.sun { font-family:sans-serif; font-size:12px; color:#2F2F5F; font-weight:bold; text-decoration:underline; }

.menu_link { font-size:11px;font-weight:300;font-family:sans-serif;color:#FFFFFF;text-decoration:none; }


.link_big { font-size:16px;font-weight:500;font-family:Arial;color:#FFFFFF;text-decoration:underline; }
.big { font-family:sans-serif; font-size:18px;text-decoration:none; font-weight:bold; color:#005CA0; }




/* Ein großer dicker Überschriftenlink */
a.big:link { font-size:16px; font-family:sans-serif; text-decoration:underline; font-weight:bold; color:#005CA0; }
a.big:visited { font-size:16px; font-family:sans-serif; text-decoration:underline; font-weight:bold; color:#005CA0; }
a.big:hover { font-size:16px; font-family:sans-serif; text-decoration:underline; font-weight:bold; color:#4887B3; }
a.big:active { font-size:16px; font-family:sans-serif; text-decoration:underline; font-weight:bold; color:#005CA0; }
a.big:focus { font-size:16px; font-family:sans-serif; text-decoration:none; font-weight:bold; background-color:#FFFFFF; }

