/* CSS Document */
html { height: 100%; width:100%;}
body { margin: 0px; padding: 0px; text-align: center; width:100%; background-color: #F2F2F2;
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url('/Bilder/body_bg.jpg');
	background-repeat: repeat-y;
	background-position: 50% 0px;
	}
body * { margin: 0px; padding: 0px; } /* INNERE UND AEUSSERE ABSTAENDE FUER ALLE ENTFERNEN */

.clear {
	clear: both;
	}
.hide {
	display: none;
	}
.hidden {
	visibility: hidden;
	}

#content .link_ext {
 	height: 20px;
 	background: url('/Bilder/link_ext.gif') no-repeat right 4px;
 	padding: 0 13px 0 0;
}

#center {
	width: 1000px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	}
#center #header {
	width: 1000px;
	height: 150px;
	background-image: url('/Bilder/header.jpg');
	background-repeat: no-repeat;
	}
#center #header .breadcrumbs {
	margin-top: 107px;
	margin-left: 20px;
	font-size: 10px;
	height: 15px;
	}
#center #header #login {
	float: right;
	margin-top: 65px;
	margin-right: 10px;
	}
#center #header #login p {
	font-size: 10px;
	text-align:center;
	background-color: #CCCCCC;
	border: 1px solid #990000;
	width: 200px;
	}
#center #header #login a {
	color: #333333;
	text-decoration: none;
	}
#center #header #login a:hover {
	text-decoration: underline;
	}
#center #header #login #login_username,
#center #header #login #login_pass {
	border: 1px solid #990000;
	font-size: 10px;
	height: 15px;
	width: 70px;
	}
#center #header #login #login_username { background-image: url('/Bilder/top_login_username.gif'); }
#center #header #login #login_pass { background-image: url('/Bilder/top_login_pass.gif'); }
#center #header #login #login_submit {
	font-size: 10px;
	height: 20px;
	width: 40px;
	border: 1px solid #990000;
	}

#blankDiv {
    opacity: .8;
	filter: alpha(opacity=80);
    -moz-opacity: .80;
	background-color: #FFFFFF;
	background-image: url('/Bilder/loader.gif');
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	}

#footer {
	position: relative;
	bottom: 0px;
	height: 30px;
	margin-top: 20px;
	background-image: url('/Bilder/footer.gif');
	text-align: right;
	}
#footer span {
	color: #666666;
	font-size: 10px;
	margin-top: 10px;
	margin-right: 10px;
	}

#left_menues {
	float: left;
	}

.menu {
	background-image: url('/Bilder/menu_bg.jpg');
	background-repeat: repeat-y;
	list-style-type: none;
	margin-left: 0px;
	}
.menu .menu_header {
	height: 20px;
	margin-left: 0px;
	background-color: #FFFFFF;
	background-image: url('/Bilder/menu_head.jpg'); background-repeat: no-repeat;
	}
.menu .menu_bottom {
	height: 20px;
	margin-left: 0px;
	background-color: #FFFFFF;
	background-image: url('/Bilder/menu_bottom.jpg'); background-repeat: no-repeat;
	}
.menu li {
	background-image: url('/Bilder/menu_button.gif'); background-repeat: no-repeat;
	height: 42px;
	width: 170px;
	text-align: right;
	}
.menu .active {
	background-image: url('/Bilder/menu_button_active.gif'); background-repeat: no-repeat;
	}
.menu li a,
.menu #suchfilter #suchfilter1
	{
	display: block;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 0px;
	padding-right: 10px;
	text-decoration: none;
	}
.menu #suchfilter #suchfilter1 {
	margin-top: -7px;
	}
.menu #suchfilter #suchfilter2,
.menu li a span {
	display: block;
	font-size: 10px;
	color: #666666;
	font-weight:normal;
	margin-top: -1px;
	}
.menu #suchfilter #suchfilter2 {
	padding-right: 10px;
	}
