/* ################# Allgemeines Seitenlayout ################# */
html {  min-height: 100.05%; }
BODY {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: black;
	background-image:url(/superman_super_site_bg.jpg); 
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	}

/** BEGIN wrapper **/
#wrapper {
	width: 696px;
	background: white url(images/background.gif) repeat-y 0 0;
	margin: auto auto;
	text-align: left;
	padding: 0 7px;
}
/** END wrapper **/

/** BEGIN main menu **/

		#mainmenu .post h1 {
			font-family: Arial;
			font-size: 1.5em;
		}
			#mainmenu .post h1 a {
				color: #fff700;
        }
        
            #mainmenu .post h1 a:hover {
                color: #fff;
        }

/** END main menu **/

			.contentblockquote {
	        font-family: Verdana, Arial, Helvetica, sans-serif;
	        font-size: 14px;
	        color: #126aa5;
	        text-align: justify;
	}

/** BEGIN content **/

#content {
	width: 610px;
	float: left;
}

	#content .post {
		width: 690px; height: 100%;
		float: none;
		padding: 0 0 0 50px;
		
	}
	
		#content .post h2 {
			font-family: Trebuchet MS;
			font-size: 3.4em;
			font-weight: 800;
			color: #101010;
		}
			
			#content .post h2 a {
				color: #000000;
        }
        
            
            #content .post h2 a:hover {
                color: #757070;
        }

		

		#content .post h3 {
			font-family: Arial;
			font-size: 2.2em;
			font-weight: bold;
			margin-bottom: 0px;
		
			}

		#content .post h4 {
			font-family: Georgia;
			font-size: 2em;
			font-weight: bold;
			margin-top: 0px; 
			margin-bottom: 0px;
		}
		
					#content .post h4 a {
				color: #252525;
			}
		
		#content .post .date {
			font-size: 11px;
			font-family: Georgia;
			color: #808080;
			margin-bottom: 15px;
		}
		#content .post .continue {
			color: #ffffff;
			background-color: #DC1000;
			padding: 5px 10px;
			display: block;
			float: left;
			font-family: Georgia;
			font-weight: bold;
			margin-bottom: 10px;
		}
		#content .post p {
			margin-bottom: 10px;
			line-height: 1.4em;
			font-size: 14px;
		}
		#content .post .thumb {
			height: 150px;
			width: 150px;
			align: right;
			overflow: hidden;
			padding: 2px;
			background-color: #EEEEEE;
			border: 1px solid #E8E8E8;
			margin-bottom: 2px;
		}

			#content .post .thumb div {
				height: 150px;
				overflow: hidden;
			}
			#content .post .thumb img {
				width: 150px;
			}
	#content .postnav {
		clear: both;
		padding: 20px 34px 40px;
	}
		#content .postnav ul {
			list-style-type: none;
			border: 0;
		}
			#content .postnav ul li {
				float: left;
				padding: 2px;
				padding: 2px;
			}
			#content .postnav ul li a {
				display: block;
				text-align: center;
				text-decoration: none;
				border: 0;
				padding: 5px 8px;
				background-color: #9F9F9F;
				color: #ffffff;
				font-family: Georgia;
				font-weight: bold;
			}
			#content .postnav ul li a:hover {
				background-color: #E05F00;
				border: 0 !important;
			}
			#content .postnav ul li.next a {
				width: auto;
				padding: 2px 4px;
			}
			#content .postnav .page_info {
				text-align: center;
				text-decoration: none;
				border: 0;
				padding: 5px 8px;
				background-color: #9F9F9F;
				color: #ffffff;
				font-family: Georgia;
				font-weight: bold;
				margin: 2px;
			}

/** END content **/

