html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
img {
	border:0;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* HACK */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


/* TAGS */
body {
	font-family:Arial, Helvetica, sans-serif;
	color:#756c65;
	font-size:13px;
}

a {
	color:#a60000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

p {
	margin:0 0 10px 0;
}


/* JOOMLA */
.contentheading, .componentheading {
	color:#a60000;
	font-size:18px;
	font-weight:bold;
	padding:0 0 15px 0;
}


/* DIVS */
#wrapper {
	width:952px;
	margin:0 auto;
	background:url(../images/wrapper-bg.png) repeat-y;
}

#right {
	float:right;
	width:222px;
	font-size:13px;
}

#wrapper2 {
	width:730px;
	background:url(../images/wrapper2-bg.png) repeat-y;
	margin:15px 0 0 0;
}

#left {
	width:190px;
	margin:0 30px 0 0;
	float:left;
	font-size:13px;
}

#content {
	padding:30px 30px 0 30px;
	line-height:1.3em;
	min-height:650px;
	height:auto !important;
	height:650px;
}

#bottom {
	margin:0 0 0 220px;
	padding:0 0 0 0;
}


/* DIV:right */
#right div.moduletable {
	background:#FFFFFF;
	color:#ffc100;
	padding:5px 3px 5px 3px;
}

#right a.link {
	color:#ffc100;
	text-decoration:none;
}


/* DIV:left */
#left h3 {
	background:#ffc100;
	color:#FFFFFF;
	font-weight:normal;
	padding:6px 0 6px 10px;
}

#left div.moduletable {
	background:#FFFFFF;
	padding:0 0 10px 0;
}

#left ul.menu a {
	color:#756c65;
	text-decoration:none;
	display:block;
	border:1px solid #ffc100;
	border-top:none;
	padding:5px 0 5px 10px;
}
#left ul.menu:first-child li:first-child a {
border-top: 25px solid #ffc100;
}
#left ul.menu a:hover {
	text-decoration:none;
	color:#ffb200;
}


/* DIV:content */
#content h3 {
	color:#a60000;
	margin:5px 0 10px 0;
}

#content .imgL {
	padding:0 15px 0 0;
}

/* DIV:bottom */
#bottom .kontaktinfo {
	margin:0 0 15px 0;
}

#bottom li {
	float:left;
	padding:0 5px 0 0;
	font-size:12px;
	color:#a60000;
}

#bottom a {
	text-decoration:none;
}

#bottom a:hover {
	text-decoration:underline;
}