/* CSS THEME by DEVLABS
http://www.devlabs.com.mx */

*{
	padding:0px;
	margin:0px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url(http://www.onlyfree.de/themeImages/bgGradient.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	color:#333333;
	vertical-align: super;
}
.main {
	width:800px;
	margin-top:7px;
	margin-right:auto;
	margin-left:auto;
}

/* ---   HEADER  --- */
.header{ 
	margin-top:0px;
	background-image:url(http://www.onlyfree.de/themeImages/headerExpand.gif);
	background-repeat:repeat-x;
	height:83px;
}

.headerLogo{
	float:left;
	width:243px;
}
.headRight{
	float:right;
	width:470x;
	background-image:url(http://www.onlyfree.de/themeImages/headerRight.jpg);
	background-position:right;
	background-repeat:no-repeat;
	height:83px;
	text-align:right;
}

.headRight ul{
	list-style-type: none;
	margin-top:51px;
	margin-right:12px;
}
.headRight li {
	display:inline;
}
.headRight li a {
	padding:7px 5px 7px 5px;
	background-color:#10699E;
	color:#FFFFFF;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;

}
.header li a:hover {
	background-color:#2B85BB;
	color:#FFFFFF;

}
.headerEnd{
	float:right;
}

/* ---   LEFT , RIGHT, FOOTER  BAR  --- */
.leftBar {
	float:left;
	width:180px;
	margin-left:7px;

}
.rightBar {
float:right;
	width:120px;
	margin-right:7px;
}
.footerBar {
	clear:both;
	background-image:url(http://www.onlyfree.de/themeImages/footerDots.jpg);
	background-position:top;
	background-repeat:repeat-x;
	margin-left:10px;
	margin-top:10px;
	padding:3px;
	font-size:9px;
	color:#666666;
}
.footerBar img {
	float:right;
	border:0px;
}
.footerBar a {
	text-decoration:underline;
	color:#666666;

}

a.footerBar2 {
text-decoration:none;

}

.footerBar a:hover {
text-decoration:none;

}

/* --- CENTRAL --- */
.centerBar {
	margin:0px 30px 0px 190px;
}

/* --- ROUNDED BOX ------- */
.rbroundbox { 
	background: url(http://www.onlyfree.de/themeImages/nt.gif) repeat;
	font-family:Arial, Helvetica, sans-serif;
	color:#1D9101;
 }
.rbtop div { background: url(http://www.onlyfree.de/themeImages/tl.gif) no-repeat top left;
	 }
.rbtop { background: url(http://www.onlyfree.de/themeImages/tr.gif) no-repeat top right;
 }
.rbbot div { background: url(http://www.onlyfree.de/themeImages/bl.gif) no-repeat bottom left;
 }
.rbbot { background: url(http://www.onlyfree.de/themeImages/br.gif) no-repeat bottom right;
 }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 7px;
	font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { margin: 1em auto; }

.rbroundbox h1{
	font-size:16px;
	background-image:url(http://www.onlyfree.de/themeImages/LineTitles.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	margin-left:5px;
	margin-right:5px;
	padding-bottom:0px;
	a
	
}

.rbroundbox p{
	font-size:12px;	
	margin-left:5px;
	margin-right:5px;
}
.rbroundbox ul {
	margin:0px;
	padding:0px 0px 0px 0px;
}
.rbroundbox li {
	list-style-type:none;
	margin-right:5px;
	margin-left:5px;
	margin-top:5px;
	margin-bottom:2px;
	padding:0px;

}
#primary li {
	background-image:url(http://www.onlyfree.de/themeImages/mainLinksDot.gif);
	background-repeat:no-repeat;
	padding-left:18px;
}
#secondary li {
	background-image:url(http://www.onlyfree.de/themeImages/secondLinksDot.gif);
	background-repeat:no-repeat;
	padding-left:15px;
}


#primary a {
	color:#0033CC;
	text-decoration:none;
}
#primary a:hover {
	color:#003366;
	text-decoration:underline;
}
#secondary a {
	color:#333333;
	text-decoration:none;
}
#secondary a:hover {
	color:#333333;
	text-decoration:underline;
}

/* --- CONTENT ----- */
#primary .rbcontent  h1 a:link, #primary .rbcontent  h1 a:visited {
    color:#1D9101;
    text-decoration:none;
}
#primary .rbcontent  h1 a:hover {
    color:#1D9101;
    text-decoration:none;

}
.mainContent{
	padding:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.mainContent h1 {
	color: #333333;
	font-size:18px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}
.mainContent h2 {
	color:#666666;
	font-size:14px;
	background-position:bottom;
	background-image:url(http://www.onlyfree.de/themeImages/footerDots.jpg);
	background-repeat:repeat-x;
	font-weight:normal;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
}

.mainContent p {
	vertical-align: super;
}
