/*
Theme Name: Supreme Software Support Theme
Theme URI: http://www.supreme-software.de/support/
Description: Beschreibung folgt...
Version: 1.0
Author: Philipp Walter
*/




/* Reset */


body,form,fieldset,input,textarea{ 
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:4;
}
fieldset, img { 
	border:0;
}

ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}

q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}

hr {
	border-top: 1px dashed #cccccc;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	background-color: #FFFFFF;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
.smallhinweis {
	font-size: 10px;
	color: #999999;
	margin: 10px 0px;
	}
.smallhinweis a, .smallhinweis a:hover, .smallhinweis a:visited {
	color: #999999;
	font-size: 10px;
}
	
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
	list-style: none;
}

	
/* GLOBAL */

.ok { background: transparent url(images/icon-ok.png) left top no-repeat; padding-left: 25px; line-height: 16px; margin: 2px;}
.hinweis { background: transparent url(images/icon-hinweis.png) left top no-repeat; padding-left: 25px; line-height: 16px; margin: 2px;}
.fehler { background: transparent url(images/icon-fehler.png) left top no-repeat; padding-left: 25px; line-height: 16px; margin: 2px;}
.hinweistext { background-color: #f8f8f8; border: 1px solid #eeeeee; padding: 5px; -moz-border-radius: 5px; }
.oktext { background-color: #d8ffa5; border: 1px solid #649820; padding: 10px; -moz-border-radius: 5px; }
.button { 
	padding:6px; 
	background:url(images/button-bg.gif) repeat-x; 
	border:1px solid #adadad;
	border-left-color:#ececec; 
	border-top-color:#ececec;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	}


body {
	text-align: center;
	background: #F0F0F0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62%;
	background: url(images/background-page.gif) left repeat-x;
	background-attachment:fixed;
}


.logo {
	margin-top: 30px;
	margin-left: 5px;
	}

a, a:visited {
	font-size: 12px;
	color:#CC0000;
	text-decoration: underline;
	}
a:hover {
	color: #333333;
	}


#wrapper {
	width: 960px;
	text-align: left;
	}
#wrapper-head {
	display: block;
	height: 112px;
	background: url(images/wrapper-top.gif) left no-repeat;
	}
#wrapper-center {
	display: block;
	background: url(images/wrapper-center.gif) left repeat-y;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	}
#wrapper-bottom {
	display: block;
	background: url(images/wrapper-bottom.gif) left top no-repeat;
	margin-top: 0px;
	padding-top: 0px;
	}


	
	
/* Header */



#top {
	display: block;
	width: 960px;
	}
#top .left {
	float: left;
	width: 400px;
	height: 50px;
	}
#top .right {
	float: right;
	width: 560px;
	}
	
	

/* Top Navigationen */
	
	
#top-navigation 
{
	height:28px;
	margin:0;
	border:0;
	float: right;
}
#top-navigation .tab 
{
	margin:0;
	top:0;
}
#top-navigation .tab ul 
{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
#top-navigation .tab li 
{
	display:inline;
	float:left;
	margin:0;
	padding:0;
}	

#top-navigation .tab .left {
	display:inline;
	float:left;
	margin:0;
	padding:0;
	width: auto;
	}
#top-navigation .tab .left a, #top-navigation .tab .left a:visited {
	background: url(images/top-navigation.gif) left top no-repeat;
	margin:0;
	padding:0;
	text-decoration:none;
	border:0;
	display:block;
	float:left;
	}
#top-navigation .tab .left a span, #top-navigation .tab .left a:visited span{
	display:block;
	padding:0 22px 0 22px;
	line-height: 28px;
	font-size: 11px;
	text-decoration: none;
	color: #666666;
	border-right:1px solid #cbcbcb;
	}
#top-navigation .tab .left a:hover {
	background: url(images/top-navigation.gif) left bottom no-repeat;
	}
	
#top-navigation .tab .center {
	display:inline;
	float:left;
	margin:0;
	padding:0;
	width: auto;
	}