#content2 {
	width: 100%;
	float: left;
}

	#content2 .post {
		width: 100%; height: 100%;
	        font-family: Verdana, Arial, Helvetica, sans-serif;
	        font-size: 14px;
	        color: #000000;
	        text-align: justify;
		float: none;
		padding: 0 10px 0 30px;
		
	}
	
		#content2 .post h2 {
		    text-align: left;
			font-family: Trebuchet MS;
			font-size: 4.0em;
			font-weight: 800;
			color: #101010;
		}
			
			#content2 .post h2 a {
				color: #000000;
        }
        
            
            #content2 .post h2 a:hover {
                color: #757070;
        }

		

		#content2 .post h3 {
			font-family: Arial;
			font-size: 2.2em;
			font-weight: bold;
			margin-bottom: 0px;
		
			}

		#content2 .post h4 {
			font-family: Georgia;
			font-size: 2em;
			font-weight: bold;
			margin-top: 0px; 
			margin-bottom: 0px;
		}
		
					#content2 .post h4 a {
				color: #252525;
			}
		
		#content2 .post .date {
		    text-align: left;
			font-size: 13px;
			font-family: Georgia;
			color: #808080;
			margin-bottom: 15px;
		}
		#content2 .post .continue {
			color: #ffffff;
			background-color: #DC1000;
			padding: 5px 10px;
			display: block;
			float: left;
			font-family: Georgia;
			font-weight: bold;
			margin-bottom: 10px;
		}
		#content2 .post p {
			margin-bottom: 10px;
			line-height: 1.4em;
			font-size: 14px;
		}
		#content2 .post .thumb {
			height: 150px;
			width: 150px;
			align: right;
			overflow: hidden;
			padding: 2px;
			background-color: #EEEEEE;
			border: 1px solid #E8E8E8;
			margin-bottom: 2px;
		}

			#content2 .post .thumb div {
				height: 150px;
				overflow: hidden;
			}
			#content2 .post .thumb img {
				width: 150px;
			}
	#content2 .postnav {
		clear: both;
		padding: 20px 34px 40px;
	}
		#content2 .postnav ul {
			list-style-type: none;
			border: 0;
		}
			#content2 .postnav ul li {
				float: left;
				padding: 2px;
				padding: 2px;
			}
			#content2 .postnav ul li a {
				display: block;
				text-align: center;
				text-decoration: none;
				border: 0;
				padding: 5px 8px;
				background-color: #9F9F9F;
				color: #ffffff;
				font-family: Georgia;
				font-weight: bold;
			}
			#content2 .postnav ul li a:hover {
				background-color: #E05F00;
				border: 0 !important;
			}
			#content2 .postnav ul li.next a {
				width: auto;
				padding: 2px 4px;
			}
			#content2 .postnav .page_info {
				text-align: center;
				text-decoration: none;
				border: 0;
				padding: 5px 8px;
				background-color: #9F9F9F;
				color: #ffffff;
				font-family: Georgia;
				font-weight: bold;
				margin: 2px;
			}

/** END content **/


#layout {
background: #ffffff;
	position: absolute;
	left: 50%;
	margin-left: -301px;
	width: 602px;
	top: 50%;
	margin-top: -228px;
	height: 456px;
	}
	
#navigation {
background: #ffffff;
	position: absolute;
	left: 50%;
	margin-left: -175px;
	width: 200px;
	top: 50%;
	margin-top: -299px;
	height: 600px;
	}

#left {	
	margin-left: 10px;
	margin-right: 10px;
	
	
	}

#rightbox_top {
	margin: 10px 10px 10px 10px;
	}
	
#right {
	margin-left: 10px;
	margin-right: 10px;
	
	}
	
#sitename {
	color: #FFFFFF; font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; font-weight: bold; padding: 1px 0px 0px 5px;
	position: absolute;
	left: 50%;
	margin-left: 5px;
	width: 290px;
	top: 50%;
	margin-top: -294px;
	height: 60px;
	
	}
	
#content {

	margin-left: 10px;
	margin-right: 10px;
	
	
	
	}
	
#footer {
	color: #FFFFFF; 
	margin: 10px 10px 10px 10px;
	
	text-align: center;
	
	
	
	
	}



td,tr,p,div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC3333;
	}
	
h5 {
	color: #FF0000; font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px; font-weight: bold; text-shadow: 1px 1px #000000;
	}
	
h6 {
	color: #3366FF; font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; font-weight: bold;
	}
	

hr {
border: 0px;
border-top: 1px dotted #296AAA;
color: #fff;
background-color: #fff;

}

/** Social Media **/