.menu #suchfilter {
	height: 280px;
	margin-left: 0px;
	background-image: url('/Bilder/suchfilter.gif'); background-repeat: no-repeat;
	display: block;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 0px;
	padding-right: 10px;
	text-decoration: none;
	}
.menu #suchfilter p {
	text-align: left;
	margin-left: 21px;
	}
.menu #suchfilter input,
.menu #suchfilter select {
	width: 140px;
	border: 1px solid #006600;
	}

.pagetags *{
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	border: 0px;
	}

#content #ad_section {
	display: none;
	}

#content {
	width: 640px;
	margin: 0px;
	margin-right: 0px;
	margin-top: 0px;
	text-align: justify;
	/* border: 1px dashed #CCCCCC; */
	float: left;
	}
#admin_mod_button {
	position: absolute;
	border: 1px solid #000000;
	background-color: #FF0000;
	}
#admin_mod_panel {
	display: none;
	position: absolute;
	margin-top: 20px;
	width: 1000px;
	height: 120px;
	color: #000000;
	background-color: #FFFFFF;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
    opacity: .9;
	filter: alpha(opacity=90);
    -moz-opacity: .90;
	z-index: 99;
}

h1,
h2,
h3 {
	font-size: inherit;
	border-bottom: 1px solid #990000;
	margin-bottom: 20px;
	}
h1 a,
h2 a,
h3 a {
	text-decoration: none;
	color: inherit;
}

#content li>h1,
#content li>h2,
#content li>h3 {
	margin: 0px;
	}

#content #impressum {}
#content #impressum p { margin-top: 20px;}
#content #impressum p span {
	display: block;
	font-weight: bold;
	background-color: #EFEFEF;
	}
#content #impressum ul {
	margin-left: 30px;
	}

#content .themenliste,
#content #beitragsliste .beitrag {
	margin-top: 5px;
	border: 1px solid #990000;
	background-color: #F1FFEF;
	}

#content .themenliste h3,
#content #beitragsliste .beitrag h4 {
	background-color: #C1E2A5;
	padding-left:5px;
	}
#content #beitragsliste .beitrag h4 {
	border-bottom: 1px solid #990000;
	}
#content .themenliste p,
#content #beitragsliste .beitrag p {
	margin: 5px;
	font-size: 12px;
	}

#content #beitragsliste .beitrag .beitragslink {
	text-decoration: underline;
	color: rgb(51, 153, 51);
	cursor: pointer;
	margin: 2px;
	margin-left: 5px;
	}
#content #beitragsliste .beitrag .beitragslink a {
	color: inherit;
	text-decoration: inherit;
	}

#content #themen_box {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #990000;
	background-color: #F1FFEF;
	}
#content #themen_box h4 {
	background-color: #C1E2A5;
	padding-left:5px;
	border-bottom: 1px solid #990000;
	}
#content #themen_box ul {
	list-style-type: none;
	}
#content #themen_box ul li {
	padding-left: 5px;
	display: block;
	text-align: left;
	}
#content #themen_box .publishdate {
	float: left;
	display: block;
	width: 100px;
	text-align: center;
	}
#content #themen_box .kategorie {
	float: left;
	display: block;
	text-align: left;
	width: 200px;
	margin-left: 10px;
	}
#content #themen_box .thema {
	margin-left: 10px;
	text-align: left;
	}
#content #thema {}
#content #thema p {
	font-size: 14px;
	margin: 5px;
	text-align: justify;
	}
#content #thema h3{
	margin-top: 10px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #999999;
	}
#content #thema_footer {
	background-color: #EEEEEE;
	width: 100%;
	height: 20px;
	}
#content #thema_kommentare {
	margin-top: 20px;
	margin-bottom: 20px;
	}

#content #lexikon {}
#content #lexikon #lexikon_suchform,
#content #basissuche #suchform {
	margin-top: 10px;
	padding: 3px;
	border: 1px solid #990000;
	background-color: #F1FFEF;
	text-align: center;
	}
