@charset "UTF-8";
/* CSS Document */

/* 	========================================================
 	Stylesheet für LIMITED SKATEBOARDING MAGAZINE /// SCREEN Styles
	========================================================
*/




/* 	===============================================================
	Kalibrierung und allgemeine Styles
	=============================================================== */
	
	
/* Kalibrierung der wichtigsten Abstände */

* { padding: 0; margin: 0; }
/* Abstand nach unten */
h2, h3, p, ul, ol { margin-bottom: 1em; }
/* Verschachtelte Listen ohne Abstand */
ul ul { margin-bottom: 0; }
/* Abstand von links */
li { margin-left: 1em; }

/* Allgemeine Selektoren */
html {height: 101%} /*erzwingt scrollbalken im firefox */
body {
	color: white;
	background: #CCCCCC url(../img/grip.jpg) repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
h1 { font-size: 150%; }
h2 { font-size: 120%; }
h3 { font-size: 110%; }
address{
	text-align: center;
	font-size: 80%;
	font-style: normal;
	letter-spacing: 2px;
	line-height: 1.5em;
	}
	
ul li { list-style-type: circle; }
ul ul li { list-style-type: square; }

	
/* Allgemeine Hyperlinks */
a { text-decoration: none; outline: none; }
a:link { color:#CCCCCC; }
a:visited { color:#FFEB65; }	
a:hover, 
a:focus { border-bottom: 1px solid #660000; 
}



/* Allgemeine Klassen und IDs */	
.skiplink {
	position: absolute;
	top: -2000px;
	left: -3000px;
	width: 0;
	height: 0;
	overflow:hidden;
	display: inline;
}
.bildlinks {
	float: left;
	padding: 3px;
	border: 5px solid #660000;
	margin-right: 10px;
	margin-bottom: 10px;
}
.bildrechts {
	float: right;
	padding: 3px;
	border: 5px solid #660000;
	margin-bottom: 10px;
	margin-left: 10px;	
}
.clearing { clear: both; }

#logo {
	color: black;
	padding: 5px;
}		

.Antwort{ color: #660000}

/* 	===============================================================
	Styles für Layoutbereiche
	=============================================================== */
		
#wrapper {
	color: white;
	width: 750px; /* Breite des Inhaltsbereichs */
	margin: 10px auto; 
}

#kopfbereich {
	position: relative; /* positioniert, aber bleibt im Fluss */
	color: black;
}

	#kopfbereich p { 
		position: absolute;
		top: 10px;
		right: 10px;
		font-weight: bold;
		padding: 5px 0 5px 0;
		margin-bottom: 0;
	}
	
#navibereich {
	background-color: none;
}

	#navibereich ul { 
		margin-top: 0;
	}
	#navibereich li {
		display: inline;
		list-style-type: none;
	}
	#navibereich a {
		text-decoration: none;
		font-weight: bold;
		border: none;
		outline: none;
		color: white;
	}
	#navibereich #navi01 {
		padding: 5px;
		background-image: url(../img/heim_a.png);
		background-position: center;
		background-repeat: no-repeat;
		}
	#navibereich #navi02 {
		padding: 5px;
		background-image: url(../img/issues_a.png);
		background-position: center;
		background-repeat: no-repeat;
	}
	#navibereich #navi03 {		
		padding: 5px;
		background-image: url(../img/kontakt_a.png);
		background-position: center;
		background-repeat: no-repeat;
	}
 	#navibereich #navi04 {		
		padding: 5px;
		background-image: url(../img/impressum_a.png);
		background-position: center;
		background-repeat: no-repeat;
	}
	#navibereich #navi05 {		
		padding: 5px;
		background-image: url(../img/impressum_a.png);
		background-position: center;
		background-repeat: no-repeat;
	}
	#navibereich #navi06 {
		padding: 5px;
		background-image: url(../img/heim_a.png);
		background-position: center;
		background-repeat: no-repeat;
		}
	#navibereich #navi07 {
		padding: 5px;
		background-image: url(../img/impressum_a.png);
		background-position: center;
		background-repeat: no-repeat;
		}
		
	#startseite #navi01 a,
	#issuesseite #navi02 a,
	#kontaktseite #navi03 a,
	#impressumseite #navi04 a,
	#stammtischseite #navi05 a,
	#aboseite #navi06 a, 
	#webcamseite #navi07 a {
		color: #999999;
	}
	#navibereich a:hover,
	#navibereich a:focus {
		color: #A50000;
	}
	
#textbereich {
	width: 720px;
	margin-top: 40px;
	padding-left: 15px;
	padding-right: 15px;
}

	#textbereich a {
		border-bottom: 1px dotted #600;
	}
	#textbereich a:hover,
	#textbereich a:focus {
		border-bottom: 1px solid #600;
	}
	

#textbereich h2 { color:#CCCCCC; }
#textbereich p span { color: #CCCCC; }

	
#text01 {
	float: left;
	width: 400px;
	padding: 20px 10px 20px 20px;
}
#text02 {
	float: right;
	width: 110px;
	padding: 10px;
}
#textbereich a:active {
		color: white;
		background-color: #660000;
}
#textbereich .Antwort{ color: #660000}

#transparent {
	color: black;
	background-image:url(../img/stripe750.png);
	padding: 15px;
	}
	
	#transparent h2 {
	color: white;
	background-color: #660000;
	padding: 5px 15px 5px 15px;
	}
	#transparent a {
		color: #330000;
		border: none:
		}
		
#fussbereich {
	clear: both;
	color: black;
	background-color: white;
	padding: 10px 20px 20px 20px;
	border-top: 1px solid #8c8c8c; /* Rahmenlinie oben */
	/* margin-top: 20px; /* Außenabstand oben, oberhalb linie */
}
	

/* 	===============================================================
	Sonstige Styles
	=============================================================== */
	
/* Das Kontaktformular */
form {
	color: white;
	background-color: #600;
	width: 470px; /* Breite des Formulars */
	padding: 20px;
	border: 1px solid #8c8c8c;
}
label { /* Beschriftung auf eigener Zeile */
	display: block; 
	cursor: pointer; /* mauszeiger wird zur Hand */
}
input#absender,
textarea {
	width: 460px;
	border: 1px solid #8c8c8c;
	margin-bottom: 1em;
}
textarea { 
	height: 7em; 
}
input#absender:focus,
textarea:focus {
	background-color: #d9d9d9;
}
/*Ende Kontaktformular*/

div.galerie {
	background: url(../img/tapete.png) repeat top left; 
	overflow: hidden; /* zum Umschließen der floats */
	padding: 15px 10px 10px 15px;
	margin: 0 3px 20px 0;
}
* html div.galerie {height: 1%; } /*Benötigt für Internet Explorer 6 */
div.galerie img {
	float: left;
	padding: 4px;
	margin-right: 15px;
	margin-bottom: 15px;
}

div.stammtisch {
	overflow: hidden; /* zum Umschließen der floats */
	padding: 25px 10px 10px 0;
	margin: 0 3px 3px 0;
}
* html div.stammtisch {height: 1%; } /*Benötigt für Internet Explorer 6 */
div.stammtisch img {
	float: left;
	padding: 4px;
	border: 1px solid #660000;
	border-right-color:#333333;
	border-bottom-color:#3333330;
	margin-right: 15px;
	margin-bottom: 15px;
}