/* - basic html elements - */
html {
	
}
body {
	margin: 0px;
	padding: 0px;
	font: normal 100.01% Verdana, Geneva, Arial, Helvetica, sans-serif;
}
p {
	margin-left: 10px;
	font: 80% Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1 {
	margin: 0px;
	padding: 0px;
	font: bold 130% Arial, Helvetica, sans-serif;
	border-left: 3px solid #C6DFD9;
	background: #EDE0D1;
	color: #B63F68;
}

h2 {
	margin-left: 10px;
	padding: 0px;
	color: #6A6869;
; clip:   rect(   )
; font-family: "strong 12px Arial", Helvetica, sans-serif; font-weight: bold; font-size: 16px
}

img {
	
}

hr {
	margin: 5px 0px;
	padding: 0px;
	width: 99%;
	height: 2px;
	background: #E2E6EB;
}

.small {
	font-size: x-small;
}
.strong {
	font-weight: bold;
}

#right_column input{
	margin-top: 4px;
	width: 140px;
	height: 16px;
	border: 1px solid #333;
	background-color: #B63F68;
}

a {
	color: #B63F68;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #B63F68;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #8A0D42;
}
#left_column a, #left_column a:visited {
	color: #B63F68;
	font-weight: bold;
	text-decoration: none;
}
#left_column a:active{
	color: #B63F68;
	font-weight: bold;
}
#left_column a:hover {
	text-decoration: none;
	color: #8A0D42;
	padding-left: 2px;				/**/
}

/* - layout elements - */
#top1 {
	width: 800px;
	height: 116px;
	background: #ffffff; 
}
#top2 {
	width: 650px;
	height: auto;
	border-bottom: 1px solid #C2C9CE;
border-top: 1px solid #C2C9CE;
border-right: 1px solid #C2C9CE;
	font-size: 70%;
}

#left_column {
	margin-top: 3px;
	padding-bottom: 30px;
	width: 170px;
	height: auto;
	font: 70% Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #F3CFDB url(images/left_col_bottom.gif) no-repeat bottom;
	float: left;
}

#right_column {
	margin-top: 8px;
	margin-left: 10px;
	width: 750px;
	height: auto;
	float: left;
	background: #ffffff;
}
#content {
	width: 550px;
	height: auto;
	float: left;
background: #EBF5F4;
border-right: 2px solid #C2C9CE;
}
#content_big {
	width: 680px;
	height: auto;
	float: left;
background: #EBF5F4;
border-right: 2px solid #C2C9CE;
}
#contextual {
	padding-top: 10px;
	padding-left: 5px;
	width: 165px;
	height: 1400px;
	font-size: 70%;
	float: left;
  background: #fff;
}

#teaser {
	margin-top: 20px;
	padding-left: 5px;
	width: auto;
	height: auto;
	border-left: 3px solid #C6DFD9;

border-top: 3px solid #C6DFD9;
border-bottom: 3px solid #C6DFD9;	
	background: #EDE0D1;
	font-size: 80%;
	color: #333;
}

#left_column ul {
	margin-left: 5px;
	padding-left: 5px;
}
#left_column li {
	margin-top: 5px;
	padding-left: 2px;
	list-style-type: none;
	border-left: 1px solid #94A0AB;
	border-bottom: 1px solid #94A0AB;
}

#footer {
	padding-left: 5px;
	width: auto;
	height: auto;
	border-left: 3px solid #C6DFD9;
	background: #EDE0D1;
	font-size: 70%;
}


/*--------------------------------------
  den nachfolgenden code nicht aendern
----------------------------------------*/
.twt_code {
	display: none;
}.text {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #000000}

/* 

   * Left sidebar 

   */
#menu-left { 
float: left;
padding: 0px 0px 10px 0px;
width: 170px;
font-size: 12px;
margin-top: 8px;
height: auto;
}
#menu-left a,
#menu-left a:visited { 
text-decoration: none;
font-weight: bold;
color: #B63F68;
}
#menu-left a:hover,
#menu-left a:visited:hover
{ 
color: #fff;
text-decoration: none;
background-color:#B63F68;
}
#menu-left p {

font-size: 12px;
margin: 5px 0px 5px 0px;
padding: 3px 0 2px 2px;
font-weight: bold;
text-align:left;
text-transform:none;
color: #333;
border: #999 1px solid;
background: #fff;
}

#menu-left li {

list-style-type: none;
margin: 0;
padding: 0;

}

/*menu real*/
.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: bold 8pt Verdana;
width: 170px; /* Main Menu Item widths */
border-bottom: 1px solid #999;
z-index:10;
}
 
.sidebarmenu ul li{
position: relative;
z-index:10;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 3px;
border-bottom: 1px solid #999;
border-right: 1px solid #999;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #F3CFDB; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
color: B63F68;
}

.sidebarmenu ul li a:hover{
background-color: F3CFDB;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 190px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
background: url(/images/right.gif) no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */

/* End of left sidebar */

