/* Allgemeine Definitionen Allgemeine Definitionen Allgemeine Definitionen */
body, p, td, li, h1, h2, h3, a, input, textarea {
font-family: Arial, Helvetica, sans-serif;
}

body, p, td, li {
font-size: 12px;
}

body {
background-color: #eeeeee;
margin: 0px;
padding: 0px 0px 30px 0px;
}
/* Link-Definitionen allgemeiner Text*/
a {
color: #333333;
text-decoration: none;
font-weight: bold;
}
a:link {
color: #000000;
text-decoration: underline;
}
a:visited {
color: #cc0066;
text-decoration: underline;
}
a:active {
color: #113366;
text-decoration: none;
}
a:hover {
color: #cc0066;
text-decoration: underline;
}

.maintable {
/*	background-color: #ffffff; */
}
.whitebar td {
	background-color: #ffffff;
}
.graybar td {
	background-color: #666666;
}
.graylightbar td {
	background-color: #999999;
}
.titlecell {
	vertical-align: bottom;
}
.titlecell h1{
	font-size: 20px;
	font-weight: bold;
	color: #cc0066;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

/* => id="hauptnavigation" Navigations-Definitionen => => id="topnavigation" */
td#topnavigation {
	text-decoration: none;
	padding-left: 30px;
	height: 25px;
}

td#topnavigation a.topnormal {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	letter-spacing: 1px;
}

td#topnavigation a.topnormal:hover {
color: #cc0066;
text-decoration: none;
}

td#topnavigation .topaktiv {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	padding-right: 15px;
	letter-spacing: 1px;
}

/* Ebene 2 ist die Subnavigation */
#subnavigation {
	text-decoration: none;
	line-height: 20px;
	vertical-align: top;
	margin: 0px;
	padding: 50px 0px 0px 0px;
	color: #666666;
}

#subnavigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#subnavigation li {
	width: 150px;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #ffffff;
	color: #666666;
}

#subnavigation li.aktiv {
	width: 150px;
	padding-left: 30px;
	color: #000000;
	font-weight: bold;
}

/* Ebene 2: Allgemeine Link-Definitionen*/

#subnavigation li a {
	display: block;
	font-weight: normal;
	text-decoration: none;
	padding-left: 30px;
	color: #666666;
}
#subnavigation li a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #666666;
}
#subnavigation li.special a {
	color: #000000;
	font-weight: bold;
}
#subnavigation li a.aktiv {
	color: #000000;
	font-weight: bold;
}

#subnavigation a:hover {
	color: #cc0066;
	text-decoration: none;
	background-color: #FFFFFF;
}

/* Erste Ebene Subnavigation */

#subnavigation li.aktiv1 {
	width: 120px;
	color: #000000;
	padding-left: 30px;
	background-image: url(images/snav_bar_staerken.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	font-weight: bold;
}

#subnavigation li.aktiv2 {
	width: 120px;
	color: #000000;
	padding-left: 30px;
	font-weight: bold;
}

#subnavigation.buchen li.aktiv1 {
	background-image: url(images/snav_bar_buchen.gif);
}
#subnavigation.infos li.aktiv1 {
	background-image: url(images/snav_bar_infos.gif);
}
#subnavigation.hochzeit li.aktiv1 {
	background-image: url(images/snav_bar_hochzeit.gif);
}
#subnavigation.special li.aktiv1 {
	background-image: url(images/snav_bar_special.gif);
}

#subnavigation li.aktiv1 a {
	padding-left: 0px;
	color: #000000;
}
#subnavigation li.aktiv2 a {
	padding-left: 0px;
	color: #000000;
}

/* Ebene 3: Listendefinitionen und Links*/
#subnavigation li ul {
	margin: 0px;
	padding: 0px;
}

#subnavigation li ul li { border-right: none; margin-left: -30px;}


#subnavigation li ul li.aktiv {
	width: 110px;
	font-size: 12px;
	padding-left: 35px;
	font-weight: bold;
	color: #000000;
}