#top-navigation .tab .center a, #top-navigation .tab .center a:visited {
	background: url(images/top-navigation.gif) center top no-repeat;
	margin:0;
	padding:0;
	text-decoration:none;
	border:0;
	display:block;
	float:left;
	}
#top-navigation .tab .center a span, #top-navigation .tab .center a:visited span{
	display:block;
	padding:0 22px 0 22px;
	line-height: 28px;
	font-size: 11px;
	text-decoration: none;
	color: #666666;
	border-right:1px solid #cbcbcb;
	}
#top-navigation .tab .center a:hover {
	background: url(images/top-navigation.gif) center bottom no-repeat;
	}
	
#top-navigation .tab .right {
	display:inline;
	float:left;
	margin:0;
	padding:0;
	width: auto;
	}
#top-navigation .tab .right a, #top-navigation .tab .right a:visited {
	background: url(images/top-navigation.gif) right top no-repeat;
	margin:0;
	padding:0;
	text-decoration:none;
	border:0;
	display:block;
	float:left;
	}
#top-navigation .tab .right a span, #top-navigation .tab .right a:visited span{
	display:block;
	padding:0 22px 0 22px;
	line-height: 28px;
	font-size: 11px;
	text-decoration: none;
	color: #666666;
	}
#top-navigation .tab .right a:hover {
	background: url(images/top-navigation.gif) right bottom no-repeat;
	}
	
	
	
/* Navigation */
#main-navigation{
	height:36px;
	width: 944px;
	background: url("images/navigation-bg.gif");
	margin:0;
	border:0;
	}
#main-navigation .tab 
{
	margin:0;
	top:0;
}
#main-navigation .tab ul 
{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
#main-navigation .tab li 
{
display:inline;
	float:left;
	margin:0;
	padding:0;
}

#main-navigation .tab a 
{
	background: url("images/navigation-right.gif") no-repeat right top;
	margin:0;
	padding:0;
	text-decoration:none;
	border:0;
	display:block;
	float:left;
}
#main-navigation .tab a span 
{
	display:block;
	background:url("images/navigation-left.gif") no-repeat left top;
	padding:9px 28px 9px 22px;
	font-size: 12px;
	color:#FFFFFF;
}

#main-navigation .tab a:hover,#main-navigation .tab li.item_active a 
{
	background-position:right bottom;
	border-color:;
}
#main-navigation .tab a:hover span,#main-navigation .tab li.item_active a span 
{
	background-position:left bottom;
	color:#FFFFFF;
}



#main-navigation .tab .right
{
display:inline;
	float:right;
	margin:0;
	padding:0;
	width: auto;
}

#main-navigation .tab .right a 
{
	background: url("images/navigation-right-corner2.gif") no-repeat right top;
	margin:0;
	padding:0;
	text-decoration:none;
	border:0;
	display:block;
	float:left;
}
#main-navigation .tab .right a span 
{
	display:block;
	background:url("images/navigation-left-corner2.gif") no-repeat left top;
	padding:9px 28px 9px 28px;
	font-size: 12px;
	color:#FFFFFF;
}

#main-navigation .tab .right a:hover
{
	background-position:right bottom;
	border-color:;
}
#main-navigation .tab .right a:hover span
{
	background-position:left bottom;
	color:#FFFFFF;
}

#main-navigation .tab .left 
{
display:inline;
	float:left;
	margin:0;
	padding:0;
	width: auto;
}

#main-navigation .tab .left a 
{
	background: url("images/navigation-right.gif") no-repeat right top;
	margin:0;
	padding:0;
	text-decoration:none;
	border:0;
	display:block;
	float:left;
}
#main-navigation .tab .left a span 
{
	display:block;
	background:url("images/navigation-left-corner.gif") no-repeat left top;
	padding:9px 28px 9px 22px;
	font-size: 12px;
	color:#FFFFFF;
}

#main-navigation .tab .left a:hover
{
	background-position:right bottom;
	border-color:;
}
#main-navigation .tab .left a:hover span
{
	background-position:left bottom;
	color:#FFFFFF;
}



.dropmenudiv{
	position:absolute;
	top:0;
	float:left;
	display:block;
	visibility:hidden;
	border:0 solid ;
	background: url("images/dropdown-bg.png") left bottom no-repeat;
	text-decoration:none;
	padding:0;
	width: 260px;
	margin-left: -13px;
	margin-top: -3px;
	padding-bottom: 20px;
	z-index: 1000;
}

.dropmenudiv ul {
	margin:0;
	padding:0;
	list-style:none;
}
.dropmenudiv li {
	display:inline;
	margin:0;
	padding:0;
}
.dropmenudiv a:link, .dropmenudiv a:visited{
	width:224px;
	margin-left: 16px;
	margin-top: 2px;
	padding-left: 10px;
	display:block;
	color:#333333;
	text-decoration:none;
	line-height: 28px;
	font-size: 12px;
}

.dropmenudiv a:hover{
	color:#333333;
	background: url("images/dropdown-button.gif") left top no-repeat;
}




/* Content */
#content {
	margin-top: 10px;
	margin-bottom: 10px;
	}
