/* CSS STYLES für PRO-OP TECH
Author: René Holler (flame.design | www.flame.de)
*/

/* Standard Link */
a:visited		{	text-decoration: none; color:#7F7F7F; } 
a:active		{	text-decoration: none; color:#7F7F7F; }
a:hover 		{	text-decoration: underline; color:#34679A;}
a:link 			{	text-decoration: none; color:#7F7F7F;}


body {
	background:url(img/punkte-bg.gif);
	font-size:11px;
	font-family:Arial, Helvetica, Sans-Serif;
	padding:0;
	margin: 10px 0 10px 0;
}


.headline {
	font: bold 15px/20px "Arial";
	color: #34679A; /* RGB: 52,103,154 - Dunkelblau (Absatzüberschriften) */
}

.text {
	font: normal 12px/22px "Arial";
	color: #333333;
	text-align: left;
}

.bild {
	border:2px solid #DDDDDD;
}

/* === MENU === */

#menu {
	border-bottom: #DDDDDD 2px solid;
	margin:0 auto;
	padding:0 30px 0 30px;
	font: bold 14px Arial;
	width:688px;
	height:28px;
	background:url(img/menu_bg.jpg);
	text-align:center;
}

#navlist
{
	margin:0;
	padding:0;
	display:block;
}

#navlist ul, #navlist li
{
	display: inline;
	list-style-type: none;
	margin:0;
	padding:0;
}

#navlist a:link, #navlist a:visited
{
	color: #808080;
	float:left;
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	margin:0;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	border-right:1px solid #DDDDDD;
	background:url(img/menu_bg.jpg);
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover#current
{
	color: #FFFFFF;
	background:#34679A;
	border-bottom: #34679A 2px solid;
}

#navlist a:hover
{
	color:#FFF;
	background:#66AADD;
	border-bottom: #34679A 2px solid;
}

/* --- wE-Felder --- */
.hint {
	font-size:11px;	
	font-family:Tahoma;
	font-weight:bold;
	color:#003366;
	background:#FFFFCC;
}
.hint2 {
	font-size:11px;	
	font-family:Tahoma;
	font-weight:bold;
	color:#003366;
}


