/*----------------------
Koeltgen
Start:
Letzte Änderung
Autor: Marion Schwab
-------------------------*/
* {
	margin: 0;
	padding:0;
}

/*----------------------------------------------*/

/*---Beginn Grundgerüst--*/

/*----------------------------------------------*/

#container {				/*--Hauptcontainer--*/
	margin-top: 10px;
	text-align: left;
	left:0px;
	top:0px;
	width:900px;
	height:905px;
	margin-right: auto;
	margin-left: auto;
}

#header {					/*--Kopfbereich--*/
	height: 90px;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(../images/headhg.jpg);
	position:relative;
}
div.banner { position:absolute; right:40px; top:10px; }
#navigation {				/*--Navigationsleiste--*/
	height: 30px;
	text-align: right;
	font-weight: bold;
	font-size: 10px;
	background-image: url(../images/navihg.jpg);
	background-repeat: no-repeat;
}
#navigationlinks {				/*--Navigationsleiste links--*/
	width: 242px;
	background-color: #666666;
	text-align: left;
	height: 785px;
	float: left;
	padding-left: 8px;
}

#foot {  					/*--ContainerFuss--*/
	height:30px;
	background-color:#222222;
}

#bilderlinks {				/*--bilderleiste links--*/
	width: 92px;
	background-color: #666666;
	height: 790px;
	float: left;
	padding-top: 10px;
	padding-left: 8px;
}

#maincontent {  				/*--Hauptbereich--*/
	padding-top: 0;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
	overflow: auto;
	height: 750px;
}

#maincontent.home {
	background-image: url(../images/starthg_banner.jpg);
	background-repeat: no-repeat;
}

#maincontent.werbetext {
	background-image: url(../images/werbetexthg.jpg);
	background-repeat: no-repeat;
}

#maincontent.redaktion {
	background-image: url(../images/redaktionhg.jpg);
	background-repeat: no-repeat;
}

#maincontent.konzept {
	background-image: url(../images/konzepthg.jpg);
	background-repeat: no-repeat;
}

#maincontent.fotografie {
	background-image: url(../images/fotografiehg.jpg);
	background-repeat: no-repeat;
}

#maincontent.gofish {
	background-image: url(../images/netzwerkhg.jpg);
	background-repeat: no-repeat;
}

#maincontent.igx {
	background-image: url(../images/igxhg.jpg);
	background-repeat: no-repeat;
}

#maincontent.rest {					/*------Ist für die Seiten Kontakt, Referenz etc.--------*/
	background-color: #222222;
}

/*----------------------------------------------*/

/*---Ende Grundgerüst--*/
/*---Beginn Layout--*/

/*----------------------------------------------*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #222222;
	background-repeat: repeat-x;
	background-position: center top;
	background-attachment: fixed;
}

#header h1 {				/*--Lässt die Überschrift verschwinden--*/
	overflow: hidden;
	line-height: 500px;
	height: 44px;
}

#maincontent h2 {			/*--Überschriften h2 im Hauptbereich--*/
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	line-height: 30px;
}

#maincontent h3 {			/*--Überschriften h3 im Hauptbereich--*/
	padding: 30px 0 15px 0;
}

#maincontent p {			/*--Absatzdefinition im Hauptbereich--*/
	line-height: 160%;
}
#bannertext/*---Absatzformate für die Unterseiten----*/

 {				/*--bannertext für Startseite--*/
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	margin-top: 40px;
	width: 410px;
	margin-left: 25px;
}
#bannertext  ul {list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;
}



.banner_ueberschrift{				/*--bannertext der Überschrift für Startseite--*/
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #C00;
	margin-top: 90px;
	width: 240px;
	margin-left: 220px;
	font-weight: bold;
	text-align: center;
}

.banner_ueberschrift_klein{				/*--bannertext der Überschrift für Startseite--*/
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}

p.werbetext {				/*--Absatzformat Werbetextseite--*/
	font-size: 11px;
	padding-top: 40px;
	width: 400px;
}

p.redaktion {				/*--Absatzformat Redaktionsseite--*/
	font-size: 11px;
	padding-top: 40px;
	width: 380px;
}

p.konzept {				/*--Absatzformat Konzeptsseite--*/
	font-size: 11px;
	padding-top: 40px;
	width: 400px;
}

p.fotokurse {				/*--Absatzformat Konzeptsseite--*/
	font-size: 11px;
	padding-top: 5px;
	width: 520px;
}

p.foto {				/*--Absatzformat Fotoseite--*/
	font-size: 11px;
	padding-top: 40px;
	width: 450px;
}

p.gofishing {				/*--Absatzformat Gofishing--*/
	font-size: 11px;
	padding-top: 40px;
	width: 300px;
}

p.kontakt {				/*--Absatzformat Kontakt--*/
	font-size: 11px;
	padding-top: 40px;
	width: 300px;
	padding-left: 50px;
}

p.index {				/*--Absatzformat Index--*/
	font-size: 40px;
	padding-top: 40px;
	width: 300px;
	padding-left: 50px;
}

#navigation a {	/*--Linkdefinitionen für Navileiste--*/
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#navigation a:hover, #footer a:hover {	/*--Linkdefinitionen für Navileiste--*/
	color: #000000;
	font-weight: bold;
}

#navigation ul {			/*--Listenelement der Navileiste--*/
	list-style-type: none;
	padding-top: 6px;
	
}

#navigation li {			/*--ordnet die Liste nebeneinander an--*/
	display: inline;
		padding: 0 15px;
	
}

#maincontent a {						/*--Linkdefinition--*/
	text-decoration: none;
	color: #990000;
}

#maincontent img {						/*--Linkdefinition--*/
	margin-right: 10px;
	margin-top: 10px;
	border: 1;
	margin-bottom: 10px;
}

#maincontent a:hover {			/*--Linkdefinition, wenn man drüber fährt--*/
	color: #333333;
}

.navischriftlinks {
	padding-top: 15px;
}
.imgnavi {
	border: 1px solid #FFFFFF;
}

.imglink {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


p {								/*--Definiert die Absatzformatierungen die für alle Absätze gelten, sprich Schriftgröße, Schriftart...--*/
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 18px;
}

.fett {
	font-weight: bold;
	margin-top: 10px;
}

