/* @override http://localhost/DVPT/VoIP/website/www_entwicklung/css/dvpt_styles.css */

/*+++++++++++++++++++++++++++++++++++++++++++++++
DVPT Styles by Josip Pusic 2006
++++++++++++++++++++++++++++++++++++++++++++++++*/
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #595959;
	background: #f2f2f2 url(../pics/cloudTags.png) fixed;
}
a {
	color: #006699;
}
a:link {
	color: #006699;
}
a:hover {
	color: #006699;
	text-decoration: none;
}
/***********************************************
Seite + globale Elemante
************************************************/
#container {
	margin: 0 auto;
	width: 768px;
}
font {
	font-size: 11px;
}
h1, h2 {
	display: none;
}
h3 {
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 11px;
}
.titel {
	font-size: 14px;
}
h4 {
	margin-bottom: 0px;
	margin-top: 12px;
	font-size: 11px;
}
.text{
	padding: 10px 10px 10px 10px;
}
p {
	margin-top: 0px;
}
ul {
	margin: 0px 0 10px 30px;
	padding: 0;
}
.linkliste{
	margin: 5px 0 10px 0px;
	text-indent: 0px;
	list-style-type: none;
}
.linkliste li {
	/*border-bottom: 1px solid #e9e9e9;*/
	padding: 5px 0px 0 10px;
}
.linkliste li a {
	display: block;
	line-height: 15px;
}
.linkliste li a:hover {
	background: #f5f5f5;
	text-decoration: none;
}
.markUp {
	border-top: 1px solid #006699;
	border-bottom: 1px solid #006699;
	padding: 4px;
	margin: 5px 0 0 0;
}
.red {
	color:#FF0000;
}
.green {
	color:#009900;
}
.wolffMedium {
	font-size:14px;
}
.wolffBig {
	font-size:18px;
}
.wolffXbig {
	font-size:22px;
}
.wolffFett {
	font-weight: bold;
}
/***********************************************
	Kopfzeile inkl. Navigation
************************************************/
#header {
	width: 766px;
	height: 85px;
	border-color: #333333;
	border-left: 1px solid;
	border-right: 1px solid;
}
#logo {
	margin: 13px 0 0 18px;
}
#leiste {
	background: url(../pics/header_leiste.gif) no-repeat;
	width: 768px;
	height: 15px;
	margin-bottom: 0px;
}
#naviTop { 
	text-align: center;
	height: 45px;
}
#naviTop img { 
	margin: 0 1px 0 1px;
}
/***********************************************
	Linke Spalte
************************************************/
#leftColumn {
	float: left;
	margin-right: 7px; 
}
.topicHead, .teaserHead {
		background: url(../pics/subnavi_head.gif) no-repeat;
	width: 169px;
	height: 18px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding: 3px 10px 0 10px;
}
.topicContent, .teaserContent {
	background-color: #ffffff;
	width: 187px;
	border: 1px solid #595959;
}
.subnaviHead {
	background: url(../pics/topic_head.gif) no-repeat;
	width: 169px;
	height: 18px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding: 3px 10px 0 10px;
}
.subnaviContent {
	background-color: #e9e9e9;
	width: 187px;
	border: 1px solid #595959;
}
.subnavi {
	margin: 5px 0 10px 0px;
	list-style-type: none;
	text-indent: 10px;
}
.subnavi li {
	border-bottom: 1px solid #e9e9e9;
	padding: 5px 0px 0 0px;
}
.subnavi li a {
	display: block;
	line-height: 15px;
}
.subnavi li a:hover {
	background: #f5f5f5;
	text-decoration: none;
}
.subnavi li a:active {
	background: #DEDEDE;
	text-decoration: none;
	color: #595959;
}
.activeLink {
	background: #ffffff;
	text-decoration: none;
	color: #595959;
}
.topicFoot, .teaserFoot {
	background: url(../pics/topic_foot.gif) no-repeat;
	width: 189px;
	height: 10px;
	font-size: 8px;
	margin-bottom: 8px;
}
.topicContent img, .teaserContent img {
	text-align: center;
	margin-bottom: 5px;
}
#logos {
	margin-top: 10px;
}
#logos img {
	padding: 5px 0px 10px 10px;
}
/***********************************************
	Content Spalte
************************************************/
#middleColumn {
	float: left;
}
.contentHead {
	background: url(../pics/content_s_head.gif) no-repeat;
	width: 357px;
	height: 18px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding: 3px 10px 0 10px;
}
.contentLargeHead {
	background: url(../pics/content_m_head.gif) no-repeat;
	width: 551px;
	height: 18px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding: 3px 10px 0 10px;
}
.contentBox {
	background-color: #ffffff;
	width: 375px;
	border: 1px solid #595959;	
}
.contentLargeBox {
	background-color: #ffffff;
	width: 569px;
	border: 1px solid #595959;	
}
.contentBox img {
	margin: 0;
}
.contentFoot {
	background: url(../pics/content_s_foot.gif) no-repeat;
	width: 377px;
	height: 10px;
	margin-bottom: 8px;
}
.contentLargeFoot {
	background: url(../pics/content_m_foot.gif) no-repeat;
	width: 571px;
	height: 10px;
	margin-bottom: 8px;
}
/***********************************************
	Formulare
************************************************/
form {
	padding: 0px 0px 20px 0px;
	margin-top: 0px;
}
input, select, textarea { 
	font-size: 11px;
	margin: 6px 10px 0 0px;
}
.largeInput {
	width: 167px;
}
.mediumInput {
	width: 118px;
}
.check, .radio {
	margin-right: 2px;
}
.button {
	background-color:#007aa5;
	color:#ffffff;
}
.formular {
	width: 305px;
}
.trennlinie {
	width: 100%;
	height: 1px;
	color:#007aa5;
}
.trennbereich {
	background: #EFEFEF;
	padding: 0 10px 0 10px;
}
.spaceRow {
	height: 12px;
}
.textNachricht {
	width: 300px;
	height: 120px;
}
.inputerror {
  color:#990000;
}
.benefitBox {
	width: 150px;
}
.benefitList {
	margin:0;
	list-style: none;
}
.benefitList li {
	display: inline;
	margin: 0;
	padding: 0;
	float: left;
}
.mytext {
	width:300px;
	height:100px;
}
.notes {
	width:300px;
	height:50px;
}
/***********************************************
	Preisliste
************************************************/
#preisliste {

}
#preisliste td {
	padding: 2px 4px 1px 6px;
	margin: 0px;
	vertical-align:top;
	border: 1px solid #FFFFFF;
}
.darkRow {
	background-color: #b4cfdf;
}
.lightRow {
	background-color: #e0ebf2;
}
.priceCell {
	text-align: right;
	width: 85px;
}
.priceBlackCell {
	background-color: #66a2c0;
	text-align: right;
	color:#FFFFFF;
	width: 85px;
}
.priceHead {
	background-color: #66a2c0;
	font-weight: bold;
	color:#FFFFFF;
}
.tableText {
	background-color: #ebeced;
}
/***********************************************
	Teaser Spalte
************************************************/
#rightColumn {
	float: right;
}
/***********************************************
	Sponsoren-Zeile
************************************************/
.fullWidthHead {
	background: url(../pics/full_width_header3px.gif) no-repeat;
	clear: both;
	width: 768px;
	height: 3px;
	font-size: 2px;
	padding: 0;
}
.fullWidthBox {
	background-color: #ffffff;
	width: 766px;
	border: 1px solid #595959;
	border-top: 0px;

}
.fullWidthBox img {
	margin: 0;
}
.fullWidthFoot {
	background: url(../pics/full_width_foot.gif) no-repeat;
	width: 768px;
	height: 10px;
	margin-bottom: 8px;
}
.fullWidthBox table {
	width: 100%;
	border: 0px;
	text-align: center;
}
.fullWidthBox p {
	margin: 0 0 0 10px;
}
/***********************************************
	Fu�zeile
************************************************/
#footer {
	background: url(../pics/footer_bg.gif) no-repeat;
	clear: both;
	width: 768px;
	height: 21px;
	font-size: 90%;
	text-align: center;
	color: #333333;
	padding: 5px 0px 0px 0px;
}
#footer a {
	color: #333333;
}
#footer a:link {
	color: #333333;
}
#footer a:hover {
	color: #006699;
	text-decoration: underline;
}
#copy {
	position: relative;
	top: -14px;
	float: right;
	display: inline;
	text-align: right;
	font-size: 11px;
	margin: 0 10px 0 0;
}
/***********************************************
	Daten�berpr�fung
************************************************/
.checkData td {
	text-align:left;
	padding: 2px 10px 1px 0px;
}
.leftDataCol {
	width: 30px;
}
/***********************************************
	Editiermodus
************************************************/
#adminDiv {
	position:absolute;
	left:30%;
	top:140px;
	width:500px;
	height:460px;
	display:none;
}
#adminEbene {
	width: 500px;
	height: 100%;
	margin: 0px 0 0 0px;
}
.editContentHead {
	background: url(../pics/content_s_head.gif) no-repeat;
	margin: 10px 0 0 10px;
	width: 380px;
	height: 18px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding: 2px 0px 0 6px;
}
.editContentHead input {
	margin: 0px;
	width: 250px;
	height: 13px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding: 0px 0px 0 5px;
}
.editContentBox {
	margin: 0px 0 10px 10px;
	padding: 0px 0 0px 0px;
	width: 453px;
	height: 350px;
	border: 0px solid #595959;	
}
.editContentBox textarea {
	background-color: #ffffff;
	margin: 0 0 0 0;
	height:300px;
	width:430px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.editTeaserHead {
	background: url(../pics/topic_head.gif) no-repeat;
	margin: 10px 0 0 10px;
	width: 280px;
	height: 18px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding: 2px 0px 0 6px;
}
.editTeaserHead input {
	margin: 0px;
	width: 150px;
	height: 13px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding: 0px 0px 0 5px;
}
.editTeaserContent {
	margin: 0px 0 0 10px;
	padding: 0px 0 0px 0px;
	width: 453px;
	height: 350px;
	border: 1px solid #595959;	
}
.editTeaserContent textarea {
	background-color: #ffffff;
	margin: 0 0 0 0;
	height:300px;
	width:430px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.editTopicHead {
	background: url(../pics/topic_head.gif) no-repeat;
	margin: 10px 0 0 10px;
	width: 280px;
	height: 18px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding: 2px 0px 0 6px;
}
.editTopicHead input {
	margin: 0px;
	width: 150px;
	height: 13px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding: 0px 0px 0 5px;
}
.editTopicContent {
	margin: 0px 0 0 10px;
	padding: 0px 0 0px 0px;
	width: 375px;
	height: 350px;
	border: 1px solid #595959;	
}
.editTopicContent textarea {
	background-color: #ffffff;
	margin: 0 0 0 0;
	height:300px;
	width:330px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#editButtons {
	width: 460px;
	margin: 0px 0 0px 0px;
	padding: 0px 0 20px 0px;
	text-align: right;
}
/***********************************************
rssFeed
************************************************/
.rssFeed {
	margin: 0;
	padding: 0px 0px 10px 0px;
	list-style: none;
}
.rssFeed li{
	border-bottom: 1px solid #dddddd;
}

.rssFeed a {
	display: block;
	text-decoration: none;
	color: #595959;
	padding: 8px 0 8px 0px;
}

.rssFeed li a:hover{
	color: #006699;;
}


/***********************************************
Testimonials Ticker
************************************************/
#testimonialTicker {
	position:relative;
	top:10px;
}
#ticker_area {
	position:relative;
	height:100px;
	overflow:hidden;
}
/***********************************************
	Bildgalerie
************************************************/
.gallerieThumb{

}
#imgHost {

}
.zoomImg{
	border: 1px solid;
	border-color: #006699;
}
#previewHost {
	margin-bottom: 5px;
	border-bottom: 2px solid;
	height: 100px;
	overflow: auto;
}
.preview {
	border: 1px solid;
	border-color: #006699;
	cursor: pointer;
}
#image_description{
	width: 530px;
	height: 50px;
	padding: 10px 10px 10px 10px;
	overflow: auto;
	font-size: 12px;
	border: 0px;
}

