@media all {

/* Style sheet basics */


html {
	-webkit-text-size-adjust: none;
	overflow-y: scroll;
	overflow-x: auto
}

* {
	margin: 0;
	padding: 0;
}
body {
	background:#e7e4da;
	color: #666666;
	font-family: arial, sans-serif;
	line-height: 18px;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 12px;
	border-top: none;
	font-weight:400;
}
body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, code, ol, ul, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea {
	margin: 0;
	padding: 0
}
a, body, div, em, input, label, span, li, ol, p, select, strong, td, th, textarea, u, ul {
}

h1, .ul-mitpfeil a, .arbeitsfelder p, .mod_navigation a,
.mod_customnav a, .mod_navigation span, .mod_customnav span, .cleam a,
.startseitenbild a span,.cleam-startseite div, .toptext, #left .h1-seitentitel, 
.headNav, #footer, .mod_breadcrumb  {
	font-family: Raleway, sans-serif;
}
	


a, body, div, em, input, label, li, ol, p, select, td, th, textarea, u, ul {
	font-size: 12px;
}
p {
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 10px;
	font-family: arial, sans-serif;
}

td p {
	margin: 0px;
} 

a {
	color: #999999;
	text-decoration: none;
	transition:all 0.25s ease-in-out 0s;
}


h2 {
    color: #666666;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    margin: 20px 0 10px;
    padding: 0;
}


h2:first-child {
    margin: 0 0 10px;
}

h2 a {
	color: #666 !important;
	font-size: 12px;
}

h2 img {
    margin: 0px;
}


h3 {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 15px 0;
    padding: 0;
}

.secondmenu h4 {
    color: #666666;
    font-size: 12px;
    font-weight: 500;
}

.secondmenu a:hover {
	text-decoration:none;
}

.secondmenu h4:hover {
    color: #E4121C !important;
	font-weight: 600;
}

.secondmenu p {
	color:#999999;
}


ul {

}


li {
    list-style: none;
}

#main .aufzaehlung li {
	background: url("../../hasslinger/img/li_pfeil.gif") no-repeat scroll left 6px rgba(0, 0, 0, 0);
    list-style: none outside none;
    margin-bottom: 0px;
    padding: 0 0 0 15px;
}


h1 {
	margin: 15px 0 12px;
	padding: 0;
	font-size: 22px;
	font-weight: normal;
}
#main h1 {
	margin: 10px 0 6px;
	padding: 0;
	border-bottom: 1px dotted #8C8C8C;
	font-size: 22px;
	line-height: 1.5;
	font-weight: normal;
}

a {
	text-decoration: none;
	color: #A2A2A2
}

a img {
	opacity:1;
	transition:all 0.25s ease-in-out 0s;
}

a img:hover {
	opacity:0.8;
}

#main a {
	text-decoration: underline;
	color: #A2A2A2
}
#main a:hover {
	text-decoration: none;
	color: #666666
}



a:hover {
	text-decoration: underline;
	color: #666666
}
a:active, a:focus {
	outline: none;
	-moz-outline-style: none
}
img {
	vertical-align: middle;
	border: 0px
}
pre, form {
	margin: 0;
	padding: 0
}


table {
	border-collapse:collapse;
}


table td {
	padding: 2px 2px;
	vertical-align:middle;
}

.ce_gallery table td {
	padding: 0;
	vertical-align:middle;
}

ol {}

ol li {}


.ie7 input[type=submit],
.ie7 input[type=reset],
.ie7 input[type=button]
{
	   
       filter:chroma(color=#000000);
	   border: none !important;
       filter: progid:DXImageTransform.Microsoft.glow(color=#cccccc,strength=1);
}





}