/* Style-Definitionen www.syntos-medien.de */


/* Hauptlayer */
#Main_Layer {
	border: solid 1px #669999;
	margin: -300px 0 0 -400px;
	position:absolute;
	width:800px;
	height:600px;
	z-index:0;
	left: 50%;
	top: 50%;
	background-color: #FFFFFF;
}

/* Layer für Hintergrundbild */
#Background {
	position:absolute;
	width:748px;
	height:504px;
	z-index:1;
	left: 25px;
	top: 88px;
	background-image: url(dresdenback.jpg);
}

/* Layer für den oberen Logo-Balken */
#Logo_Balken {
	position:absolute;
	width:800px;
	height:77px;
	z-index:6;
	background-image: url(head.jpg);
}

/* Layer für die Navipunkte "News", "AGBs", "Kontakt" und "Impressum" */
#Kontakt_Navigation {
	position:absolute;
	width:250px;
	height:14px;
	z-index:7;
	top: 50px;
	left: 565px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

/* Layer für das  Bild rechts oben */
#Seiten_Picture {
	position:absolute;
	width:200px;
	height:100px;
	z-index:4;
	left: 586px;
	top: 86px; /* statt 90 */
}

/* Layer für Hauptmenü und Linie */
#Header {
	position:absolute;
	width:792px;
	height:90px;
	z-index:3;
	left: 0px;
	top: 76px;
}

/* Layer für Seiten-Überschrift */
#Seiten_Titel {
	position:absolute;
	width:545px;
	height:100px;    /* 37 */
	z-index:1;
	left: 13px;
	top: 37px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Layer für You-Are-Here Schrift */
#You_Are_Here {
	position:absolute;
	width:300px;
	height:20px;
	z-index:1;
	left: 13px;
	top: 70px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Haupt-Layer für den gesamten Content */
#Content {
	position:absolute;
	width:780px;
	height:384px; /* statt 394 */
	z-index:5;
	left: 8px;
	top: 182px; /* statt 172 */
	overflow: auto;
}

/* Layer links für Seiten mit 3 Content-Spalten */
#Content_1 {
	position:absolute;
	width:197px;
	height:315px;
	z-index:1;
	left: 46px;
	top: 30px; /* statt 40 */
}

/* Layer für Seiten mit nur 1 Content-Spalte */
#Content_1a {
	position:absolute;
	width:693px;
	height:315px;
	z-index:1;
	left: 46px;
	top: 30px;
}

/* Layer mitte für Seiten mit 3 Content-Spalten */
#Content_2 {
	position:absolute;
	width:197px;
	height:315px;
	z-index:2;
	left: 294px;
	top: 30px;
}

/* Layer rechts für Seiten mit 2 Content-Spalten (1 Spalte links und 1 breite Spalte rechts*/
#Content_2a {
	position:absolute;
	width:447px;
	height:315px;
	z-index:2;
	left: 294px;
	top: 30px;
}

/* Layer rechts für Seiten mit 3 Content-Spalten */
#Content_3 {
	position:absolute;
	width:197px;
	height:315px;
	z-index:3;
	left: 545px;
	top: 30px;
}

/* Layer mit den Linien ganz unten */
#Footer {
	position:absolute;
	width:797px;
	height:25px;
	z-index:8;
	left: 2px;
	top: 572px;
	background-image: url(linie.jpg);
}

/* Seiten-Eigenschaften */
body {
	background-color: #CCCCCC;
}

/* Schriftart und Schriftgröße für Absätze, Tabellen und Listen */
p, td, ul, body {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
}

/* bei Listen größerer Zeilenabstand (genauso wie bei normalem Text) */
ul {
	line-height: 120%;
}

/* Seiten-Überschriften */
h1 {
	font-size: 24px;
}

/* Allgemeine Links: dunkelblau, Hover rot*/
a 		{text-decoration:	none;}
a:link 		{color: #000099;}
a:visited 	{color: #000099;}
a:active 	{color: #000099;}
a:hover		{color: red;}

/* Links für die Navipunkte "Home", "AGBs", "Kontakt" und "Impressum": weiß, Hover rot*/
a.Kontakt_Navigation 		{text-decoration:	none;}
a.Kontakt_Navigation:link 		{color: white;}
a.Kontakt_Navigation:visited 	{color: white;}
a.Kontakt_Navigation:active 	{color: red;}
a.Kontakt_Navigation:hover		{color: red;}


/* Links auf Startseite (Spaltenüberschriften und Aufzählungen): schwarz, Hover schwarz und unterstrichen */
a.StartSeite 		{text-decoration:none;}
a.StartSeite:link 		{color: black;}
a.StartSeite:visited 	{color: black;}
a.StartSeite:active 	{color: black;}
a.StartSeite:hover		{text-decoration: underline;}

/* größerer Zeilenabstand */
p.Zeilenhoehe {
	line-height: 25px;
}

