body  {
	font-family:"Georgia", serif;
	font-size:14px;
	background: #fff;
	padding: 0;
	text-align: center;
	color: #000;
	line-height:20px;

}
input, select, textarea {
	font: 100% Arial, Verdana, sans-serif;
	font-size:11px;
	color: #666666;
}
h1 {
	font-size: 20px;
	margin:0px;
	padding:0px;
	font-family:"Georgia", serif;
	font-weight:normal;
	/*font-style:italic;*/
}
h4{
	font-family:"Georgia", serif;
	font-weight:normal;
}

h2 {
	font-size:18px;
	margin:0px;
	padding:0px;
}
.whiteText {
	color:#FFFFFF;
}
.blue_text {
	color:#FF3300;
}
.bottomText {
	font-family:"Georgia", serif;
	font-size:10px;
	color:#333333;
}
a, a:link {
	text-decoration:none;
	color:#FF3300;
}
a:hover {
	text-decoration:underline;
	color:#000000;
}
ul {margin-left: 10px; padding-left: 10px;}
li {padding-left:0px; padding-bottom:10px;}

.twoColHybLtHdr #container { 
	width: 960px;
	height:100%;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	/*border:1px solid #666666;*/
}
.twoColHybLtHdr #header{
	margin: 0; 
}
.twoColHybLtHdr #header h1 {
	margin: 0; 
	padding: 10px 0;
}
#header .top_right{padding-right:15px;}
#header .top_right a.current{color:#000}
#header .top_right a.leftLinkActive{background-image:none; display:inline}

.twoColHybLtHdr #sidebar {
	float: left; 
	width : 265px;
/*	height:100%;*/
/*	min-height: 100%;*/
	vertical-align:top;
	position:relative;
	font-size:12px;
}
a.leftLinkActive, a.leftLinkActive:hover {
	/*width:190px;*/
	height:30px;
/*	margin-top:5px;*/
	display:block;
	padding-left:28px;
	padding-top:10px;
	padding-right:0px;
	/*background-image:url(/images/bg_red.gif);
	background-repeat:no-repeat;
	background-position: 10px 10 0 0;*/
	text-decoration:none;
	color:#FF3300;
}
a.leftLink:hover {
	/*width:190px;*/
	height:30px;
/*	margin-top:5px;*/
	display:block;
	padding-left:28px;
	padding-top:10px;
	padding-right:0px;
	/*background-image:url(/images/bg_red.gif);
	background-repeat:no-repeat;
	background-position: 10px 10 0 0;*/
	text-decoration:none;	
	color:#FF3300;
}
a.leftLink {
	/*width:190px;*/
	height:30px;
/*	margin-top:5px;*/
	display:block;
	padding-top:10px;
	padding-right:0px;
	padding-left:28px;
	/*background-image:url(/images/bg_gray.gif);
	background-repeat:no-repeat;
	background-position: 10px 10 0 0;
	*/
	text-decoration:none;
	color:#999999;	
}
#sidebar h1{
margin:0px;
font:bold 12px "Tahoma", sans-serif;
text-transform:uppercase;
color:#666;
}
#left{
margin-left:30px;
margin-top:0px;
margin-bottom:10px;
}

#left h1{}

#left H4{
height:20px;
margin:0px;
}

#left a{
font-size:14px;
color:#999999;

}
#left a:hover, #left a.active,#left a.active:hover{
font-size:14px;
color:#333333;
text-decoration:none;
}

#left ul.leftNav {margin:0px;list-style:none;}
#left ul.leftNav li{padding-bottom:5px;}
#left .leftNav .active a {color:#FF3300}

.twoColHybLtHdr #sidebar h3, .twoColHybLtHdr #sidebar p {
	/*margin-left: 10px;*/
	margin-right: 10px;
}
/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/

.twoColHybLtHdr #mainContent { 
	margin: 0px 10px 0px 0px;
	padding:0px;
	vertical-align:top;
} 

