html{  
	min-height: 100.05%; 
}
#frame{
	background-color:#9F9F9F;
	width:1000px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
}
img{
	border:0px;
}
form{	/* No borders in forms */
	display:inline;
}
ul li {
	list-style-type: none;
}
#info{
	position:fixed;
	top:0px;
	/* background-color:#F2A70F; */
	background-color:#F7C560; 
	width:100%;
	border-bottom:1px solid #fff;
	display:none;
	text-align:center;
}
.fullscreen{
	position:fixed;
	background-color:white;
	width:99%;
	height:100%;
	border:outset;
	border-width:thick;
	top:0px;
	left:0px;
	text-align:center;
}
.fullscreen #fullscreenHeader{
	width:95%;
	height:100px;
	border-style:none;
}
.fullscreen iframe{
	width:95%;
	height:80%;
	background-color:white;
	overflow:scroll;
}
.ad{
	color:red;
}
.small{
	font-size:smaller;
}
.error{
	font-size:smaller;
	color:red;
}
.upload iframe {
	width:0;
	height:0;
	border:0px solid #fff;
	display:none;
}
.upload{
	float:left;
	padding:6px;
	margin:0px;
}
.upload_txt{
	float:left;
	width:200px;
}
.admin{
	width:500px;
}
.admincell{
	border-width:3px;border-style:solid;border-color:lightgrey;
	cursor:pointer;
	display:block;
	height:20px;
	overflow:hidden;
}
.tooltip{
	position:absolute;
	width:300px;
	background-color:#FFE4B5;
	border-width:1px;border-style:solid;border-color:black;
	padding:10px;
}
.prompt{
	position:absolute;
	width:150px;
	background-color:#FFE4B5;
	border-width:1px;border-style:solid;border-color:black;
	padding:10px;
	text-align:center;
}
.link, a{
	color:black;
	text-decoration:none;
}
.link_over, a:hover{
	cursor:pointer;
	text-decoration:underline;
	color:#696969;
}
.break{
	clear:left;
}
.reg{
	width:100%;
}
.doubleinput{
	width:150px;
}
.headline{
	font-weight:bold;
	text-decoration:underline;
}
.label{
	width:130px;
	display:block;
	float:left;
}
.textedit{
	background-color: transparent;
	border: 0px;
	width:inherit;
}
.textedit_over{
	background-color: transparent;
	border: 0px;
	width:inherit;
}
.areaedit{
	background-color: transparent;
	width:600px;
	height:400px;
}
.input{
	width:150px;
	background-color: transparent;
	border-bottom: 2px; border-style:inset; border-color:grey;
	border-top-width: 0px;
	border-left-width: 0px;	
	border-right-width: 0px;		
}
.input_wrong{
	width:150px;
	background-color: transparent;
	border-bottom: 2px; border-style:inset; border-color:red;
	border-top-width: 0px;
	border-left-width: 0px;	
	border-right-width: 0px;		
}
.input_right{
	width:150px;
	background-color: transparent;
	border-bottom: 2px; border-style:inset; border-color:blue;
	border-top-width: 0px;
	border-left-width: 0px;	
	border-right-width: 0px;		
}
.inputShort{
	width:75px;
	background-color: transparent;
	border-bottom: 2px; border-style:inset; border-color:grey;
	border-top-width: 0px;
	border-left-width: 0px;	
	border-right-width: 0px;		
}
.inputShort_wrong{
	width:75px;
	background-color: transparent;
	border-bottom: 2px; border-style:inset; border-color:red;
	border-top-width: 0px;
	border-left-width: 0px;	
	border-right-width: 0px;		
}
.inputShort_right{
	width:75px;
	background-color: transparent;
	border-bottom: 2px; border-style:inset; border-color:blue;
	border-top-width: 0px;
	border-left-width: 0px;	
	border-right-width: 0px;		
}
.leftgap{
	margin-left:5px;
}

/* yoption */