#content .left {
	float: left;
	padding-left: 5px;
	padding-right: 10px;
	width: 560px;
	}
#content .right {
	float: right;
	width: 318px;
	}
	
	
/* Entry */

#content .left .top {
	background: transparent url(images/entry-top.gif) no-repeat left bottom;
	height: 2px;
	width: 620px;
	}
#content .left .bottom {
	background: transparent url(images/entry-bottom.gif) no-repeat left top;
	height: 3px;
	width: 620px;
	}

#content .left .entry {
	font-size: 12px;
	color: #595959;
	border-left: 1px solid #CACACA;
	border-right: 1px solid #CACACA;
	padding: 10px;
	width: 598px;
	}
	
#content .left .entry p {
	margin-bottom: 10px;
	}
	
#content .left .entry img {
	margin-right: 4px;
	}
	
#content .left .entry .book a, #content .left .entry .book a:visited {
	background: transparent url(images/icon-book.png) no-repeat;
	background-position: 5px 8px;
	display: block;
	font-size: 12px;
	color: #595959;
	display: block;
	padding: 8px 30px;
	background-color: #f2f2f2;
	text-decoration: none;
	-moz-border-radius: 5px;
	border: 1px solid #FFFFFF;
	}
#content .left .entry .book a:hover {
	color: #333333;
	background-color: #EFEFEF;
	border: 1px solid #cccccc;
	}
	
#single {
	font-size: 12px;
	color: #595959;
	padding-left: 10px;
	}
#single h2 {
	font-size: 14px;
	font-weight: left;
	color: #595959;
	border-bottom: 1px solid #990000;
	padding-bottom: 4px;
	margin: 0px;
}
#single .date {
	font-size: 11px;
	color: #999999;
	text-align: left;
	margin-top: 2px;
	}
#single .date a {
	font-size: 11px;
	}
#single .entry {
	padding-bottom: 20px;
	line-height: 18px;
	}
	
#single .similar {
	width: 400px;
	}
#single .similar ul, #single .similar ul li {
	margin: 0px;
	padding: 0px;
	}
#single .similar h3{
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 2px;
	border-bottom: 1px solid #DDDDDD;
	margin: 0px;
	}
#single .similar a, #single .similar a:visited{
	line-height: 24px;
	display: block;
	text-decoration: none;
	color: #333333;
	font-size: 12px;
	padding-left: 4px;
	}
#single .similar a:hover{
	background-color: #F8F8F8;
	}
	
	
.formopen {
	background: url(images/formbg.gif) left top no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	cursor: pointer;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 40px;
	margin-bottom: 5px;
	margin-top: 40px;
	}
.formclose {
	background: url(images/formbg.gif) left bottom no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	cursor: pointer;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 40px;
	display: none;
	margin-bottom: 5px;
	margin-top: 40px;
	}
	
