/*
	CSS Document: css_style.css
	Version: 1.0 | Date: 2006-04-24
	Project: www.roemer.at
	Author: websLINE, 2006
	-------
*/

/* FORMATIERUNG */

p, h1, h2, h3, h4, h5, h6, div, td, input, select, textarea, a, li {
	font-family: Verdana, san-serif;
	font-size: 11px;
	color: #20364E;
	}
h1 {
	font-size: 14px;
	}
h2 {
	font-size: 12px;
	}
h3, h4 {
	font-size: 11px;
	}
h4 {
	text-align: right;
	}
h6 {	font-size: 10px;
	color: #999;
	text-align: right;
	font-weight: normal;
	}

#content input, #content textarea {
	border: 1px solid #B2B7BF;
	}
hr {
	color: #B2B7BF;
	background: #B2B7BF;
	height: 1px;
	border: 1px;
	}
#footer p {
	font-size: 10px;
	color: #B2B7BF;
	margin: 0px;
	padding: 0px 10px;
	}

/* LINK FORMATIERUNG */

a {
	text-decoration: none;
	}
a:hover {
	font-weight: bold;
	}
	
#headlinks a {
	color: #666;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	}

#content a, #contentstart-left a {
	text-decoration: underline;
	}
#textscroller a:hover {
	text-decoration: underline;
	font-weight: normal;
	}

h6 a {
	color: #999;
	}

#footer a {
	font-size: 10px;
	text-decoration: underline;
	color: #B2B7BF;
	}
#footer a:hover {
	font-weight: normal;
	text-decoration: none;
	}
	
a#websline {
	float: right;
	margin-right: 10px;
	font-size: 10px;
	color: #B2B7BF;
	text-decoration: none;
	}
a#websline:hover {
	text-decoration: underline;
	}  