#content #lexikon #lexikon_suchform {
	height: 140px;
}
#content #lexikon #lexikon_suchform #suche,
#content #basissuche #suchform #suche {
	font-size: 20px;
	width: 300px;
	height: 30px;
	border: 1px solid #990000;
	padding-left: 3px;
	padding-right: 3px;
	}
#content #lexikon #lexikon_suchform #submitbutton,
#content #basissuche #suchform #submitbutton {
	border: 1px solid #990000;
	}
#content #cityletters {
	margin-top: 10px;
	margin-bottom: 10px;
	}

#content #lexikon #lexikon_suchform #alphabet {
	margin-left: 8px;
	height: 30px;
	}

#content #lexikon #lexikon_suchform #alphabet .letter,
#content #cityletters a {
	display: block;
	float: left;
	color: #000000;
	background-color: #C1E2A5;
	border: 1px solid #990000;
	text-align: center;
	text-decoration: none;
	}
#content #cityletters a {
	margin: 5px;
	margin-left: 7px;
	width: 35px;
	}
#content #lexikon #lexikon_suchform #alphabet .letter {
	width: 20px;
	font-size: 16px;
	margin: 10px;
	margin-left: 12px;
	}

#content #lexikon #lexikon_suchform #alphabet .active,
#content #basissuche #suchform #alphabet .active,
#content #cityletters .active {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #990000;
	}
#content #lexikon p {
	margin-top: 10px;
	margin-bottom: 10px;
	}
#content #lexikon #begriffsliste {
	width: 100%;
	margin-top: 20px;
	}
#content #lexikon #begriffsliste * {
	margin: 0px;
	}

#content #links ul {
	list-style-type: none;
	}
#content #links li {
	border: 1px solid #990000;
	background-color: #F1FFEF;
	cursor: pointer;
	}
#content #links li h3 {
	background-color: #C0E2A5;
	}
#content #links li h3 a {
	margin-left: 5px;
	color: #000000;
	text-decoration: none;
	}
#content #links li p {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	}
#content #links .thumbshot {
	height: 90px;
	width: 120px;
	border: 1px solid #990000;
	margin: 5px;
	float: left;
	}

#content #user_settings,
#content #recover_form,
#content #add_company,
#content #linkaktivierung,
#content #useraktivierung {
	margin-top: 30px;
	}
#content #user_settings ul,
#content #recover_form ul,
#content #linkaktivierung ul,
#content #useraktivierung ul,
#content #add_user ul,
#content #add_company ul,
#content #add_site ul {
	background-color: #EEEEEE;
	padding: 15px;
	list-style-type: none;
	}
#content #user_settings li,
#content #recover_form li,
#content #linkaktivierung li,
#content #useraktivierung li,
#content #add_user li,
#content #add_company li,
#content #add_site li {
	margin-top: 10px;
	}
#content #user_settings li label,
#content #recover_form li label,
#content #linkaktivierung li label,
#content #useraktivierung li label,
#content #add_user li label,
#content #add_company li label,
#content #add_site li label {
	display: block;
	float: left;
	width: 350px;
	font-size: 12px;
	font-weight: bold;
	margin-left: 10px;
	}
#content #user_settings li input,
#content #recover_form li input,
#content #linkaktivierung li input,
#content #useraktivierung li input,
#content #add_user li input,
#content #add_user li textarea,
#content #add_company li input,
#content #add_company li select,
#content #add_site li input {
	width: 200px;
	}

#content #button_staedtesuche {
	height: 90px;
	width: 290px;
	margin: 0px;
	margin-top: 35px;
	margin-bottom: 50px;
	background-image: url('/Bilder/staedte_button.jpg');
	}
#content #button_staedtesuche span {
	display: block;
	font-weight: bold;
	padding-top: 15px;
	padding-left: 80px;
	}
#content #button_staedtesuche #flags {
	margin-top: 10px;
	margin-left: 40px;
	}
#content #button_staedtesuche a {
	margin-left: 40px;
	}
#content #button_staedtesuche #flags a img {
	border: 1px solid #000000;
	}

#content #begriffsliste {
	width: 780px;
	}
