#print_logo {
	display:none;
}

#print_text {
	display:none;
}

html {
	overflow-y:scroll;
	overflow-x:hidden;
}

body {
	background-image:url(../img/bg_gradient.png);
	background-repeat:repeat-x;
}


a.standard:link {
	font-size: 11px;
	font-weight:bold;
	color: rgb(147,0,0);
	text-decoration:underline;
}

a.standard:visited {
	font-size: 11px;
	font-weight:bold;
	color: rgb(147,0,0);
	text-decoration:underline;
}

a.standard:hover {
	color: #900;
	text-decoration: none;
	background-color:rgb(255,255,168);
}

a.inside_cat:link {
	font-size: 11px;
	font-weight:normal;
	color: rgb(170,170,170);
	text-decoration:none;
}

a.inside_cat:visited {
	font-size: 11px;
	font-weight:normal;
	color: rgb(170,170,170);
	text-decoration:none;
}

a.inside_cat:hover {
	color: #900;
	text-decoration: none;
	background-color:rgb(255,255,168);
}

a.faq:link {
	color:black;
	text-decoration: none;
}

a.faq:visited {
	color:black;
	text-decoration: none;
}

a.faq:focus {
	color:black;
	text-decoration: none;
}
a.faq:hover {
	color:black;
	text-decoration: none;
}

a.faq:active {
	font-size: 11px;
	color: rgb(147,0,0);
	text-decoration:none;
}

#container {
	margin:auto;
	width:880px;
	height:auto;
}

#head {
	width:880px;
	height:270px;
	background-image:url(../img/layout_head_v2.png);
	background-repeat:no-repeat;
}

#logo {
	width:251px;
	height:97px;
	/*background-image:url(../img/hig_logo.png);*/
	position:relative;
	top:12px;
	left:7px;
}

#flash_banner {
	margin:auto;
	margin-top:14px;
	width:869px;
	height:112px;
	background-image:url(../img/dummy_teaser_balken.jpg);
}

#hauptnav {
	margin-left:45px;
	margin-top:4px;
	width:869px;
	height:23px;
}

#bodypart {
	width:880px;
	height:1000px;
	background-color:white;
	background-repeat:repeat-y;
}

#left_col {
	width:275px;
	position:relative;
	left:12px;
	float:left;
	height:auto;
}

#right_col {
	width:490px;
	position:relative;
	right:77px;
	float:right;
	height:auto;
}

#siteend {
	width:880px;
	height:15px;
	background-image:url(../img/layout_body_bottom.png);
	background-repeat:no-repeat;
}

.faqtext {
	width:415px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:rgb(70,70,70);
	line-height:18px;
	position:relative;
	left:50px;
	background-color:rgb(247,255,247);
	border:1px solid rgb(220,220,220);
	padding:10px;
}

.lauftext {
	width:415px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:rgb(70,70,70);
	line-height:18px;
	position:relative;
	left:50px;
	text-align:left;
}

hh2 {
	font-size:12px;
	line-height:17px;
	margin-top:25px;
	color:rgb(70,70,70);
	font-weight:bold;
}

h2 {
	font-size:12px;
	line-height:17px;
	margin-top:25px;
	color:rgb(70,70,70);
	font-weight:bold;
	margin: 0;
    	padding: 0;
    	
}

h1, h3, h4, h5, h6 {
	display:inline !important;
	font-size:100%;
	font-weight:normal;
}


ul {
	list-style-image:url(../img/marker_bullet.gif);
	list-style-position:outside;
	width:340px;
}

li {
	margin:7px 0px 7px 0px;
	padding-left:7px;
}

#footer {
	width:880px;
	height:20px;
	text-align:center;
	margin:auto;
	font-size:10px;
	color:rgb(160,160,160);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:.1em;
}

.td_faq {
	height:40px;
	border-bottom:1px solid rgb(240,240,240);
}

.li_faq {
	margin:5px 0px 5px 0px;
}


#login {
	text-align:right;
	margin-top:30px;
	margin-right:5px;
	float:right;
	height:20px;
	overflow:hidden;
}

.login_inputbox {
	color:rgb(90,90,90);
	width:105px;
	height:15px;
	border:1px solid rgb(170,170,170);
	font-size:9px;
	padding:0px;
	margin:0px;
	vertical-align:bottom;
	line-height:15px;
}

.login_label {
	font-size:9px;
	color:rgb(90,90,90);
	font-family:Verdana;
	padding-top:3px;
	line-height:15px;
}

.login_button {
	color:green;
	padding:0px;
	margin:0px;
	width:20px;
	height:17px;
	font-size:9px;
	overflow:hidden;
	border:0px solid rgb(130,130,130);
	background-color:rgb(253,254,197);
	vertical-align:bottom;
	line-height:15px;
}


.login_message {
	padding-top:4px;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000066;
}

.logout_link {
	font-size:10px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#990000;
	text-decoration:none;
}

.error {
	font-weight:bold;
	color:#009900;
	color:red;
	font-size:10px;
	font-family:Verdana;
}

.tool_description {
	font-family:Verdana;
	font-size:9px;
	line-height:15px;
	color:rgb(70,70,70);
	vertical-align:top;
	padding:5px;
}

#clear {
	clear:both;
	height:1px;
	width:auto;
	font-size:1px;
	background-color:transparent;
}

.hig_schrift {
	color:green;
	font-weight:bold;
}

#inside_cat {
	border-top:1px dashed rgb(170,170,170);
	color:rgb(170,170,170);
	margin-top:35px;
}

strong {
	font-weight: normal;
}
