/*
	CSS Document: css_style.css
	Version: 2.0 | Date: 2008-10-16
	Project: www.lohmann.at
	Author: websLINE, 2008
	-------
*/

/* FORMATIERUNG */

body, a, td {
	font-family: Verdana, san-serif;
	font-size: 12px;
	color: #000;
	}
input, textarea {
	font-family: Verdana, san-serif;
	font-size: 11px;
	}
h1 {
	font-size: 19px;
	color: #6B0B28;
	}
h2 {
	font-size: 15px;
	color: #6B0B28;
	}
h3 {
	font-size: 13px;
	color: #6B0B28;
	}
h4 {
	font-size: 13px;
	}
h5 {
	font-size: 12px;
	color: #6B0B28;
	}
h6 {
	font-size: 13px;
	}

#headlinks {
	color: #fff;
	}

#content img {
	border: 0;
	}


/* LINK FORMATIERUNG */

a {
	text-decoration: none;
	}
a:hover {
	font-weight: bold;
	}
	
#headlinks a, #breadcrumbs a, #breadcrumbs, #footer a, #footer, #websline {
	font-size: 10px;
	}
#headlinks a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 3px 0 0;
	margin: 0 0 0 3px;
	}
#headlinks a:hover {
	text-decoration: underline;
	}

#infolinks li a {
	font-size: 11px;
	display: block;
	color: #6B0B28;
	background: url(img_arrow-red.gif) no-repeat 0px 7px;
	padding: 3px 10px;
	text-decoration: none;
	}
#infolinks li a:hover {
	font-weight: normal;
	text-decoration: underline;
	}

#content a {
	text-decoration: underline;
	}