body{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	
	font-size:0.7em;
	background-color:#fff;
	margin:0px;
	padding:0px;
}
.pagewidth{
	width: 1000px;
}
.nav-bar{
	width: 1000px;
	height:34px;
}
.tabButton{
	float:right;
	padding-left:25px;
	padding-right:25px;
	cursor:pointer;
	padding-top:2px;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	text-align:center;
}
.tabButton_active{
	float:right;
	padding-left:25px;
	padding-right:25px;
	cursor:pointer;
	padding-top:2px;
	font-size:12px;
	font-weight:bold;
	color:#000;
	text-align:center;
}
.tabMenu{
	background-color:#fff;
	filter:alpha(opacity=70);
	opacity:0.7;
	border: groove 1px #666;
	font-size:10px;
}
.tabMenu_over{
	background-color:gray;
	filter:alpha(opacity=70);
	opacity:0.7;
	border: groove 1px #666;
	font-size:10px;
}
.menuClass{
	padding:10px;
	width:160px;
	clear:both;
	float:left;
}
.menuClass a, .menuClass img, .menuClass input, .menuClass div, .menuClass span{
	float:left;
}
.tabMenu, .tabMenu_over{
	display:block;
}
.tabLine{
	float:right;
	background-color:#fff;
	width:1px;
	height: 25px;
	padding:0px;
	margin:0px;
}
.columnContainer{
	float:left;
	width:370px;
	height:100%;
	padding:0px;
	margin:0px;
}
/* menu */
.menu{	
	background-color:#F9FFFF;
	margin:5px;
	border-right:2px solid #AAA;	/* "Shadow "*/
	border-bottom:2px solid #AAA;	/* "Shadow " */
	width:199px;
	margin-top:5px;
	padding-top:10px;
	float:left;
}
.menuHeader{	/* Header inside box */
	background-image: url(images/menu_head.png);
	background-position:top;
	background-repeat:no-repeat;
	height:35px;
	width:199px;
	margin-top:-15px;
	padding:0px;
}
.menuHeader_txt{
	color: #000;
	font-weight:bold;
	padding-top:5px;
	width:199px;
	text-align:center;
	padding:0px;
	padding-top:4px;
}
.dragableBox{	
	background-color:#F9FFFF;
	margin:5px;
	border-right:2px solid #AAA;	/* "Shadow "*/
	border-bottom:2px solid #AAA;	/* "Shadow " */
	width:346px;
	float: left;
	margin-top:15px;
}
.dragableBoxHeader{
	background-image: url(images/wdg_header.png);
	background-position:top;
	background-repeat:no-repeat;
	height:35px;
	width:346px;
	margin-top:-15px;
	cursor:move;
}
.dragableBoxHeader_txt{
	color: #000;
	font-weight:bold;
	float: left;
	padding-left:10px;
	padding-top:5px;
}
.dragableBoxHeader_button{
	float: right;
	padding-right:10px;
	padding-top:5px;
}
.rssBox .dragableBoxContent{
	text-align:left;
}
.widgetBox .dragableBoxContent{	
	text-align:center;
}
.rssBox li{
	margin-left:20px;
	list-style-type:disc;
}	
.widget{ /* widget - iframe */
	border-style:none;
	width:98%;
	height:100%;
}
.website{ /* website - iframe */
	border-style:none;
	overflow:scroll;	
	width:98%;
}
.rssNumberOfItems{	/* Number of RSS items in header - the one inside parantheses */
	color:#F00;
}
.dragableBoxStatusBar{	/* Status bar at the bottom of rss boxes */
	border-top:3px double #317082;
	height:14px;
	background-color:#F9FFFF;
	padding:2px;
}
.dragableBoxStatusBar span{
	float:left;
}
.dragableBoxStatusBar .link{
	float:left;
}
.dragableBoxStatusBar .counter{
	float:right;
	font-style:oblique;
	font-weight:bold;
}
#mailAvailable{
	color:red;
}
#header{
	margin-left: 10px;
	margin-top: 8px;
	height:101px;
	margin-right:10px;
}
#header_left{ /* Logo */
	background-position:top;
	background-image: url(images/banner_logo.png);
	background-repeat:no-repeat;
	width:255px;
	height:96px;
	float:left;
}
#header_middle{
	background-image: url(images/banner_line.png);
	background-repeat:repeat-x;
	width:677px;   /* BREITE des Mittel-striches .pagewidth abzgl. 323*/
	height:96px;
	float:left;
}
#header_right{
	background-image: url(images/banner_right.png);
	background-repeat:no-repeat;
	width:48px;
	height:101px;
	float:left;
}
#tabstart{
	background-position:top;
	background-image: url(images/head_menubarleft.png);
	background-repeat:no-repeat;
	width:23px;
	height:34px;
	margin-left:6px;
	float:left;
}	  
#tabs {
	float:left;
	padding-left:0px;
	padding-top:2px;
	margin:0;
	width:913px; /* BREITE des Mittel-striches .pagewidth abzgl. 187*/
	height:34px;
	background-image:url(images/head_menubarmiddle.png);
	font-size:93%;
	background-repeat: repeat-x;
	background-position:top;
}
#tabend{
	background-position:top;
	background-image: url(images/head_menubarright.png);
	background-repeat:no-repeat;
	width:51px;
	height:34px;
	margin:0;
	float:left;
}
#menu{
	margin-left: 10px;
	float:left;
}
#footer{
	padding-top:20px;
	margin-left: 10px;
	margin-right: 10px;
	float:left;
}
#footer_left{
	background-image: url(images/footer_left.png);
	background-repeat:no-repeat;
	width:14px;
	height:40px;
	float:left;
}
#footer_middle{
	background-color: #fff;
	width:952px;
	height:21px;
	float:left;
	padding:0px;
}
#footer_rigth{
	background-image: url(images/footer_right.png);
	background-repeat:no-repeat;
	width:14px;
	height:40px;
	float:left;
}
#footer_middle span, #footer_middle a{
	float:left;
	color:black;
	padding-right:10px;
}
#rectangleDiv{	/* Dotted rectangle indicating where objects will be dropped */
	border:1px dotted red;
	margin:5px;
}
#addNewFeed{	/* The white box at the top right corner where you can add a new RSS feed */
	float:right;
	width:300px;
	background-color:#FFF;
	border:2px solid #317082;
	padding:2px;
	margin-right:2px;
	margin-top:2px;
}
a.button {
    background: transparent url('images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
	width:100px;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}
a.button span {
    background: transparent url('images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}
a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 