ul.social-media-list {
    list-style-type: none;
    margin: 10;
    padding: 0;
    font-size: 0px; /* eliminate space between li */
}

ul.social-media-list li {
    display: inline-block;
    margin: 3px;
}

ul.social-media-list img {
    padding: 5px;
    border-radius: 5px;
    background-color: #63D1F4;
    width: 36px;
    height: 36px;
}

ul.social-media-list img:hover {
    background-color: #FF0000;
}

/* ################# Main- and Submenus ################# */
a.mainlevel  {
	margin           : 0px;
	padding          : 0px;
	font-size        : 14px;
	width            : 165px;
	text-indent      : 10px;
	}

a.mainlevel:link {
	text-indent      : 10px;
	}

a.mainlevel:link, a.mainlevel:visited {
	display          : block;
	padding          : 2px 0px 5px 0px;
	margin           : 1px;
	border-top: 1px solid #296AAA;
	background: url(dot.png);
	color: #fff;
	text-indent      : 10px;
	}

a.mainlevel:hover {
	text-decoration  : none;
	text-indent      : 10px;
	color: #1E599B;
	border-top: 1px solid #296AAA;
 	background: url(dot.png) #FFFFFF;
	}

#active_menu {
  	font-weight      : bold;
  	color            : #fff;
	
	}
	
a#active_menu:hover {
	border-top: 1px solid #296AAA;
	background: url(dot.png);
	}

.sublevel {
	margin-left           : 10px;
	font-size: 10px;
	margin-right: 10px;
	line-height: 13px;	}
	
a.sublevel:link, a.sublevel:visited {
	color: #ffffff;
	}
	
a.sublevel:hover {
	color: #ffffff;
	}

ul#mainlevel-nav {
  	padding          : 0;
  	margin           : 0;
  	list-style       : none;
	}

ul#mainlevel-nav li {
 	display          : block;
 	padding-left     : 0px;
 	padding-right    : 0px;
 	margin           : 0;
  	float            : right;
  	font-size        : 11px;
  	font-weight      : bold;
  	line-height      : 20px;
  	white-space      : nowrap;
  	border-left      : 1px solid #FFFFFF;
	}

ul#mainlevel-nav li a {
  	display          : block;
  	padding-left     : 10px;
  	padding-right    : 10px;
  	text-decoration  : none;
  	color            : #fff;
	}

ul#mainlevel-nav li a:hover {
  	color            : #FFFFFF;
  	background       : #336699;
}

.cborderl {
	background-image: url(cborderl.bmp);
	background-repeat: repeat-y;
}

.cborderr {
	background-image: url(cborderr.bmp);
	background-repeat: repeat-y;
}

.ctm {
	background-image: url(ctm.bmp);
	background-repeat: repeat-x;
}

.cbm {
	background-image: url(cbm.bmp);
	background-repeat: repeat-x;
}

.paneltbg {
    background: url(boxtop.bmp) no-repeat;
}

.panelmbg {
	background-image: url(pm.gif);
}

.polltop {
	background-image: url(polltop.bmp);
}

.pollmiddle {
	background-image: url(pollmiddle.bmp);
}

/* Content - Sections & Categories */

.sitemaptitle {
	color				: #FFFFFF; 
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 14px; 
	font-weight			: bold;
	white-space			: nowrap;
	background-color	: #F9D073;
	border				: 1px solid #999999;
	border-top-width	: 0px; 
	border-right-width	: 4px; 
	border-bottom-width	: 0px; 
	border-left-width	: 0px;
	height				: 16px;
	padding				: 2px;
	text-align			: left;
	}

.sitemapsubs {
	color				: #003399; 
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 11px; 
	font-weight			: bold;
	border				: 1px solid #999999;
	border-top-width	: 0px; 
	border-right-width	: 0px; 
	border-bottom-width	: 1px; 
	border-left-width	: 2px;
	}

.contentpane {
	padding				: 2px;
	background-color: inherit;
	
	}
		
.contentpaneopen {
		width: 100%;
	
	
	 
	}
	
.componentheading {
	font-weight			: bold;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #e5e5e5;
	background-color: #FFFF66;
	padding: 2px;
	color				: #6E6E6E;
	text-align			:left;
	}
