* {
	margin: 0;
	padding: 0;
	outline: none;
	border: 0;
}

html, body, #bg, #bg table, #bg td {
	width: 100%;
	height: 100%;
	font-family: arial;
	font-size: 12px;
}

#side {
	width: 460px;
	height: 500px;
	position: fixed;
	z-index: 10;
	float: left;
}

#breadcrumbs {
	margin: 10px 0 0 10px;
	color: #CC0000;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
	width: 400px;
}

#logo, #logo a, #logo a:hover {
	font-size: 80px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 66px;
	color: #FFF;
	margin: 1px 0 0 5px;
	display: block;
}

#menu {
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	margin: 63px 0 0 10px;
}

#menu li {
	list-style:none;
}

#menu a	{
	color: #FFF;
	text-decoration: none;
	padding: 0 5px 0 5px;
}

#menu a:hover {
	background: #000;
	text-decoration: none;
	color: #FFF;
}

#colofon {
	position: fixed;
	left: 10px;
	bottom: 10px;
	color: #FFF;
	z-index:2000;
	padding: 5px;
	display: inline;
}


h1 a:link, h1 a:visited { color: #FFF; text-decoration: none;}
h1 a:hover {color: #FFF; text-decoration: none; }
a:link, a:visited {color: #FFF; text-decoration: none;}
a:hover {color: #000; text-decoration: none;}



table{border-collapse:collapse;border-spacing:0}
li{list-style:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
q:before,q:after{content:''}
abbr,acronym{font-variant:normal}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top}
sub {vertical-align:text-bottom}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}
/*because legend doesn't inherit in IE */
legend{color:#000}

/*end of yui*/


li{list-style: disc;}





#bg div{position:fixed;width:200%;height:200%;top:-50%;left:-50%;}
#bg td{vertical-align:middle;text-align:center; }
#bg img{min-height:50%;min-width:50%;margin:0 auto;}


.kleinebox			{position:fixed; top:0px; left:460px; width:500px; text-align: right; z-index:20000; }
.kleinebox div		{font-size:10px; }
.kleinebox p {background-color: #000; display: inline; color: #FFF; padding: 0 5px 0 5px;}

#content {
	z-index: 10;
	position: relative;
	float: left;
	background: #fff;
	width: 465px;
	margin: 38px 0 60px 460px;
	padding: 25px 0 25px 35px;
}

#content .artikel {
	padding-bottom:35px;
}

#content h1, #content h1 a, #content h1 a:visited {
	font-family: georgia;
	font-style: italic;
	font-size: 47px;
	color: #cc3333;
	text-decoration: none;
	line-height: 47px;
}

#content h1 a:hover {
	color: #000;
}

#content h2 {
	font-family: georgia;
	font-style: italic;
	font-size: 30px;
	color: #000;
	text-decoration: none;
	line-height: 30px;
}

#content h6	{
	color: #666;
	font-size: 11px;
	padding: 10px 0 0 15px;
}

#content p, #content ul	{
	padding: 5px 35px 0px 15px;
	font-family: arial;
	font-size: 12px;
	line-height:17px;
}

#content p a {
	color: #000;
	text-decoration:none;
	background: #999;
}

#content p a:hover {
	color: #000;
	background: #e5e5e5;
}

#content #paginering {
	padding: 5px 0 5px 0;
	margin: 0 0 0 -35px;
	text-align: center;
	background-color: #000;
	color: #FFF;
	font-family: georgia;
	font-size: 16px;
}

#content #paginering a {
	color: #FFF;
}

/* tagcloud */

a.tci{background-color: #000; color: white;/* for IE */  filter:alpha(opacity=100);  /* CSS3 standard */  opacity:1.0;}

a.tci:hover {background-color: #000; color: white; /* for IE */  filter:alpha(opacity=100);  /* CSS3 standard */  opacity:1.0;}

a.tci:active {background-color: #cc0000; color: white;}

a.tci:visited {background-color: #000; /* for IE */  filter:alpha(opacity=10);  /* CSS3 standard */  opacity:0.1; }

a.tci:hover {background-color: #000; color: white; /* for IE */  filter:alpha(opacity=100);  /* CSS3 standard */  opacity:1.0;}

#tagcloud{
	position:fixed;
	top:20px;
	left:150px;
	z-index: 5050;
	width:500px;
	height:0;
	overflow:visible;
	word-spacing: 40px;
	line-height:36px;
	display:none;
	/* for IE */  filter:alpha(opacity=80);  /* CSS3 standard */  opacity:0.8; 
}

* html #tagcloud{
	position:fixed;
	top:0px;
	left:200px;
	z-index: 5050;
	width:500px;
	min-height:600;
	overflow:visible;
	word-spacing: 40px;
	line-height:36px;
	/* for IE */  filter:alpha(opacity=80);  /* CSS3 standard */  opacity:0.8; 
}

