@CHARSET "UTF-8";

/* Seitenstruktur */
#root
{
	margin: 0 auto 0;
	width: 840px;
	display: block;
	background-color: #22201D;
	padding-right: 20px;
	padding-left: 20px;
}
#topbanner
{
	width: 660px;
	display: block;
	height: 138px;
}
#dummy
{
	float: left;
	margin-top: 20px;
	width: 660px;
	height: 160px;
}
#spacer
{
	float: left;
	margin-top: 20px;
	width: 19px;
	height: 160px;
}
#spacerli
{
	float: right !important;
	width: 161px;
}
#topgrafik
{
	background-image: url(/img/benjamin-steininger.png);
	width: 138px;
	height: 138px;
	float: left;
	margin: 20px 0 0 20px;
}
#content
{
	width: 659px;
	float: left;
	margin: 0;
	min-height: 860px;
	background-color: #22201D;
	padding: 20px;
}
#sidebar
{
	float: left;
	background-color: #22201D;
	width: 140px;
}
#navbar
{
	height: 50px;
	float: left;
	vertical-align: middle;
	font-size: 120%;
}

#partnersites
{
	margin-left: 15px;
	width: 100%;
}
#breadcrumb
{
	float: left;
}

/* weitere Sachen zur Seitenstruktur */
#sidebar ul
{
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	margin: 0;
	padding: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 25px;
}
#sidebar li
{
	font-size: 90%;
	line-height: 1.4em;
	display: block;
	width: 95%;
	text-align: left;
	margin: 0 auto 0;
	font-family: Verdana, sans-serif;

}
#sidebar li a
{
	margin-top: 2px;
	margin-bottom: 2px;
	display: block;
	background-color: #161410;
	margin-left: 8px;
	padding-left: 8px;
	color: white;
}
#sidebar li a:hover
{
	background-color: #6D6D6D;
	color: orange !important;
}
#sidebar h4
{
	font-size: 100%;
	color: orange;
	text-align: center;
	font-family: Georgia, serif;
}

#navbar ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	height: 25px;
}
#navbar li
{
	float: left;
	padding: 0;
	margin: 0;
	height: 25px;
	margin-left: 4px; margin-right: 4px;
	background-color: #161410;
}
#navbar li a
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	height: 25px;
	background-color: #161410;
	color: white;
}
#navbar li a:hover
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	height: 25px;
	background-color: #6D6D6D;
	color: orange !important;
}
#breadcrumb a
{
	color: white;
	border-bottom: 1px dashed white;
}

/* Common heading styles */
h1, h2, h3, h4, h5, h6
{
	color: orange  !important;
	line-height: 1.2em;
}
/* h1-heading styles */
h1
{
	font-size: 180%;
}
h1 a
{
	color: orange  !important;
	border: none;
}
h1 a:link
{
	color: orange  !important;
	border: none;
}
h1 a:visited
{
	color: orange  !important;
	border: none;
}
h1 a:hover
{
	color: orange  !important;
	border: none;
}
h1 a:active
{
	color: orange  !important;
	border: none;
}

/* h2-heading styles */
h2
{
	font-size: 160%;
}
h2 a
{
	color: orange  !important;
	border: none;
}
h2 a:link
{
	color: orange  !important;
	border: none;
}
h2 a:visited
{
	color: orange  !important;
	border: none;
}
h2 a:hover
{
	color: orange  !important;
	border: none;
}
h2 a:active
{
	color: orange  !important;
	border: none;
}
/* h3-heading styles */
h3
{
	font-size: 140%;
}
h3 a
{
	color: orange  !important;
	border: none;
}
h3 a:link
{
	color: orange  !important;
	border: none;
}
h3 a:visited
{
	color: orange  !important;
	border: none;
}
h3 a:hover
{
	color: orange  !important;
	border: none;
}
h3 a:active
{
	color: orange  !important;
	border: none;
}
/* h4-heading styles */
h4
{
	font-size: 120%;
}
h4 a
{
	color: orange  !important;
	border: none;
}
h4 a:link
{
	color: orange  !important;
	border: none;
}
h4 a:visited
{
	color: orange  !important;
	border: none;
}
h4 a:hover
{
	color: orange  !important;
	border: none;
}
h4 a:active
{
	color: orange  !important;
	border: none;
}
/* h5-heading styles */
h5
{
	font-size: 100%;
}
h5 a
{
	color: orange  !important;
	border: none;
}
h5 a:link
{
	color: orange  !important;
	border: none;
}
h5 a:visited
{
	color: orange  !important;
	border: none;
}
h5 a:hover
{
	color: orange  !important;
	border: none;
}
h5 a:active
{
	color: orange  !important;
	border: none;
}
/* h6-heading styles */
h6
{
	font-size: 80%;
}
h6 a
{
	color: orange  !important;
	border: none;
}
h6 a:link
{
	color: orange  !important;
	border: none;
}
h6 a:visited
{
	color: orange  !important;
	border: none;
}
h6 a:hover
{
	color: orange  !important;
	border: none;
}
h6 a:active
{
	color: orange  !important;
	border: none;
}

