/*********** COLORS ****************/

/* pink = #CC0099;
   blau = #003399;  
   gelb = #CCFF00;
   weiß = #FFFFFF;
   hellgelb = #f5feb7; */

/*********** MAIN ****************/

.main {
	background-color: #003399;
}

#navi {
	padding-top: 15px;
	padding-bottom: 10px;
}

body {
	font-family: Arial, Verdana, Helvitca, sans-serif;
	font-size: 11px;	
	color: #CCFF00;
	margin: 0;
	padding: 0;
	margin-top: 3;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#floatingPan {
	float: left;
}

iframe {
	background-color: #003399;
	padding: 0;
	margin: 0;
	border: none;
	border-top: 1px dashed #FFFFFF;
	margin-right: 5px;
	margin-left: 3px;
}
.iframeLeft{
	border-right: 1px dashed #FFFFFF;
}

.iframeRight{
	border-left: 1px dashed #FFFFFF;
}

.textfield {
	width: 110px;
	height: 16px;
	border: none;
	color: #003399;
	font-size: 11px;	
	margin-right: 13px;
}

.textarea { 
	overflow:auto;
}

.button {
	background-color: #CCFF00;
	color: #003399;
	border: none;
	font-size: 11px;
	width: 100px;
}

label {
	margin-top: 5px;
	color: #CCFF00;
	padding: 2px;
	font-size: 11px;
	display: block;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:link{
	color: #FFFFFF;
	text-decoration: none;
}

a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

a:active{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover{
	color: #CCFF00;
	text-decoration: none;
}

.checkbox{
	width: 10px;
	height: 10px;
	margin-right: 3px;
}

.radio{
	width: 10px;
	height: 10px;
	margin-right: 3px;
}

/*********** Header ****************/

#header {
	position: relative;
	width: 940px;
	height: 40px;
	padding-left: 12px;
}

h1 {
	font-size: 30px;
	font-weight: bold;
	display:inline;
	margin-left: -2px;
}

.buttonTracking {
	position: absolute;
	background-color: #CCFF00;
	color: #003399;
	border: none;
	font-size: 11px;
	width: 100px;
	position: absolute;
	bottom: 10px;
	right: 115px;
}

.buttonHelp {
	position: absolute;
	background-color: #CCFF00;
	color: #003399;
	border: none;
	font-size: 11px;
	width: 100px;
	position: absolute;
	bottom: 10px;
	right: 231px;
}

/*********** LOGGING ****************/

.inputLogin {
	display: block;
 	width: 150px;
 	border: none;
}

.buttonLogin {
	margin-left: 51px;
	background-color: #CCFF00;
	color: #003399;
	border: none;
	font-size: 11px;
	width: 100px;
}

.buttonLogout {
	position: absolute;
	display:inline;
	background-color: #CCFF00;
	color: #003399;
	border: none;
	font-size: 11px;
	width: 100px;
	float:right;
	right: 0px;
	bottom: 10px;
}

#containerLogging{
	width: 30em;
	height: 25em;
	background-color: #003399;
    max-width:500px;
    margin:0 auto;
	padding-top: 15em;
	padding-left: 8em;
}

/*********** SIDEBAR ****************/

#sidebar{
	padding-left: 10px;
	width: 310px;
	float: left;
}

#sidebar select {
	color: #003399;
	border: none;
	font-size: 11px;
	width: 112px;
	margin-right: 10px;
}

form {
	margin:0;
	padding:0;
	display:inline;
}

#sidebar p{
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
}

#optionsTopLeft {
	position: relative;	
	margin-top: 17px;	
	width: 123px;
	float: left;
	font-size: 11px;
	height:60px;
}

#optionsTopRight {
	margin-top: 17px;	
	position: relative;
	width: 160px;
	font-size: 11px;
	float: left;
	height:60px;
}

#optionsLeft {
	width: 110px;
	float: left;
}