/***********************************************
	Vorträge
************************************************/
.vortrag{
	padding: 0 10px 20px 10px;
	/*margin: 0 0 20px 0;
	background: #f2f2f2;*/
}
.vortrag h3{
	padding: 15px 0 5px 0;	
}
.vortrag li{
	margin: 5px 0 5px 10px;
	list-style-type: none;
}
.vortrag ul {
	margin: 0;
	padding: 0;
}
/***********************************************
	Adminbereich
************************************************/
form {margin:0px; padding:0px; font: 11px Arial, Verdana, sans-serif;}
		#ct_navigation {width:100%; height:17px; border-top:1px solid #ffffff; border-bottom:1px solid #999999; background:#288fb3;}
		#ct_navigation_nobr {width:100%;}
		#ct_nav_main {float:left; display:inline; padding-left:20px;}
		#splitpipe {float:left; display:inline; font-weight:bold; font-size:11px; color:#c1d0ec; line-height:17px;}
		#ct_nav_service_part_i {float:left; display:inline; padding-left:16px;}
		#nav_selectbox {float:left; display:inline; padding-left:95px; width:142px;}
		ul#nav_main_list {margin:0px; padding:2px 0px 0px 0px; display:inline; white-space:nowrap;}
#nav_main_list li {
		margin:0px; 
		padding:3px 8px 0px 0px; 
		display: block;
		float:left; 
		list-style-type:none; 
		font:bold 11px Arial, Verdana, sans-serif;
		height:15px;
		line-height:12px;
}
		#nav_main_list a { margin:0px; padding:0px;}
		#nav_main_list a:link, #nav_main_list a:visited {color:#ffffff; background-color:#288fb3; text-decoration:none;}
		#nav_main_list a:hover {color:#c1d0ec; background-color:#288fb3; text-decoration:none;}
		#nav_main_active a:link, #nav_main_active a:visited, #nav_main_active a:hover {color:#c1d0ec; background-color:#288fb3; text-decoration:none;}
		ul#nav_service_part_i_list {margin:0px; padding:2px 0px 0px 0px; display:inline; white-space:nowrap;}
		#nav_service_part_i_list li {margin:0px; padding:3px 16px 0px 0px; display:inline; list-style-type:none; font:11px Arial, Verdana, sans-serif; line-height:17px;}
		#nav_service_part_i_list a { margin:0px; padding:0px;}
		#nav_service_part_i_list a:link, #nav_service_part_i_list a:visited {color:#ffffff; background-color:#288fb3; text-decoration:none;}
		#nav_service_part_i_list a:hover {color:#c1d0ec; background-color:#288fb3; text-decoration:none;}
		#nav_service_part_i_list_active a:link, #nav_service_part_i_list_active a:visited, #nav_service_part_i_list_active a:hover {color:#c1d0ec; text-decoration:none;}

		table.contentTable {
			border-top			: 1px solid #335CAC;
			border-bottom		: 1px solid #335CAC;
			cursor				: default;
			background-color	: white;
			width				: 100%;
		}

		table.contentTable thead {
			background			: #AEC4EF;
			font-weight			: bold;
			color				: black;
		}
		.notes {
			width:300px;
			height:50px;
		}