html, body
{
	margin: 0;
	padding: 0;
	background-color: black;
	color: white;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	line-height: 1.7em;
	font-size: 100%;

}
body
{
	padding-top: 30px;
	padding-bottom: 30px;
}
fieldset
{
	border: 1px dashed black;
	padding: 20px;
}
legend
{
	padding: 0 10px 0 10px;
	font-size: 120%;
	font-weight: bold;
}
input
{
	border: 1px dashed white;
	background-color: #22201D;
	color: orange;
	font-family: Courier New,Courier, monospace;
	margin-top: 5px;
}
input:hover
{
	background-color: orange;
	color: black;
}
textarea
{
	border: 1px dashed white;
	background-color: #22201D;
	font-family: Courier New,Courier, monospace;
	color: orange;
}
textarea:hover
{
	background-color: orange;
	color: black;
}
code
{
	line-height: 1.0em;
	border: 1px dashed white;
	background-color: black;
	display: block;
	color: white;
	padding: 5px;
}
img
{
	border: 0;
}
a
{
	text-decoration: none;
	color: orange;
}
a:link
{
	color: orange;
}

a:visited
{
	color: orange;
}
a:hover
{
	color: red !important;
}
a:active
{
	color: orange;
}
li
{
	list-style: none;
}
hr
{
	width: 100%;
	border: none;
	border-top: 1px dashed black;
}
em
{
	font-style: italic;
	color: #999;
}
cite
{
	font-style: italic;
	color: white;
	margin: 10px 20px 10px 20px;
	padding: 10px 10px 10px 30px;
	display: block;
	background-color: black;
	border: 1px dotted white;
	border-left: 10px solid white;
	line-height: 1.8em;
	font-size: 100%;
}
strong
{
   font-weight: bold;
   color: #999;
   font-size: 110%;
}
p>a
{
	color: white;
	text-decoration: none;
	border-bottom: 1px dashed white;
}
p>a[href^="http:"], p>a[href^="https:"]
{
	padding-left: 20px !important;
	margin-left: 7px !important;
	background-color: inherit;
	background-image: url(/img/pfeil2.png);
	background-repeat: no-repeat;
	background-position: 0% 20%;
}
li>a[href^="http:"], li>a[href^="https:"]
{
	padding-left: 20px !important;
	margin-left: 7px !important;
	background-color: inherit;
	background-image: url(/img/pfeil2.png);
	background-repeat: no-repeat;
	background-position: 0% 20%;
}

.imagelink
{
	border: 0;
	padding: 10px;
}
.blogcategories ul
{
	padding-bottom: 15px;
}
.blogcategories li
{
	margin: 0 35px 0 0;
	float: left;
	list-style: url(/img/pfeilnav1.png);
}
.blogothertopicslist ul
{
	padding-bottom: 15px;
}
.blogothertopicslist li
{
	margin-left: 45px;
	list-style: url(/img/pfeilnav1.png);
}
.blogentrydate
{
	text-align: right;
	font-weight: bold;
}
.stats
{
	font-family: Courier New, Courier, Monospace;
	color: black;
}
.arrowlist li
{
	list-style: url(/img/pfeilnav1.png) !important;
}
.fett
{
	font-weight: bold;
}
.kursiv
{
	font-style: italic;
}
.linkrechts
{
	float: right;
}
.wonglink, li>a[class='wonglink']
{
	font-size: 60%;
	line-height: 1em;
	display: block;
	color: black;
	margin: 0;
	padding:0 ;
	background: none !important;
}
.c
{
	clear: both;
}

.breadcrumbimage
{
	width: 10px;
	height: 10px;
	margin: 0 5px 0 5px;
}

/* Farben */

.textfarberot
{
	color: red;
}
.textfarbegruen
{
	color: green;
}
.textfarbegelb
{
	color: yellow;
}
.textfarbeschwarz
{
	color: black;
}
.textfarbeweiss
{
	color: white;
}
.textfarbeblau
{
	color: blue;
}
.solidborderblack1
{
	border: 1px solid black;
}
.eingerueckt10
{
	margin-left: 20px;
}
.eingerueckt20
{
	margin-left: 20px;
}


/* aligns */

.textalignright
{
	text-align: right;
}
.textalignleft
{
	text-align: left;
}
.textaligncenter
{
	text-align: center;
}
.floatright
{
	float: right;
}

.floatleft
{
	float: left;
}
.displayblock
{
	display: block;
}
.blogcommententry
{
	padding: 10px;
	margin: 20px 10px 0px 30px;
	background-color: black;
	border: 1px dotted black;
	border-left: 10px solid black;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
}
.blogcommentdate
{
	display: block;
	text-align: right;
}




.fontsize60
{
	font-size:60%;
}
.fontsize70
{
	font-size:70%;
}
.fontsize80
{
	font-size:80%;
}
.fontsize90
{
	font-size:90%;
}
.fontsize100
{
	font-size:100%;
}

.blogformentry
{
	width: 540px;
}

.blogsocialbookmarks ul
{
	padding-bottom: 15px;
	float: right;
}
.blogsocialbookmarks li
{
	margin: 0 20px 0 0;
	float: left;
	list-style: none;
}

.imageFloatRight
{
	margin: 10px;
	float: right;
}

.imageFloatLeft
{
	margin: 10px;
	float: left;
}

