/* FILE: bruker.css */
/* AUTHOR: Jan-Christoph Conrad, jcconrad@idearts.de */

body { /*background-image:url(images/bg2.gif);*/ background-position:left top; background-color:#FFFFFF; }

.title {
	font-family : Verdana, Arial, Helvetica, Sans-Serif;
	font-size : 17px;
	font-style : normal;
	font-weight : bold;
	line-height : 22px;
	color : #5EA6DF;
}

.title_white {
	font-family : Verdana, Arial, Helvetica, Sans-Serif;
	font-size : 17px;
	font-style : normal;
	font-weight : bold;
	line-height : 22px;
	color : #FFFFFF;
}

.subtitle {
	font-family : Verdana, Arial, Helvetica, Sans-Serif;
	font-size : 13px;
	font-style : normal;
	font-weight : bold;
	line-height : 19px;
	color : #5EA6DF;
}

.text {
	font-family : Verdana, Arial, Helvetica, Sans-Serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	line-height : 15px;
	color : #5EA6DF;
}

.menu1 {
	font-family : Verdana, Arial, Helvetica, Sans-Serif;
	font-size : 10px;
	font-style : normal;
	font-weight : bold;
	line-height : 12px;
	color : #5EA6DF;
}

.bold {
	font-weight : bold;
}

.desc {
	font-family : Verdana, Arial, Helvetica, Sans-Serif;
	font-size : 9px;
	font-style : normal;
	font-weight : normal;
	line-height : 9px;
	color : #5EA6DF;
}

.tag {
	font-family : Verdana, Arial, Helvetica, Sans-Serif;
	font-size : 8px;
	font-style : normal;
	font-weight : normal;
	line-height : 8px;
	color : #5EA6DF;
}

.logdesc {
	font-family : Verdana, Arial, Helvetica, Sans-Serif;
	font-size : 9px;
	font-style : normal;
	font-weight : normal;
	line-height : 9px;
	color : #FFFFFF;
}

li {	
	font-family : Verdana, Arial, Helvetica, Sans-Serif;
	font-style : normal;
	font-weight : normal;
	color : #5EA6DF;
}

ul {	
	font-style : normal;
	font-weight : normal;
	color : #5EA6DF;
}

a:link { color:#5EA6DF; font-weight:bold; text-decoration:none; }
a:visited { color:#5EA6DF; text-decoration:none; }
a:active { color:#D91B1B; text-decoration:none; }
a:hover { color:#D91B1B; text-decoration: underline; }