html{}
body{
	text-align:center;
	padding:0;
	margin:0;
	font-family:verdana;
	font-size:0.8em;
	background-color:#efefe0;
	background-image:url(../_img/bodyBG.jpg);
	background-repeat: repeat-x;
	background-position:top center;
}
.bodyCSS{}
.page{
	width:936px;
	background-color:#FFFFFF;
	text-align:left;
	border-left:12px solid #ffffff;/*#663366;*/
	border-right:12px solid #ffffff;/*#663366;*/
	margin-right:auto;
	margin-left:auto;
}
.pageHeader{
	background-color:#a76fc9;
	background-image:url(../_img/topHead_shade2.jpg);
	background-repeat:repeat-x;
	border-bottom:4px solid #663366;
}
.pageLogo{

}
.pageMenu{
	text-align:right;
	height:21px;
	padding-right:10px;
}
.pageBanner{
	background-color:#FFFFFF;
	border-top:4px solid #663366;
	border-bottom:4px solid #663366;
}
.pageBanner img{
	margin-right:1px;
}
.pageBanner img.last{
	margin-right:0;
}
.pageBody{}
.pageBody .left{
	float:left;
	width:540px;
}
.pageBody .left .inner{
	padding: 10px 10px 0 0;
}
.pageBody .right{
	float:left;
	width:395px;
}
.pageBody .right .inner{
	padding: 10px 0 0 10px;
}
.pageFooter{
	border-top:1px dashed #9933CC;
	background-color:#ffffff;
}
.pageFooter .inner{
	padding: 10px 10px 15px 10px;
}

/*****************************************************************************/
/** FONTS ********************************************************************/

H1{
	margin-bottom: 10px;
	margin-top: 6px;
	font-family:arial;
	font-weight:bold;
	color:#663366;
	font-size:1.8em;
}
H2{
	margin-bottom: 6px;
	margin-top: 4px;
	font-family:arial;
	font-weight:bold;
	color:#000000; /**/
	font-size:1.4em;
}
H3{
	margin-bottom: 1px;
	margin-top: 2px;
	font-family:georgia;
	font-weight:bold;
	color:#663366;
	font-size:1.2em;
}
P{
	margin-bottom: 5px;
	margin-top: 3px;
	font-family:georgia;
	font-weight:normal;
	color:#000000;
	font-size:1.2em;
}
td{
	font-family:georgia;
	font-weight:normal;
	color:#000000;
	font-size:1.2em;
	vertical-align:top;
}
legend, label{
	font-family:verdana;
	font-weight:bold;
	color:#000000;
	font-size:0.8em;
}
.span.date{
	padding-right:4px;
	border-right:1px solid #888888;
	color:#888888;
}
.italic{
	font-style:italic;
}

/*****************************************************************************/
/** Default link *************************************************************/

a:link {
	text-decoration: none;
	color:#9933CC;
}
a:active {
	text-decoration: none;
	color:#9933CC;
}
a:visited {
	text-decoration: none;
	color:#9933CC;
}
a:hover {
	text-decoration: underline;
	color:#9933CC;
} 

/*****************************************************************************/
/** Special styles ***********************************************************/
img, a:link img{
	border:0;
}
.dim{
	-moz-opacity:1;
	opacity:1;
}
a:hover .dim{
	-moz-opacity:.80;
	opacity:.80;
}
.hideMe{
	display:block;
	text-align:center;
}
.sep{
	margin-top:15px;
	border-bottom:1px dashed #CC99CC;
	font-size:1px;
	line-height:0;
	margin-bottom:10px;
}
.myCV{
	margin-top: 15px;
}
.myCV H3{
	margin-top: 15px;
	display:block;
	padding-bottom:4px;
	border-bottom:1px dashed #CCCCCC;
}
td{
	padding:2px 2px 2px 2px;
	border-bottom:1px dashed #CCCCCC;
}
.news ul.aktuellt{
	padding:0;
	margin:0;
}
.news ul.aktuellt li{
	padding:0 0 10px 0;
	margin:0;
	list-style-type:none;
	font:normal 1.2em georgia;
}

/*****************************************************************************/
/** Navigation menu **********************************************************/

#navigation a {
	color: #000;
	background: none;
	background: url(../_img/tab-inactive-left.gif) left top no-repeat;
	text-decoration: none;
	padding-left: 10px;
	margin-right:3px;
	font: bold 1.2em arial;
}
#navigation a span {
	background: none;
	background: url(../_img/tab-inactive-right.gif) right top no-repeat;
	padding: 2px 10px 3px 0;
	cursor:pointer;
}
#navigation li.active a {
	color: #fff;
	background: none;
	background: url(../_img/tab-active-left.gif) left top no-repeat;
	text-decoration: none;
	padding-left: 10px;
	margin-right:3px;
}
/*#navigation li span {
	padding-top: 4px
}*/
#navigation li.active span {
	background: none;
	background: url(../_img/tab-active-right.gif) right top no-repeat;
	padding-right: 10px
}
#navigation a, #navigation a span {
	display: block;
	/**_display: inline;*/
	float: left;
}
/* Hide from IE5-Mac \*/
/*#navigation a, #navigation a span {
	float: none;
}*/
/* End hide */
#navigation a:hover {
	color: #fff;
	background: none;
	background: url(../_img/tab-active-left.gif) left top no-repeat;
	padding-left: 10px
}
#navigation a:hover span {
	background: none;
	background: url(../_img/tab-active-right.gif) right top no-repeat;
	padding-right: 10px;
}
ul#navigation {
	list-style-type: none;
	list-style:none;
	padding: 0;
	margin: 0;
}
#navigation li{
	list-style-type: none;
	height: 19px;
	float: left;
	margin: 0;
}

/*****************************************************************************/
/** Float and margins ********************************************************/

.clearFloat{
	clear:both;
	font-size:1px;
	line-height:0;
}
.floatL{
	float:left;
}
.floatR{
	float:right;
}
.alignL{
	text-align:left;
}
.alignR{
	text-align:right;
}
.padd01{
	padding:1px;
}
.left_mR10{
	margin-right:10px;
}
.right_mL10{
	margin-left:10px;
}

/*****************************************************************************/
/** Boxes MAIN ***************************************************************/

.contentItem{
	margin: 0 0 10px 0;
}
.contentItemHead {
/*	background-image:url(../_img/blueColHeadBG-purple.gif);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#cea1ef;
	display:block;
	border:1px solid #a76fc9;
	margin-bottom:1px;
	height:22px;
	padding-top:0;*/
	padding:0 0 5px 0;
	border-bottom:1px dashed #9933CC;
	background-color:#ffffff;
}
.contentItemHead p{
	font:bold 1.2em arial;
	padding:0 0 0 0;
	margin:8px;
	display:inline;
}
.contentItemAreaLine {
	background-color:#dcdcdc;
	/*padding:4px;*/
	padding:0;
}
.contentItemArea {
	padding:10px 6px 6px 7px;
	background-color:#ffffff;
	min-height:1px;
}