body {
	background-color: transparent;
	width : 100%;
	height : 100%;
}

.controlpanel {
	width: 100%;
	background-color: #FFFFFF;
}

.bannerpane {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.toppane {
	padding-top: 7px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 3px;
}

.leftpane {
	padding-top: 7px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 3px;
}

.contentpane {
	padding-top: 7px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 3px;
}

.rightpane {
	padding-top: 7px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 3px;
}

.bottompane {
	padding-top: 7px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 3px;
}

.MainMenu_MenuContainer {
	background-color: transparent;
    width:100%;
	height:1px;
}

.MainMenu_MenuBar {
}

.MainMenu_MenuArrow {
	display: none
}

.MainMenu_RootMenuArrow {
	display: none
}

.MainMenu_MenuIcon {
	display: none
}

.MainMenu_MenuBreak {
   	border-bottom: transparent 0px solid; 
	border-left: transparent 0px solid; 
	border-top: transparent 0px solid;  
	border-right: transparent 0px solid; 
	background-color: transparent; 
	height: 1px;
}

.MainMenu_MenuItem {
    padding-left: 10px;
    padding-right: 13px;
    padding-top: 4px;
    padding-bottom: 4px;
	border-left: #ffffff 0px solid; 
	border-right: #ffffff 0px solid; 
	border-top: #ffffff 0px solid; 
	border-bottom: #ffffff 1px solid;
	font-weight: normal; 
	font-size: 12px; 
	color: #000000; 
}

.MainMenu_MenuItemSel {
	background-color: transparent; 
	cursor: pointer; 
	cursor: hand; 
}

.RootMenuItem TD {
   padding-left: 3px;
   padding-right: 3px; 
   font-size:12px;
   font-weight:bold;
   color:#222222;
   height:39px;
   text-align:center;
   background-image: url(images/blue_r3_c18.jpg);	
}

.RootMenuItemSel TD {
   padding-left: 3px;
   padding-right: 3px; 
   font-size:12px;
   font-weight:bold;
   color: #000000;  
   height:39px;
   text-align:center;

}

.RootMenuItemHover TD {
   padding-left: 4px;
   padding-right: 4px; 
   font-size:12px;
   font-weight:bold; 
   color:#FFFFFF; 
   height: 39px; 
   text-align:center;
   background-image: url(images/blue_r3_c12.jpg);	 
}

.Submenuitemselected {
    padding-left: 10px;
    padding-right: 13px;
    padding-top: 4px;
    padding-bottom: 4px;
	border-left: #ffffff 0px solid; 
	border-right: #ffffff 0px solid; 
	border-top: #ffffff 0px solid; 
	border-bottom: #ffffff 1px solid;
	margin-top: 0px;
	margin-left: -2px; 
	background: #B4B4B4; 
	font-size: 12px; 
	font-weight: normal; 
	color: #FFFFFF;
}

.Submenuitembreadcrumb {
    padding-left: 10px;
    padding-right: 13px;
    padding-top: 4px;
    padding-bottom: 4px;
	border-left: #ffffff 0px solid; 
	border-right: #ffffff 0px solid; 
	border-top: #ffffff 0px solid; 
	border-bottom: #ffffff 1px solid;
	margin-top: 0px;
	margin-left: -2px; 
	background: #000000; 
	font-size: 12px;
	font-weight: normal;  
	color: #FFFFFF;
}

.Submenu {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
	border-left: #ffffff 0px solid; 
	border-right: #ffffff 0px solid; 
	border-top: #ffffff 0px solid; 
	border-bottom: #ffffff 0px solid;
	margin-top: 0px;
	margin-left: -2px; 
	z-index: 1000;
	background: #B4B4B4; 
	font-size: 12px; 
	font-weight: normal; 
	color: #000000;
}

.Head{ 
  color: #2861B5;
font-size: 10pt;
font-family: Verdana, Arial;
font-weight: bold
}

.SubHead{ 
   font-size:12pt; 
   color: black; }
  
  H1  {
color: #2861B5;
font-size: 12pt;
font-family: Verdana, Arial;
font-weight: bold
}

H2  {
color: #2861B5;
font-size: 10pt;
font-family: Verdana, Arial;
font-weight: bold
}

H3  {
color: #2861B5;
font-size: 10pt;
font-family: Verdana, Arial;
font-weight: bold
}


.Normal{
   font-size:10pt; 
   color: black;
   color : black;
   font-weight : normal; 
}

.TH,TD,DIV {	
   font-size: 10pt; 
   color: #000000; 
   font-family: Verdana, Arial,  Helvetica, sans-serif;
}

.CommandButton {
	font-size : 11px;
	font-weight : normal;
	color : #0033CC;
	text-decoration : none;
}
    
A.CommandButton:link {
	font-size : 11px;
	font-weight : normal;
	color : #0033CC;
	text-decoration : underline;
}

A.CommandButton:visited  {
	font-size : 11px;
	font-weight : normal;
	color : #0033CC;
	text-decoration : underline;
}

A.CommandButton:active {
	font-size : 11px;
	font-weight : normal;
	color : #0033CC;
	text-decoration : underline;
}

A.CommandButton:hover {
	font-size : 11px;
	font-weight : normal;
	color : #0033CC;
	text-decoration : none;
}

.User {
   font-size : 11px;
   font-weight:bold; 
   color:#333;
   text-decoration:none;
}
    
A.User:link {
    font-size : 11px;
    font-weight:bold; 
	color : #333333;
	text-decoration : none;
}

A.User:visited {
    font-size : 11px;
    font-weight:bold; 
	color : #333333;
	text-decoration : none;
}

A.User:active {
    font-size : 11px;
    font-weight:bold; 
	color : #333333;
	text-decoration : underline;
}

A.User:hover {
    font-size : 11px;
    font-weight:bold; 
	color : #2861B5;
	text-decoration : underline;
}

A:link {
	font-size : 10pt;
	font-weight : normal;
	color :#2861B5;
	text-decoration : none;
}

A:active {
	font-size : 10pt;
	font-weight : normal;
	color :#2861B5;
	text-decoration : underline;
}

A:hover {
	font-size : 10pt;
	font-weight : normal;
	color :#2861B5;
	text-decoration : underline;
}

A.visited {
	font-size : 10pt;
	font-weight : bold;
	color :#555555;
	text-decoration : none;
}

A.emph:link {
	font-size : 11px;
	font-weight : bold;
	color :#CD3737;
	text-decoration : none;
}

A.emph:active {
	font-size : 11px;
	font-weight : bold;
	color :#CD3737;
	text-decoration : underline;
}

A.emph:hover {
	font-size : 11px;
	font-weight : bold;
	color :#CD3737;
	text-decoration : underline;
}

A.emph:visited {
	font-size : 11px;
	font-weight : bold;
	color :#CD3737;
	text-decoration : none;
}

.Footer{
   font-size:10px;
   font-weight:bold; 
   color:#333333;
   text-decoration:none
}

A.Footer:link {
    font-size:10px;
    font-weight:bold; 
	color : #333333;
	text-decoration : none;
}

A.Footer:visited  {
    font-size:10px;
    font-weight:bold; 
	color : #333333;
	text-decoration : none;
}

A.Footer:active {
    font-size:10px;
    font-weight:bold; 
	color : #333333;
	text-decoration : underline;
}

A.Footer:hover {
    font-size:10px;
    font-weight:bold; 
	color : #000000;
	text-decoration : underline;
}

.Links {
   font-size:11px;
   font-weight:bold; 
   color:#333333;
   text-decoration: none
}

A.Links:link {
    font-size:11px;
    font-weight:bold; 
	color : #333333;
	text-decoration : none;
}

A.Links:visited {    
    font-size:11px;
    font-weight:bold; 
	color : #333333;
	text-decoration : none;
}

A.Links:active {
    font-size:11px;
    font-weight:bold; 
	color : #333333;
	text-decoration : underline;
}

A.Links:hover {
    font-size:11px;
    font-weight:bold; 
	color : #000000;
	text-decoration : underline;
}

 @media print 
 {
    Normal{ font-size: 12pt }  
 }

/* Flowplayer */
/* player container */
div.player {
	height:240px;
	width:320px;
	border:2px solid #fff;
	outline:1px solid #333;
	-moz-outline-radius:4px;
	cursor:pointer;
	/*float:left;*/
	text-align:center;
	margin:15px;
}

/* play button */
div.player img {
	margin-top:90px;
}

/* info area */
div.player div.info {
	height:40px;
	background:#000 url(http://www.brieftauben-markt.de/images/h80.png) repeat-x;
	opacity:0.7;
	color:#fff;
	margin-top:45px;
	text-align:left;
	padding:5px 15px;	
	font-family:"bitstream vera sans","trebuchet ms";
	font-size:12px;
	border-top:1px solid #ccc;
	margin-top:40px;
}

/* duration data inside info area */
div.player div.info span {
	color:#99FF99;
	display:block;
	font-weight:bold;
}