.componentheading2 {
	font-weight			: bold;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #000000;
	background-color: #3366CC;
	padding: 2px;
	color				: #FFFFFF;
	text-align			:left;
	}
.componentheading3 {
	font-weight			: bold;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #000000;
	background-color: #d8d9e4;
	padding: 2px;
	color				: #FFFFFF;
	text-align			:left;
	}

.scrollerheading {

	font-family			: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #000000;
	background-color: #990011;
	padding: 0px;
	color				: #333333;
	text-align			:left;
	}

.contentheading {
font-weight			: bold;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #e5e5e5;
	padding: 2px;
	color				: #333333;
	text-align			:left;
	}
	
.contentdescription {
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 11px;
	color				: #333;
	text-align			: left;
	}
	
/* Links */

a {
	color				: #0059ff; 
	text-decoration		: none; 
	
	}
	
a:hover {
	text-decoration		: none;
	color				: #0023ff;
	
	}
	
a.blogsection:link, a.blogsection:visited {
	color				: #1E599B; 
	text-decoration		: none; 
	font-weight			: normal;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	}

a.blogsection:hover {
	text-decoration		: underline;
	}
	
a.weblinks:link, a.weblinks:visited {
	color				: #1E599B; 
	text-decoration		: none; 
	font-weight			: normal;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	}

a.weblinks:hover {
	color				: #1E599B;	
	text-decoration		: underline;
	}

a.readon:link, a.readon:visited {
	color: #1E599B;
font-weight: bold;
	display:block;
	padding:0 0 0 20px;
	border: solid 0px #eeeeee;
	}
			
a.readon:hover {
	color: #1E599B;
font-weight: bold;
	display:block;
	padding:0 0 0 20px;
	border: solid 0px #eeeeee;
	}
	
			
.blog_more {
font-size: 10px;
}

.blog {
width: 100%;
}

/* Moduletable */

.leftmodulescontainer{
	margin-top			:10px;
	
	}

.modulecontainer_top {
	background-repeat	: no-repeat;
	}
	
.modulecontainer_middle	{
	background-repeat	: repeat-y;
	}

.modulecontainer_bottom {
	background-repeat	: no-repeat;
	}

table.moduletable {
	margin				: 0px 0px 20px 0px;
	width				: 151;
	
	padding:0px;
	
	}
	
table.moduletable th {
	font				: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color				: #FFFFFF;
	white-space			: nowrap;
	height				: 16px;
	text-align			: left;
	background: #990011;
	border		: 1px solid #000000;
	padding-left: 2px;
	
	
	width				:95%;
	}

table.moduletable2 th {
	font				: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color				: #FFFFFF;
	white-space			: nowrap;
	height				: 16px;
	text-align			: left;
	background: #990011;
	border		: 1px solid #000000;
	padding-left: 2px;
	
	
	width				: 164px;
	}

table.moduletable td {
	font-family			: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size			: 10px;
	font-weight			: normal;
	padding-right		:0px;
	}
	
table.moduletable-nomargin {
	margin				: 0px 0px 0px 0px;
	width				: 100%;
	
	padding:0px;
	
	}
	
table.moduletable-nomargin th {
	font				: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color				: #333333;
	white-space			: nowrap;
	height				: 16px;
	text-align			: left;
	background: #F5F5F5;
	border		: 1px solid #E5E5E5;
	padding-left: 2px;
	
	
	width				:95%;
	}

table.moduletable-nomargin td {
	font-family			: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size			: 10px;
	font-weight			: normal;
	padding-right		:0px;
	}
	
table.moduletable-blue {
	margin				: 0px 0px 20px 0px;
	width				: 170px;
	padding:0px;
	
	
	}

table.moduletable-blue th {
	font				: bold 16px Verdana, Arial, Helvetica, sans-serif;
	color				: #ffffff;
	white-space			: nowrap;
	height				: 16px;
	text-align			: left;
	background: darkred url(/redbg.jpg) repeat-x 0 0;
	border		: 1px solid #5580AB;
	padding-left: 2px;
	
	  
	
	width				:95%;
	}