.infoopen {
	background: url(images/infobg.gif) left top no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	cursor: pointer;
	padding-top: 6px;
	padding-bottom: 5px;
	padding-left: 40px;
	margin-bottom: 5px;
	}
.infoclose {
	background: url(images/infobg.gif) left bottom no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	cursor: pointer;
	padding-top: 6px;
	padding-bottom: 5px;
	padding-left: 40px;
	margin-bottom: 5px;
	display: none;
	}

.similar {
	background: url(images/simbg.gif) left top no-repeat;
	margin-top: 15px;
	}
.similar h5 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 40px;
	margin: 0px;
	}
.similar a, .similar a:visited {
	border-bottom: 1px dotted #DDDDDD;
	display: block;
	font-size: 12px;
	text-decoration: none;
	padding: 5px 10px;
	}
.similar a:hover {
	border-bottom: 1px dotted #DDDDDD;
	background-color: #f4f4f4;
	text-decoration: none;
	font-size: 12px;
	}
	
#archiv {}

#archiv ul {margin: 0px; padding: 0px;}
#archiv ul li {margin: 6px 10px; padding: 0px;}
#archiv .link a {
	font-size: 12px;
	color: #595959;
	display: block;
	padding: 8px 10px;
	background-color: #f2f2f2;
	text-decoration: none;
	-moz-border-radius: 5px;
	border: 1px solid #FFFFFF;
	}
#archiv .link a:hover {
	color: #333333;
	background-color: #EFEFEF;
	border: 1px solid #cccccc;
	}
#archiv .tag {display: none; text-align: right; }
#archiv .tag a, #archiv .tag a:hover, #archiv .tag a:visited {
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 2px;
	color: #FFFFFF;
	text-decoration: none;
	}
	
form.quicksearch { padding: 10px 0px; margin: 5px 10px; text-align: right; }
form.quicksearch input { margin-left: 5px; width: 190px; font-size: 11px; color: #666666; padding: 5px; -moz-border-radius: 5px; border: 1px solid #cccccc; }
form.quicksearch img { vertical-align: middle; margin-left: -20px; padding-bottom: 1px; }

	
	
.archivtitle {}
.archivtitle h2  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	color: #333333;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #DDDDDD;
	}





	
#suche ul {margin: 0px; padding: 0px;}
#suche ul li {
	margin: 6px 10px; 
	padding: 0px;
	background-color: #F8F8F8;
	-moz-border-radius: 5px;
	border: 1px solid #FFFFFF;
}
#suche .link a {
	font-size: 12px;
	font-weight: bold;
	color: #595959;
	display: block;
	padding: 8px 10px;
	background-color: #f2f2f2;
	text-decoration: none;
	-moz-border-radius: 5px;
	border: 1px solid #FFFFFF;
	}
#suche .link a:hover {
	color: #333333;
	background-color: #EFEFEF;
	border: 1px solid #cccccc;
	}
#suche .tag {display: none; text-align: right; }
#suche .tag a, #suche .tag a:hover, #suche .tag a:visited {
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 2px;
	color: #FFFFFF;
	text-decoration: none;
	}
#suche .excerpt {
	font-size: 12px;
	color: #595959;
	display: block;
	padding: 8px 10px;
	}
	
	
	


/* Footer */
#footer {
	padding-top: 20px;
	padding-bottom: 30px;
	font-size: 10px;
	color: #999999;
	}
#footer a:link, #footer a:visited {
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
	}
#footer a:hover {
	font-size: 10px;
	color: #333333;
	text-decoration: underline;
	}

#footer-partner {
	height: 37px;
	cursor: hand;
	width: 540px;
	padding-bottom: 100px;
	}
#footer-partner a {
	cursor: pointer;
	text-align: center;
	}
#footer-partner .ebay {
	background: transparent url(images/partnerlogo/ebay.gif) left top no-repeat;
	float: left;
	width: 65px;
	height: 37px;
	}
