/**************************************************************************
***************************************************************************
***************************************************************************

styles used by dubsite

***************************************************************************
***************************************************************************
**************************************************************************/

/**************************************************************************
diverse
**************************************************************************/
.dub_preview {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #cccccc;
	clear: both;
}
.dub_detail {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
}
.dub_title,
.dub_title a,
.dub_title a:visited,
.dub_title a:active {	
	margin-bottom: 10px;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
	color: #666666; 	
}
.dub_subtitle,
.dub_subtitle a,
.dub_subtitle a:visited,
.dub_subtitle a:active {
	margin-bottom: 0px;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}
.dub_byline {	
	font-size: 8pt; 
	font-weight: bold;
	color: #999999; 
}
.dub_author {
	font-size: 8pt; 
	font-weight: normal;
	font-style: normal;
	color: #999999; 
}
.dub_date {	
	font-size: 8pt; 
	font-weight: normal;
	font-style: normal;
	color: #999999; 
}
.dub_image_left {
	margin: 0px 10px 10px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #999999;	
	float: left;
	display: block;
}
.dub_image_right {
	margin: 0px 0px 10px 10px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #999999;
	float: right;
	display: block;
}
.dub_link,
.dub_link:visited,
.dub_link:active {	
	font-size: 9pt;
	font-weight: normal;
	text-decoration: underline;
	color: #666666;
}
.dub_active {
	color: #00aa00;
}
.dub_inactive {
	color: #cc0000;
}
.dub_pending {
	color: #dddd00;
}
div.dub_console {
	margin: 0px 0px 10px 0px;
	padding: 5px; 
	border: 1px solid #dddddd; 
	background: #f7f7f7;
	clear: left;
}
div.dub_error_box {	
	margin: 0px 0px 15px 0px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #D93E3E;
}
div.dub_error {
	padding: 0px 0px 0px 0px;
	font-size: 8pt;
	color: #D93E3E;
}
div.dub_message_box {
	margin: 0px 0px 15px 0px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #2D994E;
}
div.dub_message {
	padding: 0px 0px 0px 0px;
	font-size: 8pt;
	color: #2D994E;
}
/**************************************************************************
switch-group
**************************************************************************/
fieldset.dub_group_on {
	border: 1px solid #dddddd;
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 15px 0px;
	background: #f7f7f7;
}
fieldset.dub_group_off {
	border: 1px solid #dddddd;
	padding: 0px 0px 15px 0px; 
	margin: 0px 0px 15px 0px;
	background: #f7f7f7;
}
legend.dub_group_on {
	margin: 0px 0px 0px 5px;
	padding: 0px 5px 0px 5px;
}
legend.dub_group_off {
	margin: 0px 0px 0px 5px;
	padding: 0px 5px 0px 5px;
}
legend a.dub_group_on {
	padding: 0px 0px 0px 0px;
	font-size: 9pt;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
legend a.dub_group_off {
	padding: 0px 0px 0px 0px;
	font-size: 9pt;
	color: #666666;
	font-weight: bold;
	text-decoration: underline;	
}
div.dub_group_on {
	padding: 10px 10px 10px 10px;
	display: block;	
}
div.dub_group_off {
	display: none;		
}
/**************************************************************************
formular
**************************************************************************/
input.dub_xsmall {
	width: 30px;
}
input.dub_small {
	width: 70px;
}
input.dub_medium {
	width: 140px;
}
input.dub_big {
	width: 300px;
}
textarea.dub_small {
	width: 500px;
	height: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
textarea.dub_medium {
	width: 500px;
	height: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
textarea.dub_big {
	width: 800px;
	height: 450px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

/**************************************************************************
***************************************************************************
***************************************************************************

custom styles

***************************************************************************
***************************************************************************
**************************************************************************/


/* general styles */

body {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0; 
	padding: 0;
	color: #72726E;
}

p {
	color: #72726E;
	margin:0 0 10px 0;
}

h1 {
	font-size: 15px;
	color:#353723;
	margin-bottom:10px;	
}

h1 em {
	color:#FF6600;
	font-style:normal;
}

a {
	color:#FF6600;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:focus {
 -moz-outline: none; 
 outline: none; 
 ie-dummy: expression(this.hideFocus=true)
}

.float {
	float:left;
	margin-right:20px;
	margin-bottom:16px;
}

.float_small_margin {
	float:left;
	margin-right:20px;
}

.clr {
	clear:both;
}

/* content */
#content {
	width:900px;
	height:600px;
	margin:auto;	
	position:relative;
}

#content #top {
	width:900px;
	height:314px;
	background: url(/data/www.praesentarium.com/themes/4/images/bg.gif) top left no-repeat;
}

#content #bottom {
	width:900px;
	/*height:286px;*/
}

/* navigation */
ul.navi {
	list-style:none;
	margin:0;
	padding:0;
}

ul.navi li {
	text-indent:-9999px;
}

ul.navi li a {
	display:block;
	width:108px;
	height:13px;
}

#leftNavi {
	position:absolute;
	left:134px;
	top:132px;
}