table.moduletable-blue td {
	font-family			: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size			: 13px;
	font-weight			: normal;
	padding-right		:0px;
	
	}
	
.moduleheading {
	font				: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color				: #FFFFFF;
	white-space			: nowrap;
	background-color	: #336699; 
	border				: 1px solid #FFFFFF;
	border-top-width	: 1px; 
	border-right-width	: 0px; 
	border-bottom-width	: 0px; 
	border-left-width	: 0px;
	height				: 16px;
	padding				: 2px;
	text-align			: left;
	}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	color: #000000;
	background: #F5F5F5;
	border: 1px dotted #CA1919;
	} 

.inputbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	background: #ffffff;
	border: 1px dotted #CA1919;
	}

/** category text format and links **/

.category {
	color: #999999; font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; font-weight: bold; text-decoration: none;
	}

a.category:link, a.category:visited {
	color: #1E599B; font-weight: bold;
	}

a.category:hover {
	color: #1E599B;
	text-decoration: underline;
	}
	
.poll {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 14px;
	}
	

.sectiontableentry1  {
	background-color: #F5F5F5;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 4px;
}
.sectiontableentry2  {
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 4px;
}
tr.sectiontableentry1:hover {
	background-color: #f1f1f1;
}
tr.sectiontableentry2:hover {
	background-color: #f1f1f1;
}
.sectiontableentry1 td{
	border-bottom: 1px solid #E5E5E5;
}
.sectiontableentry2 td{
	border-bottom: 1px solid #E5E5E5;;
}

.sectiontableheader {
	background-color : #993333;
	color : #FFFFFF;
	font-weight : bold;
	}
	
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-decoration: none; 
	font-weight: normal;
	}

.createdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none; 
	font-weight: normal;
	}

.modifydate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ADB2B5;
	text-decoration: none; 
	font-weight: normal;
	}
			
ul {
  padding: 0;
  margin: 0;
  padding-left: 1.6em;
  list-style-image: url(arrow.png);
}


.header-logo2 {
        background:url(/superman.jpg) no-repeat 50%; width:160px
        }	
	

.fase4rdf {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; color: #000000; font-weight: normal;
	}

a.fase4rdf:link {
	font-size: 10px; font-weight: normal; color: #336699;
	}


a.fase4rdf:hover {
	font-weight: bold; color: #003399;
	}	

table.searchintro {
  	background-color: #FFF2D7;
	border: solid 1px #777777;
	}

table.contact {
	}

table.contact td.icons {
	}

table.contact td.details {
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
.pathway {
	font-family				: Verdana, Arial, Helvetica, sans-serif;
	font-size				: 10px;
	color					: #ADB2B5;
	font-weight				: bold;
	}
	
a.pathway:link, a.pathway:visited {
	font-family				: Verdana, Arial, Helvetica, sans-serif;
	font-size				: 10px;
	font-weight				: normal;
	color:#3165CE;
	}
	
a.pathway:hover {
	font-family				: Verdana, Arial, Helvetica, sans-serif;
	font-size				: 10px;
	color					: #FF2400;
	font-weight				: normal;
	}
	
/* Containers */

.submenucontainer {
	border-top:1px solid #EFEFEF;
	padding-top:12px;
	padding-left:2px;
	}
	
.belowmenucontainer {
	border-top			:1px solid #CECBCE;
	padding				:0px 100px 0px 100px;
	margin				:3px 0px 0px 32px;
}

.allmenu_container { 
	background-repeat	: no-repeat;
	padding-left		: 42px;
	}
	
.mainbodycontainer{
	border-top			:1px solid #CECBCE;
	padding-top			: 11px;
	padding-left		:36px;
	}
	
.greia{
	border-top			:1px solid #CECBCE;
	}
	
.cornercontainer{
	background-repeat	: repeat-y;
	}

.sitenamecontainer{
	font-size			: 30px;
	font-style			: italic;
	color				: #CCCCCC;
	}
	
.searchcontainer{
	padding-top			:10px;
	}

.topmenu {
	font-size: 10px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.statlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none; 
	font-weight: normal;
	}
.album_stat {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none; 
	font-weight: normal;
	}


a.navhover:hover { color:#000000;}

.contenttoc {
	border: 1px dotted #993333;
	padding: 5px;
	margin-left: 5px;
	}
	
.contenttoc td {	
	padding: 0px;	
	}
	
#spoiler {
	border: 1px dotted red;
	color: white;
	background-color: white;
	}
	
	.thumbnails  {
	border: 1px solid #E5E5E5;
	background-color: #F5F5F5;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 4px;
}
.cotable  {
	border: 1px solid #E5E5E5;
	background-color: #F5F5F5;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 4px;
}

.newsflash {
	border: 1px dotted #1E599B;
	
	}

img.rahmen {  
          border-style:solid;
          border-width:1px;
          border-color: #E5E5E5;
          margin: 2px; }
	
img.rahmen:hover { 
          border-style:solid;
          border-width:1px;
          border-color: #296AAA;
          margin: 2px; }

#time {
	font-family: verdana;
	font-size: 9px;
	}

