/**
* DESIGN AND LAYOUT TAKEN OVER FROM http://css.maxdesign.com.au/floatutorial
* THANKS FOR THAT GREAT TUTORIAL
* TEMPLATE TUTORIAL (c) 2007 by C. Sommer (doc) for http://websitebaker.org
*/

/* DEFINIERTE STARTWERTE FÜR ALLE HTML-ELEMENTE */
* { 
 margin: 0; 
 padding: 0;
}

/* HELLBLAUER HINTERGRUND FÜR DIE BROWSERSEITE */
html, body {
	background-color: white;
	font-family: Calibri, Arial, sans-serif;
	font-size: 16px;
	
}

/****************************************************************
* NACHFOLGENDE DIV TAGS LEGEN DAS AUSSEHEN DER WEBSEITE FEST
* BANNER, 2 x NAVIGATION, INHALT MITTE, NEWS RECHTS, FUSSZEILE
****************************************************************/

/* Banner = Website- und aktueller Seitentitel */

#hintergrund-global {
	padding: 0.0em; /*Innenabstand*/
	background-color: transparent;
	background: url(start.png) no-repeat center;
	height: 260px;
}

#hintergrund-id1 {
	padding: 0.0em; /*Innenabstand*/
	background-color: transparent;
	background: url(hochzeitsplanung.png) no-repeat center;
	height: 260px;
}
/*
#banner {
	padding: 0.0em; /*Innenabstand 
	background-color: transparent;
	background: url(MainImage01_dss.png) no-repeat center;
	height: 260px; */
}

#banner a:link, #banner a:hover, #banner a:active, #banner a:visited {
text-decoration: none;
}


/*#banner ul li a.aktiv,#banner ul li a:hover,
#banner ul li a:active {
text-decoration: none;
}
*/

.banner-websitetitel {
	font-size: 28px;
	text-decoration: none; 
}

.banner-seitentitel {
	font-size: 1.3em;
	color: #f0f0f0;
}

#container {
	height: 90%;
	width: 750px;
	margin: 10px auto; /*Rand oben/unten + re/li*/
	background-color: #ffffff;
	color: #333;
	border: 2px solid gray; /*Rahmen*/
	line-height: 130%;
}


/*Hier befinde ich mich /crumb, path way)*/
#crumb {
/*	padding: 0.5em;  */
	padding-bottom: 0.7em;
	background-color: #EEEEEE;
/*	border-bottom: 1px solid gray;*/
	height: 8px;
	color: #000000
}

#crumb a:link, #crumb a:hover, #crumb a:active, #crumb a:visited {
text-decoration: none;
}


/* Navigation1 = horizontale Navi*/
#navigation1 {
	background-color: #666666;
	height: 20px;
	padding: 5px 0.5em;	/*oben/unten + re/li*/
/*	float: left;  */ 
}

/* Navigation2 = vertikale Navi*/
#navigation2 {
	background-color: transparent;
	float: left;
	width: 140px;
	padding-top: 1em;
	padding-bottom: 5em;
}

#news {
 float: right;
 width: 175px;
 padding: 1em;
}

#inhalt {
	margin-left: 145px; /*Platz für vertikales Menü*/
	border-left: 1px solid gray;
	margin-right: 200px; /*Platz für News*/
	border-right: 1px solid gray;
	padding: 1em; /*width: 40%;*/
	width: auto;
	min-height: 500px;
	font-size: 10pt;
}

#fusszeile {
	clear: both;
	padding: .5em;
	color: #333;
	background-color: #ddd;
	border-top: 1px solid gray;
	text-decoration: none;
	font-size: x-small;
}

/**************************************************************************
* NACHFOLGENDE CSS ANWEISUNGEN DIENEN DER FORMATIERUNG DES OBEREN MENÜS
* AUSRICHTUNG, KEINE LISTENSYMBOLE, AKTIVE ELEMENTE IN WEISSER SCHRIFT
***************************************************************************/
#navigation1 ul li {
display: block;
}

#navigation1 ul li a {
	color: white;
	float: left;
	/* float: right;  */
	font-size: 85%;
	font-weight: 700;
	text-decoration: none;
	padding: 0 1em;
}

#navigation1 ul li a.aktiv,#navigation1 ul li a:hover,
#navigation1 ul li a:active {
	color: black;
	padding: 0 1em;
}

/**************************************************************************
* NACHFOLGENDE CSS ANWEISUNGEN DIENEN DER FORMATIERUNG DES HAUPTMENÜS
* KEINE LISTENSYMBOLE, ABSTÄNDE ZU DEN RÄNDERN
**************************************************************************/
#navigation2 p, #news p { margin: 0 0 1em 0; }

#navigation2 ul li {
display: block;
line-height: 160%;
}

#navigation2 ul li a {
	color: black;
	text-decoration: none;
	padding: 0 1em;
        font-size: 85%;

}

#navigation2 ul li a.aktiv,#navigation2 ul li a:hover,
#navigation2 ul li a:active {
	text-decoration: underline;
}

#inhalt h2 { margin: 0 0 .5em 0; }

#a:link a:visited a:hover a:active a:focus {
	text-decoration: none;
	color: black;
}

/**************************************************************************
* NACHFOLGENDE CSS ANWEISUNG DIENT ZUR HERVORHEBUNG DES SUCHERGEBNISSES
* >>>>>>>>>>>>>>>> ERWEITERTE DESIGNELEMENTE
**************************************************************************/
.highlight { background-color: #D0D0D0;}
