h1 {
	padding-bottom: 5px; 
	padding-left: 0px; 
	padding-right: 0px; 
	padding-top: 10px;
	text-transform: none;  
	color: #006699; 
	font-size:20px;
}

h2 {
	padding-bottom: 5px; 
	padding-left: 0px; 
	padding-right: 0px; 
	padding-top: 10px;
	text-transform: none;  
	color: #006699; 
	font-size: 16px;
}

h3 {
	text-transform: none; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #006699; 
	font-size: 13px;
	padding-top: 1.2em;
}

h4 {
	text-transform: none; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight:bold;
	padding-top: 1.8em;
}

a {text-decoration: underline;}
a:link {color: #006699;}
a:visited {color: #006699;}
a:hover {color: #999;}
a:active {
	color: #006699;
}

a .artikel1link { 
	/*font-weight:bold;*/
}


#main {			
	background: #ffffff;
	margin-right:5px;
	/*margin-top: 20px;*/
}


p {
	padding-top: 1em;
	display: block;
}


#content {
	background:#FFF;
	background-color: #FFF;
	display: block;
}

#contentTop {
	background: #FFF;
	min-height: 400px;
	margin-left: 5px;
}

.imgRight {
	text-align:right;
}

#contentBottom {
	margin-top: 20px;
	background: #ffffff;
	border: 1px solid #AAAAAA;
	margin-left: 5px;
}

/* table content pressespiegel*/
table .pressespiegel {
	width: 600px; 
	color:#000000;
}

tr .pressespiegel_spalte {
	width: 250px;
}

.info {
	font-family: Arial, Helvetica, sans-serif; 
	color: #006699; 
	font-size: 13px
}

.text {
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000; 
	font-size: 11px
}

.bildtitel {
	display:block;
	font-family: Arial, Helvetica, sans-serif; 
	color: #333333; 
	font-size: 10px;
	/*width: 310px;*/
}

#iconsDL {
	/*width: 100%;*/
	height: 96px;
	margin: 5px 0 0 5px;
}

#iconsDL div{
	float: left;
	margin-right: 5px;
}

ul {
	margin: 1.1em 0 0.9em 0;
}

.floatl{float:left;}
.floatr{float:right;}
.widthr{width:300px;}
.widthl{width:259px;}
.width230{width:230px;}
.bumpright{position:relative;left:17px} /* mac ie5.x doesn't like position relative */

table {
	width: 100%;
}

tr {
	height: 22px;
}

td {
	padding: 0 10px 0 10px;
	vertical-align: middle;
}	

.grey, .grey td{
	background-color:#CCCCCC;
}

#screenshot{
	position:absolute;
	border:2px solid #009ee0;
	background:#fff;
	padding:5px;
	display:none;
	color:#fff;
	}
	
	
	.formtable{
	width: 100%;
	border: 0;
}

.formtable {
	margin: 0;
	padding: 0;
}

.formtable tr td {
	vertical-align:top;
	padding: 0px;
}

.formtable tr td h2{
	text-align:center;
}

.formtable tr th {
	font-weight: bold;
	text-align:center;
	vertical-align:top;
	border-bottom: 1px #009 dotted;
        line-height:2em;
        background:#fff url(../images/gradient.gif) repeat-x 0 -20px;
	color:#114477;
}

.table_id {
	width: 50px;
}

.table_title {
	width: *;
}

.table_100 {
	width: 100px;
}

.table_username {
	width: 75px;
}

.table_status {
	width: 75px;
}

.table_action {
	width: 80px;
}

.overviewArticle {
	text-align:center;
	border: 1px #EEE dotted;
	background: #FCFCFC;
}

.overviewArticle_transparent {
	text-align:center;
	border: 1px #EEE dotted;
	background: #FCFCFC;
}

.overviewArticle_transparent img {

	margin: 0;
	padding: 0;
}

.overviewArticle img {

	border: 1px #7ba8d6 solid;
	margin: 0;
	padding: 0;
}

.italic {	
	font-style:italic;
	color: #999;
}


.formlabel {
	font-weight: bold;
	text-align:right;
	vertical-align:top;
	width:140px;
}

.formrow {
	text-align:left;
	vertical-align:top;
	width:160px;
}

.formlabelSmall {
	font-weight: bold;
	text-align:right;
	vertical-align:top;
	width:70px;
}

.message {
	font-style:italic;
	font-weight:bold;
	color:#2D5AC3;
	font-size:14px;
	width:100%;
	border-bottom: 1px #333 solid;
	text-align:center;
	margin-bottom: 25px;
}



#signupForm, #loginform { width: 100%; }
#signupForm fieldset p, #loginform fieldset p {
	list-style: none;
	padding: 5px;
	margin: 0;
}
#signupForm fieldset label, #loginform fieldset label { width: 150px; display: inline-block;}
#signupForm label.error, #loginform label.error {
	margin-left: 10px;
	width: auto;
	display: inline;
}
form.cmxform {
	width: 370px;
	color: #333;
}

form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic;
}
div.error { display: none; }
input {	border: 1px solid black; }
input.checkbox { border: none }
input:focus { border: 1px dotted black; }
input.error { border: 1px dotted red; }
form.cmxform .gray * { color: gray; }

.cyan_table {
        
        border-right: 1px solid #0cf;
        border-bottom: 1px solid #0cf;
        background-color:#FFF;
        margin: 10px;
        width:475px;
      }
      
      .cyan_table caption {
        color:#0cf;
        text-align:left;
        font-size: 14px;
        font-weight:bold;
        margin: 5px 0;
      }
      
      .unten i{
        font-size: 10px;
        margin: 5px;
      }
      
      .cyan_table td{ 
        border-left: 1px solid #0cf;
        border-top: 1px solid #0cf;
        font-size: 11px;
        width:110px;
      }
      
      .cyan_table td.bold {
        font-weight:bold;
      }
			
			
.search_marker {
	background-color:#0F0;	
}