/* -------------- FOR ALL ------------- */
* {
	margin: 0px;
	padding: 0px;
}

/* -------------- SOME TAGS -------------- */
body {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, Sans-serif;
	font-size: 13px;
}
a {
	color: #808080;
}
a:hover {
	color: #FF0000;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0.5em;
}
h2, h3, h4 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0.3em;
}

/* -------------- WRAPPER -------------- */
#wrapperall {
	margin-top: 1px;
	width: 950px;
}
#wrapper1 {
	overflow: hidden;
	margin-top: 7px;
	background-image: url(/fileadmin/pix/bg_rightcol.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#wrapper2 {
	overflow: hidden;
}

/* -------------- HEADER -------------- */
#header {
	overflow: hidden;
	width: 100%;
}
#header_left {
	float: left;
}
#header_right {
	float: right;
}

/* -------------- TOPNAV -------------- */
#topnav {
	background-color: #E5E6E7;
	height: 25px;
	overflow: hidden;
}
#topnav img {
	border: none;
}
#topnav a {
	text-decoration: none;
	color: #000000;
}
#topnav ul {
	margin-right: 51px;
	list-style: none;
	float: left;
}
#topnav li {
	float:left;
	height: 25px;
}
#topnav li a {
	padding-left: 21px;
	background-image: url(/fileadmin/pix/bulltet.gif);
	background-position: 0px 6px;
	background-repeat: no-repeat;
	display: block;
}
#topnav li a:hover {
	padding-left: 21px;
	background-image: url(/fileadmin/pix/bulltet-active.gif);
	background-position: 0px 6px;
	background-repeat: no-repeat;
}
#topnav .active a  {
	padding-left: 21px;
	background-image: url(/fileadmin/pix/bulltet-active.gif);
	background-position: 0px 6px;
	background-repeat: no-repeat;
}

/* -------------- LEFTCOL -------------- */
#leftcol {
	width: 214px;
	float: left;
}
.box {
	padding: 20px 0px;
	background-color: #E5E6E7;
/*	font-family: "MetaMedium-Roman"; */
	font-weight: bold;
	margin-bottom: 7px;
}
.box h1 {
	padding-left: 25px;
	text-transform: uppercase;
}
.box p {
	padding-left: 25px;
}
.navi {
	list-style: none;
}
.navi a {
	height: 20px;
	line-height: 20px;
	text-decoration: none;
	color: #000000;
	text-transform: uppercase;
	display: block;
}
.navi li {
	
}
.navi li a {
	padding-left: 25px;
}
.navi li a:hover {
	text-decoration: underline;
}
.navi .active  {
	background-image: url(/fileadmin/pix/bulltet-active.gif);
	background-position: 0px 1px;
	background-repeat: no-repeat;
}
.navi2 {
	list-style: none;
}
.navi2 li {
	font-size: 0.8em;
}
.navi2 li a {
	padding-left: 35px;
}
.navi2 .active  {
	background-image: url(/fileadmin/pix/bulltet-active2.gif);
	background-position: 15px 5px;
	background-repeat: no-repeat;
}

/* -------------- CENTERCOL -------------- */
#centercol {
	margin-left: 214px;
	padding: 24px 21px;
}
#content {

}
#content p {
	margin-bottom: 1em;
}
#content ul {
	margin-bottom: 1em;
}
#content ol {
	margin-bottom: 1em;
}
#content li {
	margin-left: 3em;
}
#content blockquote {
	margin-left: 2em;
	margin-right: 2em;
}

/* Typo3 Content Formatierung */
DIV.csc-frame { border: 0px; }
DIV.csc-frame-invisible {}
DIV.csc-frame-rulerBefore { height:10px; border-top: 1px solid #E5E6E7; }
DIV.csc-frame-rulerAfter { border-bottom: 1px solid #E5E6E7; }
DIV.csc-frame-indent { padding-left: 100px; }
DIV.csc-frame-indent3366 { padding-left: 33%; }
DIV.csc-frame-indent6633 { padding-right: 33%; }
DIV.csc-frame-frame1 { border: 1px solid #E5E6E7; padding: 2px 4px 2px 4px; }
DIV.csc-frame-frame2 { background-color: #E5E6E7; padding: 2px 4px 2px 4px; }


/* Bilder */
.csc-textpic-image {
	border: 1px solid #E5E6E7;
}

.csc-textpic-caption {
	background-color: #E5E6E7;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
}

/* Addressbuch */
.vcard {
	margin-bottom: 1em;
}
.fn {
	font-weight: bold;
}

/* -------------- RIGHTCOL -------------- */
#rightcol {
	float: right;
	width: 220px;
	font-size: 12px;
}
.rightbox {
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #E5E6E7;
	margin-left: 10px;
	margin-right: 10px;
}

#navboxright {
	background-color: #E5E6E7;
	padding-bottom: 1em;
	padding-top: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #E5E6E7;
}
#navboxright h2 {
	padding-left: 10px;
}
.naviright {
	list-style: none;
}
.naviright a {
	height: 20px;
	line-height: 20px;
	text-decoration: none;
	color: #000000;
	text-transform: uppercase;
	display: block;
}
.naviright li {
	
}
.naviright li a {
	padding-left: 18px;
}
.naviright li a:hover {
	text-decoration: underline;
}
.naviright .active  {
	background-image: url(/fileadmin/pix/bulltet-active2.gif);
	background-position: 0px 6px;
	background-repeat: no-repeat;
}

/* -------------- FOOTER -------------- */
#footer {
	margin-top: 2em;
	font-size: 11px;
	text-align: center;
}
#footer a {
	text-decoration: none;
}



.csc-form-fieldcell {
	margin-bottom: 0.5em;
}