/*Joomla! CSS auf 0 setzen Anfang*/

html, body, div, span, applet, object, iframe,
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

p{
padding-bottom: 8px;	
padding-top:8px;	
}

body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*Joomla! CSS auf 0 setzen Ende*/

/*Kalebrierung Anfang*/
*{
padding: 0;
margin: 0;
}
/*Kalebrierung Ende*/

/*Div-Bereiche Formatierung Anfang*/

body {
font-family: Arial;
background-image: url(../images/bg.jpg);
background-repeat: repeat-x;
}

a {
color: #6a0606;
text-decoration: none;
}

a:hover {
color: #ed8000;
text-decoration: underline;
}

#wrapper {
width:980px;
margin: 0 auto;
min-height:100%;
}

#kopfbereich{
width:980px;
height:108px;
text-align: right;
}

#logo {
width: 187px;
height: 224px;
float: left;
margin-top: -108px;
background-image: url(../images/logo.jpg);
}

#navibereich_top {
width: 817px;
height: 130px;
margin-left: 185px;
margin-top: -102px;
}

#navibereich_top li {
float: left;
margin-right: 3px;
}

#breadcrumb{
width:auto;
height:15px;
padding:3px;
margin-left: 195px;
border-bottom-width: thin;
border-bottom-color: black;
border-bottom-style: inset;
}

#navibereich {
width:217px;
float: left;
margin-top: -20px;
margin-left: -22px;
line-height: 24px;
font-size: 16px;
}

.sfHover li{
font-size: 14px;
background-image: url(../images/li_bg.png);
background-repeat: no-repeat;
background-position: right;
padding-right: 15px;
}

#navibereich a {
line-height: 22px;
}


#navibereich h3 {
font-size: 18px;
}

.moduletable {
text-align: right;
padding-right: 10px;
color: #6a0606;
}

#navibereich_allg {
width:196px;
padding:3px;
margin-bottom: 16px;
border-bottom-width: thin;
border-bottom-color: black;
border-bottom-style: inset;
}

#navibereich_links {
width:196px;
padding:3px;
margin-bottom: 16px;
}


#navibereich_links #current li {
position: relative;
visibility: visible;
}

#textbereich{
width:773px;
line-height: 25px;
color: #511313;
margin-left:200px;
padding-top: 15px; 
}

#textbereich ul{ 
list-style-type: circle;
margin-left: 15px;
}

#textbereich ol{ 
list-style-type: decimal;
margin-left: 25px;
}

#textbereich a {
color: #151313;
text-decoration: none;
}

#textbereich a:hover {
color: #151313;
text-decoration: underline;
}

#fussbereich{
width:auto;
height:35px;
background-image: url(../images/bgbtm.jpg);
background-repeat: repeat-x;
text-align: center;
clear: both;
}

#preload{
font-size: 0px;
}

.hidden{
width: 0px;
height: 0px;
visibility:hidden;
}

.contentpaneopenpinnwand{
background-image: url(../../images/kork.jpg);
width: 773px;
height: 773px;
padding-top: 70px;
padding-left: 80px;
padding-right: 70px;
}

.contentheading {
padding-bottom: 10px;
font-size: 20px;		
}

#sub{
padding-bottom: 20px;
}

.moduletableanmeldung ul{
display: none;
}

.moduletableanmeldung{
text-align: right;
color: #6a0606;
}

#form-login-remember{
display: none;
}

#modlgn_passwd {
margin-bottom: 5px;
}

#login {
width:196px;
padding:3px;
}

h1{
	font-size:14pt;
	font-weight:bold;
}
