@charset "utf-8";

/* farbdefinitionen: 
*/

body {
/* 	font-family: Century Gothic, Arial, Helvetica, sans-serif;      */
 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;      
	font-size:10pt;
	color: #000000;
}

p {
	margin: 0px;
	padding-bottom: 5px;
}


a {
	text-decoration: underline;
	font-weight: bold;	
	color: #036BB2;
}

a:hover, a:focus {
	text-decoration: none;
	color: #036BB2;
}



h1, 
.tx-newloginbox-pi1 h3  {
	padding: 5px 0px 10px 0px;
	margin: 0px;
	font-size: 13pt;
	font-weight: bold;
	color: #000000;
}

h2 {
	padding: 5px 0px 7px 0px;
	margin: 0px;
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
}


hr { }

em {
font-style: oblique;
}

strong {
font-weight: bold;
}


INPUT, 
SELECT,
TEXTAREA  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}




dl dt {
margin-top: 1em;
font-weight: bold;
}

UL, OL {
	margin-top: 0px;
}

OL LI, UL LI {
	margin-top: 0px;
}

DIV.csc-textpic-text UL,
DIV.csc-textpic-text OL {
	margin-left: 0px;
	padding-left: 0px;
}



DIV.csc-textpic-text UL LI,
DIV.csc-textpic-text OL LI {
	margin-left: 30px;
	padding-left: 0px;
}


TABLE.contenttable CAPTION {
	text-align: left;
}

.teaser_dyn .teaser_header {
	text-align: center;
	line-height: 18px;

}

.teaser .teaser_header {
	text-align: center;
	line-height: 18px;
}

.teaser .teaser_header a {
	color: #FFFFFF;
	text-decoration: none;
}

.teaser .teaser_header a:hover, 
.teaser .teaser_header a:focus  {
	color: #FFFFFF;
	text-decoration: underline;
}

.teaser .beschreibung a {
	font-weight: normal;
}

.teaser2col .teaser_header {
	text-align: center;
	line-height: 18px;
}

.teaser2col .teaser_header a {
	color: #FFFFFF;
	text-decoration: none;
}

.teaser2col .teaser_header a:hover, 
.teaser2col .teaser_header a:focus  {
	color: #FFFFFF;
	text-decoration: underline;
}

.teaser2col .beschreibung a {
	font-weight: normal;
}


TEXTAREA.tip_textarea, 
INPUT.tip_input {
	width: 300px;
}

/* RTE-Styles */
.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.align-justify { text-align: justify; }
.indent { margin-left: 20px; }
