/*
	STANDFEST.NET V4.0 Stylesheet
	Author: René Standfest <rene@standfest.net>
	Version: 0.1
*/

/*
	M e i n e   d i v - C o n t a i n e r
*/

#menue {
	padding-top: 10px;
	padding-left: 10px;
	float : left;
	width : 200px;
}
#inhalt {
	margin: 0px;
	padding: 5px;
	float : left;
	width:70%;
	max-width: 60em;
}
.headerbild {
	text-align: right;
	float: right;
}
.headertext {
	margin-top: 25px;
	margin-right: 64px;
	padding-top: 2px;
	text-align: left;
	border-top: 3px solid;
	border-color: #ffffff;
}
.menuepunkte {
	margin: 0px;
	margin-top:10px;
	margin-bottom: 10px;
}
.schlussleiste {
	border-top: 3px solid #ffffff;
	text-align: center;
	font-size: 8pt;
	margin-top: 10px;
	padding-top:3px;
}
.bild {
	float: right;
	text-align:center;
	padding: 1px;
	margin: 1px 10px 1px;
	font-size: 8pt;
	font-style: italic;
}
/*
	M e i n e   T a g - De f i n i t i o n e n
*/

body {
	padding: 0px;
	margin:0px; 
	margin-top:10px;
	color: White;
	font-size: 10pt;
	font-family: Verdana;
	font-style: normal;
	text-align: justify;
	background-color : Black;
}
h1 {
	font-size : 24pt;
	text-align : center;
}
h2 {
	font-size: 16pt;
	text-align: left;
	padding-left: 30px;
}
h3 {
	font-size: 12pt;
	text-align: left;
	padding-left: 30px;
}

.blau {
	color: #3b36ff;
}
.rot {
	color: #ff0000;
}
.grau {
	color: #cccccc;
}
td {
	color: #ffffff;
	background-color: #222222;
	padding: 1px 5px 1px 5px;
}
td.galerie {
	text-align:center;
	padding:5px;
}
p.galerie {
	font-size:10px;
	margin: 0px;
	padding: 1px;
}

/*
	L i n k s
*/

#inhalt a {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
#inhalt a[href^="http://"]:before {
	margin-left:2px;
	margin-right: 2px;
	content : url(/images/linkicon.png);
}
#inhalt a[href^="mailto"]:before {
	margin-left: 2px;
	margin-right: 2px;
	content: url(/images/mailicon.png);
}
#inhalt a[class^="keinekugel"]:before {
	margin-left: 0px;
	margin-right: 0px;
	content: url(images/leer.png);
}
#inhalt a:link {
	border-bottom: thin dashed #3b36ff;
}
#inhalt a[class^="keinekugel"]:link {
	border-bottom: none;
}
#inhalt a:visited {
	border-bottom: thin dashed #ff0000 ;
}
#inhalt a[class^="keinekugel"]:visited {
	border-bottom: none;
}
#inhalt a:visited:hover {
	color: #ff0000;
	border-bottom: thin dashed #ff0000 ;
}
#inhalt a[class^="keinekugel"]:visited:hover {
	color: #ff0000;
	border-bottom: none;
}
#inhalt a:hover {
	color: #3b36ff;
	border-bottom: thin dashed #3b36ff;
}
#inhalt a[class^="keinekugel"]:hover {
	color: #3b36ff;
	border-bottom: none;
}
#inhalt a:active {
	color: #3b36ff;
	border-bottom: thin dashed #3b36ff;
}
#inhalt a[class^="keinekugel"]:active {
	color: #3b36ff;
	border-bottom: none;
}

img a{
	border: none;
}

#menue a:hover {
	background-color: #3b36ff;
}