#subnavigation li.aktiv1 ul li a {
	font-size: 12px;
	display: block;
	font-weight: normal;
	text-decoration: none;
	padding-left: 35px;
	color: #666666;
}
#subnavigation li.aktiv2 ul li a {
	font-size: 12px;
	display: block;
	font-weight: normal;
	text-decoration: none;
	padding-left: 35px;
	color: #666666;
}

/* Ebene 2: Spezialnavigationen*/

#subnavigation li.title {
	width: 120px;
	color: #000000;
	padding-left: 30px;
	text-decoration: none;
	font-weight: bold;
}
#subnavigation li.navspacer {
	line-height: 20px;
}

/* Content-Definitionen Content-Definitionen Content-Definitionen Content-Definitionen

/* Content-Bereich */
#content {
color: #333333;
line-height: 18px;
padding: 18px 0px 0px 0px;
vertical-align: top;
}

/* Neben ul kann auch li individuell formatiert werden */ 
#content ul {
text-decoration: none;
margin-left: 8px;
padding-left: 8px;
list-style-image: url(images/i_quadratdg.gif);
}

#content li ul {
text-decoration: none;
margin-left: 12px;
padding-left: 12px;
list-style-image: url(images/i_quadrat.gif);
}

#content a {
color: #000000;
text-decoration: underline;
font-weight: bold;
}

#content a:link { color: #333333; }
#content a:visited { color: #cc6699; }
#content a:active { color: #cc0066; }
#content a:hover { color: #cc0066; }

td#content a img.iborder {
border: 1px solid #000000;
}

td#content a:hover img.iborder{
border: 1px solid #ee6600;
}

td#content h1 {
	color: #cc0066;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 20px;
}

td#content h2 {
	color: #666666;
	margin: 0px 0px 2px 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 12px;
}
td#content .h2 {
	color: #666666;
	margin: 0px 0px 2px 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 12px;
}
td#content h2.special {
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	width: 480px;
}

td#content p {
	color: #666666;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}


#contentfooter {
	vertical-align:bottom;
	padding: 1px 1px 0px 0px;
	color: #666666;
	text-align: right;
}

#contentfooter .text {
	float: left;
	text-align: left;
}

#contentfooter .text p {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font-size: 12px;
}
#contentfooter .text h1 {
	padding: 30px 0px 0px 0px;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
#contentfooterright {
	vertical-align:bottom;
	padding: 1px 0px 0px 0px;
	color: #666666;
	text-align: right;
}

#rightbar {
	vertical-align:bottom;
	padding: 5px 0px 0px 0px;
}

#rightbar h1 {
	padding: 1px 0px 3px 0px;
	margin: 0px;
	display: block;
	text-align: right;
	font-size: 20px;
	color: #999999;
	font-weight: normal;
}
#rightbar p {
	font-size: 12px;
	color: #999999;
	margin: 0px;
	padding: 20px 0px 3px 0px;
	text-align: right;
}
#rightbar h2 {
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	margin: 0px;
	padding: 20px 0px 3px 0px;
	text-align: right;
}

#rightbar h1 a {
	font-weight: normal;
	text-decoration: none;
	color: #999999;
}

#footeradr {
	margin: 0px;
	padding: 5px 0px 5px 30px;
	font-size: 11px;
}
#footercopy {
	vertical-align: top;
	text-align: center;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	font-size: 11px;
	/*background-color: #ffffff;*/
}
/* Linkdefinitionen Adresse - falls Textadresse mit Mail-Scrambler*/
a.adresse {
font-size: 12px;
color: #ff0000;
text-decoration: none;
font-weight: normal;
}

#content .countrylist {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	border: 0px;
}

#content .countrylist td {
	padding: 1px;
	margin: 0px;
	border: 1px solid #eeeeee;
	vertical-align: top;
}

#content .countrylist a { display: block; }

#content .countrylist .header {
	background-color: #333333;
	color: #ffffff;
}

#content .countrylist .header a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#content .countrylist .header a:visited { color: #ffffff; text-decoration: none; }