.twoColHybLtHdr #mainContent img { 
	border:1px solid #cccccc;
	margin:0px;
} 

 #mainContent h4{
	 

	 }

.twoColHybLtHdr #mainContent h1{ 
padding-left:0px;
margin-TOP:10px;
margin-bottom:10px;
text-transform:capitalize;
font-weight:normal;
color:#FF3300;
font-size:22px;
}

.twoColHybLtHdr #mainContent h2{ 
padding-left:20px;
margin-bottom:5px;
text-transform:uppercase;
font-weight:bold;
color:#000000;
font-size:12px;
}
.twoColHybLtHdr #mainContent h2 A{ 
color:#000000;
text-decoration:none;
}

.twoColHybLtHdr #mainContent h2 A:hover{ 
color:#FF3300;
text-decoration:underline;
}
.twoColHybLtHdr #footer{
	width: 960px;
	border-top:1px solid #666;*/
	color:#999;
	background-color:#fff;
}
.twoColHybLtHdr #footer p {
	margin: 0;
	padding: 10px 0;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* COLORS */

/* backgrounds */

.bgGray {background-color:#6E6D6D;}
.bgLighterGray 	{background-color:#EEEEEE;}
.bgRed 			{background-color:#FF0000;}
.bgGreen 		{background-color:#ACCB56;}	
.bgLightGray 	{background-color:#F5F5F5;}
.bgSuperLightGray {background-color:#EAEBED;}
.bgTooltip 		{background-color:#F5F5F5;}
.bgPink 		{background-color:#DE85B5;}
.bgWhite		{background-color:#FFFFFF;}

/* font */

.cRed 			{color:#FF0000;}
.cGray 			{color:#6E6D6D;}
.cWhite 		{color:#FFFFFF;}
.cLightGray 	{color:#F5F5F5;}
.cGreen 		{color:#ACCB56;}
.cPink 			{color:#DE85B5;}

.cWhite a 		{font-family:"Georgia", serif; font-size: 11px; color:#FFFFFF; text-decoration:none; }
.cWhite a:active, a:visited {text-decoration:none;}
.cWhite a:hover {text-decoration:underline;}

/* BORDERS */

.border_all 	{border:1px solid;}
.border_left 	{border-left:1px solid;}
.border_right 	{border-right:1px solid;}
.border_top 	{border-top:1px solid;}
.border_bottom 	{border-bottom:1px solid;}
.bdRed 			{border-color:#FF0000;}
.bdLightGray 	{border-color:#a1a8b0;}
.bdGray 		{border-color:#6E6D6D;}

/*new*/

.top_left{
text-align:right;
vertical-align:top;
}

.top_right{
color:#000000;
font-size:12px;
}


.nav{
background-image:url(/images/nav_bg.gif);
background-position:top left;
background-repeat:repeat-x;
text-transform:uppercase;
font-size:12px;
color:#FEDAA0;
margin-top:0px;
}

.nav a {
color:#000000;
}
.footer {
/*background-color:#ffffff;*/
color:#999;
}

#content_cell{
padding-left:0px;
padding-bottom:40px;
margin-bottom:20px;
font-size:14px;
}

#content_cell li{
list-style:lower-roman;
list-style-image: url(/images/linie.gif);}

#content_cell H4{
	margin-bottom:5px;
font:bold 12px "Tahoma", sans-serif;
text-transform:uppercase;
color:#666;
}

.twoColHybLtHdr #sidebar h1{


}
.twoColHybLtHdr #sidebar h2{}

#content_cell #children_list{
margin-bottom:20px;
}

.thumbnail{
float:left;
margin:5px;
vertical-align:top;
}

#children_list .thumbnail a img { border:1px solid #666666;}
#children_list .thumbnail img { border:1px solid #cccccc;}
#children_list .thumbnail a:hover img { border:1px solid #FF3300;}
#flashcontent{width:627px;}