#footer-partner .ebay:hover {
	background-position: bottom;
	}
#footer-partner .paypal {
	background: transparent url(images/partnerlogo/paypal.gif) left top no-repeat;
	float: left;
	width: 97px;
	height: 37px;
	}
#footer-partner .paypal:hover {
	background-position: bottom;
	}
#footer-partner .skype {
	background: transparent url(images/partnerlogo/skype.gif) left top no-repeat;
	float: left;
	width: 91px;
	height: 37px;
	}
#footer-partner .skype:hover {
	background-position: bottom;
	}
#footer-partner .bild {
	background: transparent url(images/partnerlogo/bild.gif) left top no-repeat;
	float: left;
	width: 64px;
	height: 37px;
	}
#footer-partner .bild:hover {
	background-position: bottom;
	}
#footer-partner .aol {
	background: transparent url(images/partnerlogo/aol.gif) left top no-repeat;
	float: left;
	width: 85px;
	height: 37px;
	}
#footer-partner .aol:hover {
	background-position: bottom;
	}
#footer-partner .freenet {
	background: transparent url(images/partnerlogo/freenet.gif) left top no-repeat;
	float: left;
	width: 130px;
	height: 37px;
	}
#footer-partner .freenet:hover {
	background-position: bottom;
	}




/* Suche */
	
#searchform {
	float:right;
	margin-top: 15px;
	}
#searchform .erweitert { text-align: right; padding: 4px 0px; }
#searchform .erweitert a, #searchform .erweitert a:visited, #searchform .erweitert a:hover {font-size: 10px; text-decoration: none;}
	
.search-input {
	background-image: url(images/search-bg.gif); 
	width: 210px; 
	height: 20px; 
	border: 0px;
	margin: 0px;
	font-size: 11px;
	color: #999999;
	padding-top: 6px;
	padding-left: 10px;
	}
.search-button {
	background: transparent url(images/search-button.gif) no-repeat top;
	border: 0px;
	width: 28px; 
	height: 26px;
	cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
	margin: 0px;
	}
.search-button:hover {
	background: transparent url(images/search-button.gif) no-repeat bottom;
	border: 0px;
	width: 28px; 
	height: 26px;
	cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
	margin: 0px;
	}
	
*+html .search-button, .search-button:hover {
	margin-top: 1px;
	}
	


/* Sidebar */

#sidebar .content .active_category, #sidebar .content .current-cat {
	font-weight: bold;
	}

#sidebar {
	width: 311px;
	margin-bottom: 10px;
	}
#sidebar .top {
	background: transparent url(images/sidebar-top.gif) no-repeat left top;
	}	
#sidebar .top h2 {
	font-size: 14px;
	font-weight: bold;
	padding: 9px 10px;
	margin: 0px;
	}
#sidebar .center {
	background: transparent url(images/sidebar-center.gif) repeat-y left top;
	margin-top: 0px;
	}
#sidebar .bottom {
	background: transparent url(images/sidebar-bottom.gif) no-repeat left top;
	height: 9px;
	}
	
#sidebar .content {
	padding: 6px 10px;
	font-size: 12px;
	color: #666666;
	}
	
