@charset "UTF-8";
/* CSS Document */

/* NEXT/1 – Discussing Photography */
/* Author: Jonas Herfurth */
/* Version: 1.0 */
/* 01/2010 */



/******************/
/* HTML Elemente */
/******************/
*
	{
	margin:0;
	padding:0;
	}
	
body
	{
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
h1
	{
	font-size:1.7em;
	font-weight:bold;
	}

h2
	{
	font-size:1.7em;
	}

h3
	{
	font-size:1.2em;
	}

p
	{
	font-size:1.2em;
	line-height:1.5em;
	}

a img
	{
	border:none;
	}	

a:link[href]
	{
	text-decoration:none;
	color:#000000;
	}	

a:hover[href]
	{
	text-decoration:none;
	color:#000000;
	background-color:#000000;
	}		
	
a:active[href]
	{
	text-decoration:none;
	color:#000000;
	}	
			
a:visited[href]
	{
	text-decoration:none;
	color:#000000;
	}


/* Ende HTML Elemente */
	
	
/***************/
/* Kopfbereich */
/***************/
			

	
.logo-top /* Class für Logo oberhalb des Content */
	{
	z-index:99999;
	position:fixed;
	left:242px;
	top: 18px;
	}

.logo-bottom /* Class für Logo unterhalb des Content */
	{
	z-index:0;
	position:fixed;
	left:242px;
	top: 191px;
	}

img.ruhr2010
	{
	position:fixed;
	top:60px;
	left: 795px;
	z-index:99997;
	}

#header /* Deckt Content ab, beinhaltet nicht scrollende Elemente */
	{
	position: fixed;
	margin: 0px;
	width: 105%;
	background-image:url(../Bilder/Logos/header_back.gif);
	background-repeat:repeat-x;
	background-position:top;
	z-index:99996;
	padding-left:28px;
	padding-top:15px;
	}

#standards
	{
	position:fixed;
	top:213px;
	left: 810px;	
	}

#header h1
	{
	font-size:12px;
	margin-top:21px;
	background-color:#FFFFFF;
	display:block;
	width:200px;
	}

#header h1 a:hover[href]
	{
	text-decoration:none;
	background-color:#FFFFFF;
	}	

/* Ende Kopfbereich */


/***************/
/* Navigation */
/***************/


#navi
	{
	position:fixed;
	z-index:99998;
	margin-left:28px;
	margin-top:146px;
	}

#navi ul
	{
	font-size:1.2em;
	padding-top:3.0em;
	list-style:none;
	font-weight: bold;
	text-transform:lowercase;
	}

#navi ul li
	{
	padding-top:0.4em;
	}


#navi ul.subnavi
	{
	padding-top:2em;
	margin-bottom:1em;
	font-weight:normal;
	}

.aktiv a[href]/* Angewählte Menüpunkte */
	{
	text-decoration:underline;
	}
	
.aktiv a:hover[href] /* Angewählte Menüpunkte */
	{
	text-decoration:underline;
	background-color:#000000;
	}

/* Ende Navigation */

/***********/
/* Inhalte */
/***********/

#cotent /* Inhaltsbereich, fließt unter dem Logo */
	{
	width:500px;
	margin-left:270px;
	padding-bottom:20px;
	height: 105%;
	z-index:1;
	position:absolute;
	float:right;
	}

#cotent p
	{
	display:block;
	padding-bottom:0.6em;
	background-color:#FFFFFF;
	}	

#cotent h1
	{
	font-weight:bold;
	padding-bottom:0.5em;
	}

#cotent h2
	{
	font-weight:normal;
	padding-bottom:0.75em;
	padding-top:0em;
	}	

#cotent h3
	{
	background-color:#FFFFFF;
	padding-bottom:0.75em;
	padding-top:1em;
	}

#cotent h1+p
	{
	padding-top:1em;
	}
	
#cotent h2+p
	{
	padding-top:1em;
	}

#cotent a[href]
	{
	text-decoration:underline;
	}	
	
#cotent img
	{
	margin-top:0.5em;
	margin-bottom:1em;
	}
	
#cotent h1+img
	{
	margin-top:1.5em;
	}

#cotent p.bildbeschreibung 
	{
	font-size:1em;
	margin-bottom:1.5em;
	}

.ruhr
	{
	text-transform:uppercase;
	}
	
.sponsor /* Auszeichnung nach CD-Vorgaben RUHR.2010 GmbH */
	{
	color:#999999;
	}
	
.sponsor a:hover[href]
	{
	text-decoration:none;
	color: #FFFFFF;
	background-color: #FFFFFF;
	}
	
.oben
	{
	width: 550px;
	font-size:1em;
	margin-top:1.5em;
	display:block;
	clear:both;
	}

.next
	{
	font-style:italic;
	}

/* Ende Inhalte */

/***********/
/* Footer */
/***********/

#footer
	{
	font-size:10px;;
	background-color:#FFFFFF;
	width:185px;
	position:fixed;
	bottom:0px;
	padding-left:28px;
	padding-bottom:8px;
	padding-top:5px;
	height:auto;
	z-index:99995;
	}