/***********************************************
	Aufklappmenü
************************************************/
#nav_main_list li li a {
	display: block;
	font-weight: normal;
	padding: 2px 10px;
	width: 100px;
}

#nav_main_list li li a:hover {
	
}

#community ul {
	display: none;
	position: absolute;
	padding: 0;
	border-left: 1px solid #7d6340;
	border-right: 1px solid #7d6340;
	background-color:#FFFFFF;
}
#community {
	position:relative;
}
#community ul {
	top: 18px;
	left: -40px;
	width: 100px;
}

#nav_main_list li li {
	padding:0px;
	float: none;
}

#community:hover ul, li.over ul {
	display: block;
}

#exhibitormenu ul, #specialmenu ul, #programmenu ul {
	display: none;
	position: absolute;
	padding: 0;
	border-left: 1px solid #7d6340;
	border-right: 1px solid #7d6340;
	background-color:#FFFFFF;
}
#exhibitormenu, #specialmenu, #programmenu {
	position:relative;
}
#exhibitormenu ul, #specialmenu ul, #programmenu ul {
	top: 18px;
	left: -40px;
	width: 100px;
}

#exhibitormenu:hover ul, li.over ul {
	display: block;
}

#specialmenu:hover ul, li.over ul {
	display: block;
}

#programmenu:hover ul, li.over ul {
	display: block;
}
