/* www.helden-forum.de toolbar.css v0.1*/

body {
	margin: 0px;
	background-color: #E6EACD;
}

div.toolbar {
	text-align: center;
	background-color: #C5EEF6;
	background: url('/toolbar/toolbar_background.gif');
	background-repeat: repeat-x;
/*	border-bottom: 1px solid black; */
}

div.toolbar a {
	color: #39697B;
	font-family: verdana,arial,sans-serif;
	font-size: 11px;
	text-decoration:none;
	padding: 10px;
}

div.toolbar a:hover { 
	text-decoration: underline;
}

div.contentbox {
	margin:10px;
}

div.scalinglogo {
	background: url('http://www.helden-forum.com/phpBB2/templates/subHelden/images/logo_forum_background.jpg');
	background-repeat: repeat-x;
	text-align: center;
}

a:link {
    text-decoration:none;
    color: #3b6a7d;
}

a:visited {
    text-decoration:none;
    color: #41758b;
}
			
a:hover {
    text-decoration: underline;
}

a[name]:hover {
    text-decoration: inherit; 
    color: inherit;
}