/* Structure */

body {
	margin: 0;
	padding: 0;
	background-color: #494A4E;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#mainframe {
	width: 806px;
	margin: auto;
	background: url(fileadmin/central/gfx/bg_mainframe_iphonedevcon.gif) repeat-y;
	padding: 0 9px 0 10px;
}

#header{
	height: 119px;
	background: url(fileadmin/central/gfx/iPhoneDevCon-Header.jpg) no-repeat;
	text-align: left;
}

.topbanner {
	float: right;
	margin: 30px 10px 0 0;
}

#left {
	width: 145px;
	margin: 0 10px;
	float: left;
}

#content {
	width: 420px;
	float: left;
	padding-bottom: 20px;
}

#content.wide {
	width: 610px;
	float: left;
}


#right {
	width: 200px;
	margin-right: 10px;
	float: right;
	padding-bottom: 20px;
}

#ads-left{
	text-align: center;
	padding-top: 10px;
}

#ads-left div{
	margin-left: auto;
	margin-right: auto;
}


/* Navi */

#navi {
	background-color: #64666C;
	border-bottom: 2px solid #000000;
	margin: 0;
	text-align: right;
	padding: 3px 8px 3px 0;
	margin-bottom: 10px;
}

#navi li a {
	color: #FFFFFF;
	text-decoration: none;
}

#navi li {
	color: #FFFFFF;
	list-style: none;
	display: inline;
	padding: 0 2px;
}

#navi li.active a {
	color: #85BACE;
}

#navi li a:hover {
	color: #85BACE;
}


/* Menu */

#menu {
	margin: 0;
	padding: 0;
}

#menu li {
	list-style: none;
	padding-bottom: 2px;
	margin-bottom: 2px;
	border-bottom: 1px dotted #777777;
}

#menu li ul{	
	margin: 5px 0 0 20px;
	padding-left: 0;	
}

#menu li ul li{
	list-style: square;
	padding-bottom: 2px;
	margin-bottom: 2px;
	border-bottom: 0;
	padding-left: 2px;
}

#menu li a,
#menu li.active ul li a{
	color: #777777;
	text-decoration: none;
}

#menu li.active a,
#menu li a:hover,
#menu li ul li.subActive a,
#menu li ul li.subSubActive a{
	color: #CC6699;
}


/* Allgemein */

img {
	border: 0;
}

.clear {
	clear: both;
}


/* F�r css_styled content */
li, ol, ul, .bodytext, .align-justify {
	font-size: 11px;
	color: #000000;
}

.align-justify{
	text-align: justify;
}

/* F�r css_styled content */
p {
	margin: 4px 0px 2px 0px;
}

/* F�r css_styled content */
#content ul {
	list-style: square;	
	color: #000000;
}

ol {
	color: #000000;
}



/* F�r css_styled content */
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #CC6699;
}

/* F�r css_styled content */
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #555555;
}

/* F�r Login */
h3 {
	font-size: 18px;
	font-weight: bold;
	color: #66CCFF;
}


label {
	font-size: 11px;
	color: #000000;
}

.ticker {
	font-size: 13px;
	color: #777777;
}

.created {
	font-size: 11px;
	color: #777777;
}

form {
	display: inline;
}

a {
	color: #66CCFF;
	text-decoration:underline;
}


div#right div.sponsor-block img{
	margin: 0 5px 5px 0;
}

dd.csc-textpic-caption{
   font-style: italic;
   font-size: 10px;
}

div.csc-frame.csc-frame-rulerAfter{
	border-bottom: 1px dotted #777777;
	clear: both;
}

.akkordeon {
				display: block;
				border: 1px solid black;
				background-color: #DDDDDD;
				padding: 5px;
				color: black;
				text-decoration: none;
				margin-top: -1px;
			}
			.akkordeon.selected {
				background-color: white;
			}

.akkordeonContent img{
	float: right;
	margin: 0 10px 10px 0; 
}

.align-center{
	text-align: center;
}

/* liScroll style declarations */

.tickercontainer { /* the outer div with the black border */
border: 1px solid #000;
border-left: 0;
border-right: 0;
background: #fff; 
width: 420px; 
height: 27px; 
margin: 0; 
padding: 0
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 10px;
top: 8px;
width: 400px;
overflow: hidden;
}
#content ul.newsticker { /* that's your list */
position: relative;
left: 450px;
font: bold 10px Verdana;
list-style-type: none;
margin: 0;
padding: 0;

}
#content ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
background: #fff;
 list-style: none;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #ff0000;
font: bold 10px Verdana;
margin: 0 50px 0 0;
} 
ul.newsticker span { 
 color: #777777;
} 

.tx-pbsurvey-pi1 .question{
	font-size: 12px;
}

.survey_item{
	font-size: 11px;
}

.questionComment{
	margin: 10px 0;
}

legend {
	white-space:normal;
}

.cfp-attribute-select select,
.cfp-attribute-text-input input,
.cfp-attribute-text-input textarea{
	width: 160px;
	font-size: 10px;
}

#content table#call-for-paper td{
	padding: 0 10px 10px 0;
}

#content table#call-for-paper td h2{
	margin: 15px 0 0 0;
	font-size: 14px;
	font-weight: bold;
}

#content table#call-for-paper td h4{
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
}

div.message-warning{
	border: 2px solid red;
	padding: 5px;
	color: red;
	margin-bottom: 10px;
}

#content div.message-warning h2{
	font-size: 12px;
	color: red;
	font-weight: bold;
	margin-bottom: 5px;
}

#content div.message-warning ul li{
	color: red;
}