#sidebar .ok { background: transparent url(images/icon-ok.png) left top no-repeat; padding-left: 25px; line-height: 16px;}
#sidebar .hinweis { background: transparent url(images/icon-hinweis.png) left top no-repeat; padding-left: 25px; line-height: 16px;}
#sidebar .fehler { background: transparent url(images/icon-fehler.png) left top no-repeat; padding-left: 25px; line-height: 16px;}

	
#sidebar .content ul 
{
	margin:0;
	padding:0;
	list-style:none;
}
#sidebar .content ul li
{
	/* Ebene 1 */
	background: url(images/cat1.gif) left top no-repeat;
	margin:0;
	padding:0;
	list-style:none;
}
#sidebar .content ul li a
{
	background:url(images/cat1.gif) left top no-repeat;
	padding-left: 30px;
	padding-top: 7px;
	padding-bottom: 8px;
	text-decoration: none;
	display: block;
	color: #666666;
}
#sidebar .content ul li a:hover
{
	background:url(images/cat1.gif) left bottom no-repeat;
	color: #333333;
}
#sidebar .content ul li ul
{
	margin:0;
	padding:0;
	list-style:none;
}
#sidebar .content ul li ul li
{
	/* Ebene 2 */
	margin:0;
	padding:0;
	list-style:none;
}
#sidebar .content ul li ul li a
{
	background:url(images/cat2.gif) left top no-repeat;
	padding-left: 50px;
	padding-top: 7px;
	padding-bottom: 8px;
	text-decoration: none;
	color: #666666;
}
#sidebar .content ul li ul li a:hover
{
	background:url(images/cat2.gif) left bottom no-repeat;
	color: #333333;
}
#sidebar .content ul li ul li ul
{
	margin:0;
	padding:0;
	list-style:none;
}
#sidebar .content ul li ul li ul li
{
	/* Ebene 3 */
	height: 30px;
	margin:0;
	padding:0;
	list-style:none;
}
#sidebar .content ul li ul li ul li a
{
	background:url(images/cat3.gif) left top no-repeat;
	padding-left: 70px;
	padding-top: 7px;
	padding-bottom: 8px;
	text-decoration: none;
	color: #666666;
}
#sidebar .content ul li ul li ul li a:hover
{
	background:url(images/cat3.gif) left bottom no-repeat;
	color: #333333;
}
	
#sidebar .content .title {
	background: transparent url(images/sidebar-title.gif) repeat-x left bottom;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px dotted #CCCCCC;
	padding-left: 5px;
	}
	
	
/* Seitenfusszeile */

#bottom-line {
	background: transparent url(images/bottom-line.gif) no-repeat left top;
	margin-top: 20px;
	height: 32px;
	}
#bottom-line p {
	font-size: 11px;
	color: #CCCCCC;
	padding-top: 7px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
	}
	
#bottom-line a, #bottom-line a:visited {
	font-size: 11px;
	background: transparent url(images/bottom-button.gif) no-repeat left top;
	padding-top: 8px;
	padding-bottom: 11px;
	padding-left: 17px;
	padding-right: 15px;
	color: #FFFFFF;
	text-decoration: none;
	}
#bottom-line a:hover {
	background: transparent url(images/bottom-button.gif) no-repeat left bottom;
	}
	
	
	
.breadcrumb {
	border-bottom: 1px dotted #DDDDDD;
	font-size: 11px;
	color: #333333;
	padding-bottom: 6px;
	margin-bottom: 20px;
	}
.breadcrumb a {
	font-size: 11px;
	text-decoration: none;
	}
.breadcrumb a:hover {
	font-size: 11px;
	text-decoration: none;
	}

/* Texte */




h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	}
h1 {font-size: 28px;}
h2 {font-size: 24px;}
h3 {font-size: 20px;}
h4 {font-size: 18px;}
h5 {font-size: 16px; font-weight: bold;}
h1 {font-size: 14px; font-weight: bold;}
	


/* Tools */

.tool-edit {
	background: transparent url(images/tool-edit.gif) no-repeat left top;
	display: block;
	width: 100%;
	line-height: 28px;
	padding-left: 30px;
	background-color: #F8F8F8;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	margin-top: 10px;
	margin-bottom: 10px;
	}

.tool-edit a, .tool-edit a:visited, .tool-edit a:hover {
	text-decoration: none;
	font-size: 11px;
	}
	
	
#faqtag { font-size: 7px; color: #FFFFFF; padding: 20px 0px;}
#faqtag a, #faqtag a:hover, #faqtag a:visited { color: #FFFFFF; }


/* fuer unterschiedliche Kommentare*/

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

/* braucht man immer*/
acronym, abbr, span.caps {
	cursor: help;
	}



