@charset "utf-8";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

table {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #ffffff;
}
h2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
}

.small {  
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 10px; 
    color: #ffffff;
}

.title {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
    background-image: url(images/title_bg02.png);
    background-position: left top;
}

.category_big {  
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px; 
    color: #ffffff; 
    font-weight: bold; 
}

.category {  
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px; 
    color: #ffffff; 
    font-weight: normal; 
}

.marked {
    background-color: #000000;
    font-weight: bold;
}

a, a:visited, a:active {
    color: #05ef04;
    text-decoration: none;
    font-weight: normal;
}

a:hover {
    color: #237e2f;
    text-decoration: none;
    font-weight: normal;
}

a.titlelink, a.titlelink:visited, a.titlelink:active {
    color: #05ef04;
    text-decoration: none;
    font-weight: bold;
}

a.titlelink:hover {
    color: #05ef04;
    text-decoration: none;
    font-weight: bold;
}

a.category, a.category:visited, a.category:active {
    color: #05ef04;
    text-decoration: none;
}

a.category:hover {
    color: #237e2f;
    text-decoration: none;
}

option, textarea, input, select, file {  
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 10px; 
    color: #000000; 
    background-color: #FFFFFF; 
    border: 1px solid #333333;
}

.form_off {  
    color: #666666; 
    background-color: #DCDCDC; 
    border: 1px solid #666666;
}

.form_on {  
    color: #000000; 
    background-color: #EEEEEE; 
    border: 1px solid #000000;
}

/*---Start Partnerswitch---*/

div#partnerswitch {
	width:992px;
	height:auto;
	float:left;
	margin:0 0 0 0;
}

div#partnerswitch_oben {
	background-image:url(images/partnerswitch_oben.png);
	width:992px;
	height:1px;
	float:left;
}

div#partnerswitch_left {
	background-image:url(../clantest/images/partnerswitcher_links.png);
	width:49px;
	height:110px;
	float:left;
}

div#partnerswitch_content {
	background-color:#110f0f;
	width:894px;
	height:110px;
	float:left;
}

div#partnerswitch_content01 {
	width:894px;
	height:auto;
	margin:33px 0 0 0;
}

div#partnerswitch_right{
	background-image:url(../clantest/images/partnerswitch_rechts.png);
	width:49px;
	height:110px;
	float:left;
}

div#partnerswitch_unten {
	background-image:url(images/partnerswitch_unten.png);
	width:992px;
	height:1px;
	float:left;
}

/*---End Partnerswitch---*/

.form_username {
	background:none;
	width:97px;
	height:16px;
	float:left;
	padding:0;
	margin:5px 0 0 0;
	border:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}

.form_password {
	background:none;
	width:96px;
	height:16px;
	float:left;
	padding:0;
	margin:5px 0 0 0;
	border:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}

.form_quicksearch {
	background:none;
	width:122px;
	height:16px;
	float:left;
	padding:0;
	margin:0;
	border:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}

.form_name {
    background-color: #eeeeee;
    border: 1px solid #333333;
    background-image: url(images/name.gif);
    background-repeat: no-repeat;
    background-position: left top;
}

.form_text {
    background-color: #eeeeee;
    border: 1px solid #333333;
    background-image: url(images/message.gif);
    background-repeat: no-repeat;
    background-position: left top;
}

.input { 
    background-color: transparent; 
    border: 1px none; 
    margin-top: 0px;
    margin-bottom: 0px;
}

.tooltip {
  position: absolute;
  display: none;
  background-color: #212121;
  color: #237e2f;
  border: 1px solid #141313;
  border-left: 1px solid #141313;
  padding: 4px 10px;
  z-index: 100;
}