#leftNavi #home {
	background: url(/data/www.praesentarium.com/themes/4/images/nav_home_off.gif) top left no-repeat;	
}

#leftNavi #home:hover, #leftNavi #home .topNavi_active {
	background: url(/data/www.praesentarium.com/themes/4/images/nav_home_on.gif) top left no-repeat;	
}

#leftNavi #kreatorik {
	background: url(/data/www.praesentarium.com/themes/4/images/nav_kreatorik-methode_off.gif) top left no-repeat;	
}

#leftNavi #kreatorik:hover, #leftNavi #kreatorik .topNavi_active {
	background: url(/data/www.praesentarium.com/themes/4/images/nav_kreatorik-methode_on.gif) top left no-repeat;	
}

#leftNavi #ueberuns {
	background: url(/data/www.praesentarium.com/themes/4/images/nav_ueber_uns_off.gif) top left no-repeat;	
}

#leftNavi #ueberuns:hover, #leftNavi #ueberuns .topNavi_active {
	background: url(/data/www.praesentarium.com/themes/4/images/nav_ueber_uns_on.gif) top left no-repeat;	
}

#leftNavi #leistungen {
	background: url(/data/www.praesentarium.com/themes/4/images/nav_leistungen_off.gif) top left no-repeat;	
}

#leftNavi #leistungen:hover, #leftNavi #leistungen .topNavi_active {
	background: url(/data/www.praesentarium.com/themes/4/images/nav_leistungen_on.gif) top left no-repeat;	
}

#leftNavi #infomaterial {
	background: url(/data/www.praesentarium.com/themes/4/images/nav_infomaterial_off.gif) top left no-repeat;	
}

#leftNavi #infomaterial:hover, #leftNavi #infomaterial .topNavi_active {
	background: url(/data/www.praesentarium.com/themes/4/images/nav_infomaterial_on.gif) top left no-repeat;	
}

#leftNavi #referenzen {
	background: url(/data/www.praesentarium.com/themes/4/images/nav_referenzen_off.gif) top left no-repeat;	
}

#leftNavi #referenzen:hover, #leftNavi #referenzen .topNavi_active {
	background: url(/data/www.praesentarium.com/themes/4/images/nav_referenzen_on.gif) top left no-repeat;	
}

#rightNavi {
	position:absolute;
	left:760px;
	top:132px;
}

#rightNavi #kontakt {
	background: url(/data/www.praesentarium.com/themes/4/images/nav_kontakt_off.gif) top left no-repeat;	
}

#rightNavi #kontakt:hover, #rightNavi #kontakt .topNavi_active {
	background: url(/data/www.praesentarium.com/themes/4/images/nav_kontakt_on.gif) top left no-repeat;	
}

#rightNavi #presse {
	background: url(/data/www.praesentarium.com/themes/4/images/nav_presse_off.gif) top left no-repeat;	
}

#rightNavi #presse:hover, #rightNavi #presse .topNavi_active {
	background: url(/data/www.praesentarium.com/themes/4/images/nav_presse_on.gif) top left no-repeat;	
}

#rightNavi #newsletter {
	background: url(/data/www.praesentarium.com/themes/4/images/nav_newsletter_off.gif) top left no-repeat;	
}

#rightNavi #newsletter:hover, #rightNavi #newsletter .topNavi_active {
	background: url(/data/www.praesentarium.com/themes/4/images/nav_newsletter_on.gif) top left no-repeat;	
}

#rightNavi #impressum {
	background: url(/data/www.praesentarium.com/themes/4/images/nav_impressum_off.gif) top left no-repeat;	
}

#rightNavi #impressum:hover, #rightNavi #impressum .topNavi_active {
	background: url(/data/www.praesentarium.com/themes/4/images/nav_impressum_on.gif) top left no-repeat;	
}

/* subnavigation */
.subNavi {
	margin:0;
	padding:0;	
}

.subNavi a {
	text-transform:uppercase;
	color:#A29264;
}

.subNavi a:hover, .subNavi a.subNavi_active {
	color:#FF6600;
	text-decoration:none;

}

#content #bottom #headline{
	width:353px;
	height:60px;
	text-align:right;
	padding-right:12px;
}

#headline h1 { 
	margin-top:-1px;
	margin-bottom:20px;
	font-size:16px;
}

#headline  h1 .firstLine {
	font-weight:normal;
	font-size:13px;
	text-transform:uppercase;
}

#rightCol  ul {
	padding-left:16px;
	margin:0;
	list-style-type:square;
}

input.button{
	background-color: #c6bc9a;
	color:#fff;
}

#logout {
	text-align:right;
	padding:8px;
}

#all-texts {
display:none;
}

#footer {
clear: both;
padding-bottom:20px;
}

#footer a {
color:#72726E;
}