.flashnews {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	}

a.partner:link, a.partner:visited {
	
	
	color: #fff;
	
	}

a.partner:hover {
	text-decoration  : underline;

	color: #fff;

	}
	
		.partnertable {
	border-bottom: 1px solid #1E599B;

	
}
.partnertable:hover {
	border-bottom: 1px solid #FFF;
	
}

.thumb_title {
        font-weight : bold;
        font-size: 80%;
        padding: 2px;
        display : block;
}

.thumb_caption {
        font-size: 80%;
        padding: 1px;
        display : block;
}

.thumb_caption a {
        text-decoration: underline;
        color: #000000;
}

.thumb_num_comments {
        font-weight: normal;
        font-size: 80%;
        padding: 2px;
        font-style : italic;
        display : block;
}

.user_thumb_infobox {
        margin-top: 1px;
        margin-bottom: 1px;
}

.user_thumb_infobox th {
        font-weight : bold;
        font-size: 100%;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

.user_thumb_infobox td {
        font-size: 80%;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

.user_thumb_infobox a {
        text-decoration: none;
        color: #000000;
}

.user_thumb_infobox a:hover {
        color: #000000;
        text-decoration: underline;
}

.testdiv {
	font				: 9px Verdana, Arial, Helvetica, sans-serif;
	color				: #333333;
	background: #F5F5F5;
	border		: 1px solid #E5E5E5;
	padding-left: 2px;
	
	
	}
	
table.blog span.article_seperator {
	display: block;
	height: 20px;
		}
.quelle {
	font-size: 10px;
	text-decoration		: none; 
	font-weight			: bold;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #e5e5e5;
	background-color: #f5f5f5;
	padding: 2px;
	color				: #333333;
	}
	
a.quellelink:link, a.quellelink:visited {
	color				: #1E599B; 
	text-decoration		: none; 
	font-weight			: bold;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	}
a.quellelink:hover {
	color				: #1E599B; 
	text-decoration		: underline; 
	font-weight			: bold;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	}

a.comment:link, a.comment:visited {
color: #1E599B;
font-weight: bold;
	display:block;
	padding:0 0 0 20px;
	border: solid 0px #eeeeee;
	}


a.comment:hover {

font-weight: bold;
	color: #1E599B;
	}
	
ul.newsfeed {
  padding: 0;
  margin: 0;
  padding-left: 1.6em;
  list-style-image: url(arrow.png);
}

/** Glossary **/
ul.index {
 list-style-type:none;
 border:solid 0px #000; 
 font-weight:bold; 
 margin: 0 0 0 0px;  
 padding:5px;
 background:none;
}

ul.index li {
    list-style-type: none;
    list-style-image: none;
    display:inline;
    border-right: 1px solid #000;
    padding: 0 5px 0 5px;
    margin: 0;
    font-size:1em;
    background:none;
}

dt {
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	font-size:11px;
	font-weight: bold;
	margin:20px 0 20px 20px; 
	color:#000; 
	padding:2px 2px 2px 5px;
	border-bottom: 1px solid #eee;
}

dd {
	line-height:1.5em;
}
/** Glossary End **/

.zitat {
border: 1px solid #e5e5e5;
margin: auto 25px;
padding: 10px;
background: #f5f5f5;
}