/* ----------------------------------------------------------------------------
		file		: style.css
		site		: www.rohrnetztechnik.eu
		author		: Joachim Fürst, www.projektemacher.de.de
		date		: 2008-12-21
		function	: style-definition for all browsers
---------------------------------------------------------------------------- */

body { 
	position: absolute;
	margin: 0; 
	padding:0;
	width: 100%;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 100,01%; 
}

a:link {
	color : #0069a4;
	text-decoration : none;
}

a:link.small {
	color : #9ab7c9; 
}

a:link.textlink {
	color : #9ab7c9; 
}

a:visited {
	color : #0069a4;
	text-decoration : none;
}

a:visited.small {
	color : #9ab7c9; 
}

a:visited.textlink {
	color : #9ab7c9; 
}

a:hover {
	color : #9ab7c9;
	text-decoration : none;
}

a:hover.small {
	color : #c6d6e0; 
}

a:hover.textlink {
	color : #c6d6e0; 
}

a:active {
	color : #0069a4;
	text-decoration : none;
}

a:active.small {
	color : #9ab7c9; 
}

a:active.textlink {
	color : #9ab7c9; 
}

p {
	padding-bottom: 1px;
}

td {
	font-weight : normal;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	color : #fff;
	font-size : 14px;
	font-weight : bold;
}

h2 {
	color : #fff;
	font-size : 11px;
	font-weight : bold;
}

.body { 
	background: url(../images/basic/body.gif) #fff;
	background-repeat: repeat;
}

.bodyfooter { 
	background: url(../images/basic/footer.gif);
	background-repeat: repeat;
}

.bodymenue { 
	background: url(../images/basic/body_menue.jpg);
	background-repeat: no-repeat;
}

.bodyrechts { 
	background: url(../images/basic/body_right.jpg);
	background-repeat: repeat-x;
}

.bodycontent{ 
	background: url(../images/basic/body_content.jpg);
	background-repeat: repeat-x;
}

.menue{
	color : #0069a4;
	font-size : 11px;
	font-weight : normal;
}

.menueaktiv{
	color : #0069a4;
	font-size : 11px;
	font-weight : bold;
}

.text{
	color : #fff;
	font-size : 12px;
	font-weight : normal;
	line-height: 16px;
}

.textlink{
	color : #9ab7c9;
	font-size : 11px;
	font-weight : normal;
	line-height: 15px;
}

.textlink2{
	color : #9ab7c9   !important;
	font-size : 12px;
	font-weight : normal;
	line-height: 15px;
}

.small{
	color : #9ab7c9;
	font-size : 9px;
	font-weight : normal;
}

.top{
	color : #626262  !important;
	font-size : 9px;
	font-weight : normal;
}

.headlinesmall{
	color : #fff;
	font-size : 11px;
	font-weight : bold;
}