#optionsRight {
	margin-left: 12px;
	width: 175px;
	float: left;
}

#optionsRubOrd {
	font-size: 11px;
}

#optionsRubOrd label {
	border-bottom: 1px solid #FFFFFF;
	text-transform: lowercase
}

#optionsTable label {
	border-bottom: 1px solid #FFFFFF;
	text-transform: lowercase
}

/*********** Tracking ****************/

#tracking {
	margin-left: 12px;
	border-top: 1px dashed #FFFFFF;
	margin-right: 12px;
	padding-top: 5px;
	width: 300px;
	
}

hr {
	background-color: #CCFF00;
	color: #CCFF00;
	border: 1px solid #CCFF00;
	margin-top: 2px;
	padding: 0;
	width: 275px;
	text-align: left;
}

#project {
	font-weight: bold;
	padding: 5px;
}

#tracking p {
	margin-right: 15px;
	font-weight: normal;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 4px;
	padding-left: 6px;
}

#tracking span {
	font-weight: bold;
}

#tracking select {
	color: #003399;
	border: none;
	font-size: 11px;
	width: 112px;
	margin-right: 10px;
}

.buttonTrackSubmit {
	background-color: #CCFF00;
	color: #003399;
	border: none;
	font-size: 11px;
	width: 100px;
	margin-left: 180px;

}

.buttonTrackShow {
	background-color: #CCFF00;
	color: #003399;
	border: none;
	font-size: 9px;
	width: 66px;
	margin-left: 5px;	
	display: inline;
	height: 15px;
}

#trackingButton{
	text-align: right;
	margin-top: 10px;
}

#tracking textarea {
	margin-bottom: 10px;
	height: 150;
}

h2 {
	margin-left: 12px;
	font-size: 30px;
	font-weight: bold;
	display: inline;
}

#projectHeader{
	border-top: 1px solid #FFFFFF;
	width: 275;
	padding-left: 3px;
}

/*********** CONTENT ****************/

#mainContent {
	border-top: 1px solid #FFFFFF;
	margin-left: 10px;
	margin-top:	5px;
	margin-bottom:10px;
	width: 630x;
	padding-left: 13px;
	padding-bottom: 5px;
	padding-top: 5px;
	float:left;
}

#content {
	margin-left:15px;
	margin-top: 4px;
	width: 500px;
	float:left;
}

#contentEntry {
	margin-left:15px;
	margin-top: 4px;
	width: 370px;
	float:left;
}

#singleContent {		
	width: 230px;
	float:	left;
}

#contentButtons {
	margin-top: 7px;
	float: left;	
	width: 50px;
}

.buttonContent {
	margin-bottom: 5px;
	background-color: #CCFF00;
	color: #003399;
	border: none;
	font-size: 9px;
	width: 50px;
	height: 15px;	
}

#contentHeader {
	border-bottom: 1px solid;
	margin-left: 60px;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-left: 12px;
	padding-bottom: 5px;
	font-weight: bold;
	width:500px;
	float:left;
}

#singleEntry {
	float:left;	
	width: 185px;
}

#contetOptions {
	width: 300px;
}

#footerEdit {
	float: left;
	padding-top: 15px;
	margin-left: 400px;
}

.textfieldEdit {
	width: 175px;
	height: 17px;
	border: none;
	color: #003399;
	font-size: 11px;	
}

#msg {
	margin-left: 23px;
	margin-top:15px;
}

#singleEntry select {
	color: #003399;
	border: none;
	font-size: 9px;
	width: 175px;
	display: inline;
	height: 17px;
}

#singleEntry label{
	text-transform: uppercase
}

#bigText textarea{
	width: 359px;
	height: 100px;
}

#options {
	float:left;
	width:140px;
}

#bigText {
	float: left;
	width: 364px;
}

/* \ */
* html div#bigText 
{ 
    height: 1%; 
    overflow: visible; 
}
/* */