#content .begriffe {
	height: 30px;
	cursor: pointer;
	}
#content .begriffe * {
	font-size: 12px;
	}
#content .begriffe h3 {
	float: left;
	width: 200px;
	border: 0px;
	padding-left: 3px;
	padding-top: 3px;
	}
#content .begriffe h3 a {
	color: #000000;
	text-decoration: none;
	}
#content .begriffe p {
	float:left;
	height: 30px;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px dotted #CCCCCC;
	}

#content #hp_menu {
	height: 18px;
	border-right: 1px solid #990000;
	border-left: 1px solid #990000;
	border-bottom: 1px solid #990000;
	border-top: 1px solid #990000;
	background-color: #C1E2A5;
	list-style-type: none;
	}

#content #hp_menu li {
	float: left;
	text-align: center;
	}
#content #hp_menu li a {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	}
#content #hp_menu a:hover {
	background-color: #7EA66A;
	}
#content #hp_menu li a .active {
	background-color: #7EA66A;
	}

#content #hp_menu_left {
	margin-top: 20px;
	margin-right: 20px;
	width: 200px;
	float: left;
	}

#content #hp_menu_left ul {
	list-style-type: none;
	}
#content #hp_menu_left #wellbea-gutschein {
	display: block;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #F1FFEF;
	border: 1px solid #990000;
	text-align: center;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	}
#content #hp_menu_left #profil_anschrift {
	background-color: #F1FFEF;
	border: 1px solid #990000;
	}

#content #hp_menu_left #profil_anschrift * {
	font-size: 12px;
	margin: 5px;
	margin-bottom: 3px;
	display: block;
	}

#content #hp_menu_left #profil_anschrift #firmenname {
	margin: 0px;
	padding-left: 5px;
	background-color: #C1E2A5;
	border-bottom: 1px solid #990000;
	}
#content #hp_menu_left #profil_oeffnungszeiten h3,
#content #hp_menu_left #profil_anschrift #firmenname h3 {
	text-decoration: none;
	border: 0px;
	margin: 0px;
	}
#content #hp_menu_left #profil_oeffnungszeiten h3 a,
#content #hp_menu_left #profil_anschrift #firmenname h3 a {
	color: #000000;
	text-decoration: none;
	cursor: text;
	margin: 0px;
	}

#content #hp_menu_left #profil_kategorien,
#content #hp_menu_left #profil_keywords,
#content #hp_menu_left #profil_oeffnungszeiten {
	margin-top: 20px;
	}
#content #hp_menu_left #profil_anschrift #telefon {
	margin-top: 20px;
	}
#content #hp_menu_left #profil_anschrift #internet {
	margin-top: 20px;
	}
#content #hp_menu_left #profil_oeffnungszeiten h3 {
	border-bottom: 1px solid #990000;
	}


#content #profil_content {
	float: left;
	margin-top: 18px;
	margin-bottom: 20px;
	width: 730px;
	}
#content #profil_content p { margin-top: 10px; }
#content #profil_content #profil_begruessung { }
#content #profil_content #profil_kurzbeschreibung { margin-top: 10px; }
#content #profil_content #profil_bilder_vorschau {
	position: relative;
	width: 950px;
	height: 500px;
	margin-top: 10px;
	border: 1px solid #990000;
	}

#content #login_error {
	background-color: #FF9F9F;
	border: 1px solid #FF0000;
	margin-top: 20px;
	margin-bottom: 20px;
	}
#content #login_error li {
	margin-left: 30px;
	}

#content .suchergebnisse {
	list-style-type: none;
	margin: 20px;
}
#content .suchergebnisse li {
	margin: 5px;
}
#content #kat_uebersicht {
	list-style-type: none;
}
#content #kat_uebersicht li {
	border: 1px solid #990000;
	background-color: #F1FFEF;
	cursor: pointer;
	}
#content #kat_uebersicht li h3 {
	background-color: #C0E2A5;
	}
#content #kat_uebersicht li h3 a {
	margin-left: 5px;
	color: #000000;
	text-decoration: none;
	}



