/*  
Theme Name: PRiNZ BranfordMagazine 3.0
Theme URI: http://www.der-prinz.com/wordpress-theme-im-magazin-stil-branfordmagazine-wordpress-magazine-style-theme-branfordmagazine-63
Description: A premium magazine-style layout for Wordpress with multiple functionalities inspired by the great themes of Brian Gardner and Darren Hoyt
Version: 3.0 (released 2009-06.29)
Author: Michael Oeser
Author URI: http://www.der-prinz.com

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

Credits
=======

Thanks to Darren Hoyt and his "Mimbo" theme which has been a great inspiration
and a good source for lots of the code I used for this theme especially the intensive
use of custom fields. 

Thanks again to Darren for the timthumb script: http://www.darrenhoyt.com/2008/04/02/timthumb-php-script-released/ 
and thanks to SNIPPLR for the function to insert the images in a very easy way: http://snipplr.com/view/14280/get-wordpress-image-attachment-and-use-tim-thumb-to-crop/

Thanks to Brian Gardner and "Revolution" which inspired me to put the two additional
page layouts "Featured Page" and "3-Column-Page" into the theme.

Thanks to Patrick Griffiths who delivered the script for the dropdown menues. http://www.htmldog.com/articles/suckerfish/dropdowns/

I´d also like to thank Klaus Hartl (stilbuero.de) for the brilliant script I used 
for the tabbed section with the fade effect.

And last but not least my very special thanks go out to all of you out there
using the theme and sending me tons of emails telling me how great this theme is.

THANK YOU ALL!!!



/******************************************
*   HTML Elements                         
******************************************/

* {
	margin:0;
	padding:0;
	}

body,html { min-height:101%; }
	
body {
	background: #008CC1;
	color: #000;
	padding: 0 0 25px 0;
	font:0.81em Lucida Grande, Arial, sans-serif;
	line-height:140%;
	}

select, input, textarea, fieldset {
	font: 1em Lucida Grande, Arial, sans-serif;
	line-height:1.29em;
	-moz-border-radius:20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius:20px;
	border-radius:20px;
	border:1px solid #CDCDCD;
	padding:5px;
	background:#F2F2F2;
	}
fieldset{
	background:#fff;
	}
select, input{
	height:15px;
	margin-bottom:5px;}
input:focus, textarea:focus{
	background:#CDCDCD}
legend{
	padding:5px;
	background:#fff;
	color:#999999;}
	
p {	margin: 0 0 10px;	}


hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}

small {
	font-size: 0.9em;
	padding:3px 6px;
	}
th,td{
border:1px solid #FFFFFF;
height:40px;
line-height:21px;
padding:10px;
text-align:center;
vertical-align:top;}
thead th{
	background:#00A8E7;
	border:1px solid #fff;
	padding:10px 3px;
	-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
text-align:center;
color:#fff;
font-size:1.17em;}

th{
	background:#FFCC00;
	border:1px solid #fff;
	text-align:left;}
td.light{background:#E8F7FD;
}
td.med,.tmp td.light{background:#B9E8F9;
}

td.dark, .tmp td.med {
background-color:#7DD5F4;
}

.bottom td.dark{
	-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;}

table.comparison tbody th {
background:#F5F5F5 url(images/price_pfeil_light.gif) no-repeat scroll right center;
}

table.comparison tbody .tmp th {
background:#E0E0E0 url(images/price_pfeil_dark.gif) no-repeat scroll right center;
}

em.user{
background:transparent url(images/user.png) no-repeat scroll left center;
color:#000000;
display:block;
font-style:normal;
height:23px;
padding-left:29px;}
/******* Hyperlinks ********************/

/* standard link behaviour */
a:link, a:active, a:visited { 
	color:#008CC1;
	text-decoration: none; 
	} 
a:hover	{ 
	color:#333;
	}
	
a:active, a:focus {
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
}

.blogtitle a { text-decoration: none; }

/* Title area links */
.title:link, .title:active, .title:visited { 
	color: #008CC1; 
	text-decoration: none;
	} 
.title:hover { 
	color: #333; 
	} 
	
/* HTML headline links */
h3 a:link, h3 a:active, h3 a:visited  {text-decoration:none;}
h3 a:hover {text-decoration:underline;}

h4 a:link, h4 a:active, h4 a:visited  {color:#666; text-decoration:none;}
h4 a:hover {text-decoration:underline;}


/* Links in the sidebar */
.subnav li a:link, .subnav li a:visited { /* .subnav is the categories list */
	background: #fff;
	display:block;
	padding:4px 4px 4px 20px;
	border-bottom: 1px solid #999;
	}
		
.subnav li a:hover, .subnav li a:active {
	background: #F4F4EC;
	text-decoration:none!important;
	}

#sidelist a:link, #sidelist a:active, #sidelist a:visited {text-decoration:none;}

#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#F4F4EC;
	color: #666;
	}
#sidelist .children li a:hover, #sidelist .children li a:active	{
	color:#000;
	text-decoration:none!important;
	}

/* Links in unordered lists */
.bullets li a { text-decoration:none!important;	}
.bullets li a:hover { text-decoration:underline!important;	}

/* How tags appear */



/* Links within comments metadata (date, Author etc.) */
.commentmetadata a:link, .commentmetadata a:active, .commentmetadata a:visited  {text-decoration:none;}
.commentmetadata a:hover {text-decoration:underline;}

/* Links in the footer */
#footer a {text-decoration: none;} 
#footer a:hover	{text-decoration: underline;}


a.thesaurus_link{
	background:transparent url(images/thesaurus-thumb.gif) no-repeat 0 0;
	display:block;
	width:245px;
	height:234px;
	text-indent:-9999px;
}

a[href^="http://"], a[href^="https://"] {
    background: url("images/externalLink.gif") no-repeat scroll right 3px transparent;
	color:#008CC1;
    padding-right: 10px;
    }
.product a[href^="http://"], .product a[href^="https://"] {
    background: url("images/externalLink_white.gif") no-repeat scroll right 3px transparent;
     padding-right: 10px;
    }


div.sidebar_widget a, a[href^="http://poolparty.punkt.at"], .product a[href^="http://poolparty.punkt.at"] {
    background: none;
	
    padding-right: 0;
    }
    
    


/******************************************
*   Images                         
******************************************/

/*** default image behaviour ***/
img { border:1px solid #999; padding:1px; }

.twitter img{
	border:none;}


/*** WordPress specific image classes ***/
.aligncenter, div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.alignleft {
float: left;
margin: 4px 15px 5px 0;
}

.alignright {
float: right;
}

.wp-caption {
   text-align: center;
   background-color: #fff;
   margin-top:5px;
   margin-right: 15px;
   margin-bottom:0px;
}

.wp-caption img{
   padding:2px;
   border:1px solid #999;
}

.wp-caption img:hover{
   border:1px solid #333;
}

.wp-caption p.wp-caption-text {
   color:#666;
   font-size: 10px;
   line-height: 12px;
   padding: 7px 4px 2px 5px!important;
   margin: 0!important;
}

ul.startnews{
	list-style:none;
	padding-bottom:10px;
	margin-bottom:15px;
	clear:both;}
		
/******************************************
*   General Structure                         
******************************************/

#page { /*the main container*/
	padding:0 0 100px;
	
	margin:0 auto;
	font-size:1em;
	background:#FFFFFF url(images/footer-wave.png) repeat-x scroll left bottom;
	_background:#FFFFFF url(images/footer-wave.gif) repeat-x scroll left bottom;
	
	
	}
.wave {
	background:transparent url(images/welle2.png) repeat-x scroll left 108px;
	_background:none;
}

.home .wave {
	background:transparent url(images/welle2.png) repeat-x scroll left 258px;
	_background:none;
}

.header {
	background: #0084B6 url(images/gradient.png) no-repeat left -100px;
	_background: #0084B6 none no-repeat left top;
}



#wrapper{
	padding:35px 0;
width:960px;
margin:0 auto;}

.left {
	float:left;
	}

#branding {/*where the logo sits*/
height:150px;
width:960px;
margin:0 auto;
float:none;
position:relative;
	}
	
.home #branding {/*where the logo sits*/
height:300px;
	}
.home #page{
	*padding:0 0 350px;}
	
.navigation {
position:absolute;
right:0;
top:0;
}



.right {
bottom:30px;
position:absolute;
right:0;
	}

#sidebar {/*you guessed it: it´s the sidebar container*/
width:32%;
	float:right;
	padding:0 0 0 1%;
	}

#leftcol {/*the left homepage column carrying the "Featured Article" section*/
	width:287px;
	
	padding-right:18px;
	}

#leftcol, #rightcol {
	float:left
	}	
	
#rightcol {/*actually the column in the middle of the homepage (if the right column is the sidebar)*/
	width:277px;
	padding-left:18px;
	margin-top: -2px;
	text-align:justify;
	}

.home #leftcol, .home #rightcol, .home #centercol{
width:31.75%;
position:relative;}

.home #leftcol{
padding:0 1.6% 0 0;}


.home #rightcol{
padding:0 0 0 1.6%;}

.home #centercol{
float:left;
padding:0 0.7%;}
		
/******************************************
*   Sidebar                         
******************************************/

.subnav li {/*.subnav is mainly the categories list*/
	list-style:none;
	}
.widgetcontent{
	clear:both;
padding:0 22px;	}

#sidelist li {
	list-style:none;
	}
#sidelist li:last-child {
	list-style:none;
	border-bottom: none;
	}
	
.bullets li {
	margin:0 0 5px 15px;
	list-style:square;
	}
	
#sidelist .bullets li {
	list-style:square;
	margin-left:22px;
	}

#sidelist .children {
	background:#F4F4EC;
	}

#sidelist .children li {
	background: #F4F4EC;
	list-style: none;
	margin-left:15px;
	padding-left:15px;
	border-bottom:1px solid #fff;
	}

#sidelist .feed li{
	margin-bottom:5px;
	padding-left:20px;
	background:url(images/rss.gif) no-repeat;
	}

	
/******************************************
*   Headlines                         
******************************************/

.blogtitle{
	padding: 15px 0px;
	width:159px;
	}
	
.blogtitle a {
color:#FFFFFF;
font-family:Lucida Grande, Arial, sans-serif;
font-size:3.21em;
background:transparent url(images/logo.png) no-repeat scroll 0 0;
display:block;
height:59px;
text-indent:-9999px;
width:159px;
	}

h1 {
font-family:Lucida Grande, Arial, sans-serif;
font-size:1.54em;
font-weight:bold;
margin:0 10px 0 0;
padding:20px 0 5px;
	}
	
h2, #sidebar h3 {
	font-size:1.00em;
	font-weight:bold;
	//background:transparent url(images/line.gif) repeat-x 0 bottom;
	padding-bottom:0;
	border-bottom:1px dashed #CDCDCD;
	text-transform:uppercase}
#sidebar .sociable_tagline strong {
	font-size:1.00em;
	font-weight:bold;
	color:#DE5126;
	margin:0 0 10px;
	display:block;
	padding-bottom:0;
	border-bottom:1px dashed #CDCDCD;
	text-transform:uppercase}

#sidebar h3.suche{
background:transparent none repeat scroll 0 0;
float:left;
line-height:23px;
margin-bottom:0;
margin-right:10px;
padding-bottom:0;
border:none;}

.hidden{
	display:none;}
	
h3{
	font-size:1.23em;}
	
em{
}
.entry h2, .entry h3{
background:transparent none repeat scroll 0 0;
float:none;
font-weight:bold;
height:auto;
margin-bottom:5px;
padding:0;}

iframe{
	border:none;}


	
h3, .post .entry h3{
color:#999;
font-size:1.23em;
font-weight:normal;
height:auto;
line-height:130%;
margin:25px 0 5px;
text-align:left;
	}
.PostHead h3, .post h3{
text-align:left;
color:#000;
font-weight:normal;
margin-bottom:0;
	}
	
.PostHead h3 a.title{
color:#000;

	}


#quotearea {
background:transparent none repeat scroll 0 0;
height:80px;
margin:0;
padding:0;
width:600px;
position:absolute;
bottom:-30px;
}

.testimonial{
background:transparent url(images/testi_bubble.gif) no-repeat scroll 0 0;
bottom:23px;
font-size:11px;
left:116px;
padding:7px 15px 7px 35px;
position:absolute;
text-align:center;
width:469px;
height:70px;
}

blockquote{
	padding:0;
	margin:0;}

#quoterotator a, #quoterotator a:hover{
text-decoration:none;
color:#0B8C7E}

#quoterotator a address, #quoterotator a:hover address{
color:#999;}

.testimonialimageborder {
	background:transparent url(images/image-bg.png) no-repeat scroll 0 0;
display:block;
height:67px;
width:67px;
}

.testimonialimage{
height:65px;
width:65px;

position:relative;
left:38px;}



#searchform #s {
width:161px;}

#content #searchform #s {
width:400px;
margin-top:10px;}


#sidebar h2 {
	margin-bottom:4px;
	font-weight:bold;
	color:#fff;
	}
#sidebar h3 a {
	color:#fff;
	}
.sidebar_widget{
	clear:both;
	margin-bottom:15px;}

#sidebar h3, #sidebar h2, h2, #rightcol h3.suche {
margin:0 0 10px 0;
color:#DE5126;
text-align:left;

	}
.screengalerie{
float:left;
left:-30px;;
position:absolute;
top:-5px;
width:350px;}

.product {
height:240px;
position:relative;
margin-top:-240px;
display:block;
width:100%;
}

.entry .screengalerie{
	display:none;}


	
#sidebar  ul.termine p {
	width:59%;}

#nav {
position:absolute;
right:0;
top:35px;
float:right;}

.product a.buy_button, .product a.try_button, .product a.buy_button:visited, .product a.try_button:visited,
a.buy_button, a.try_button, a.buy_button:visited, a.try_button:visited{
	color:#fff;
	font-size:1.23em;
	background:transparent url(images/buy-button.png) no-repeat scroll left center;
	display:inline-block;
	display:-moz-inline-block;
	float:left;
	margin-right:5px;
	height:28px;
	width:99px;
	line-height:28px;
	text-align:center;
	text-decoration:none !important;
	padding-right:0;
	}
.product a.try_button, .product a.try_button:visited, a.try_button, a.try_button:visited {
	background:transparent url(images/try-button.png) no-repeat scroll left center;
	width:79px;}
.product a.buy_button:hover, a.buy_button:hover{
	background:transparent url(images/buy-button-hover.png) no-repeat scroll left center;}
.product a.try_button:hover, a.try_button:hover{
	background:transparent url(images/try-button-hover.png) no-repeat scroll left center;}
	
li.page-item-42 a, li.page-item-44 a, li.page-item-46 a, li.page-item-48 a, li.page-item-50 a, li.page-item-52 a, li.page-item-174 a{
	line-height:1.2em;
	padding:4px 0 4px 25px;
	display:inline-block;
	background:transparent url(images/icon-screencasts.png) no-repeat scroll left top;}
li.page-item-44 a{
	background:transparent url(images/icon-screenshottour.png) no-repeat scroll 2px center;}
li.page-item-46 a{
	background:transparent url(images/icon-usecases.png) no-repeat scroll 2px center;}
li.page-item-48 a{
	background:transparent url(images/icon-manual.png) no-repeat scroll left center;}
li.page-item-50 a{
	background:transparent url(images/icon-training.png) no-repeat scroll 2px center;}
li.page-item-52 a{
	background:transparent url(images/icon-faq.png) no-repeat scroll 6px center;}
li.page-item-174 a{
	background:transparent url(images/icon-glossary.png) no-repeat scroll 1px center;}

li.page-item-42 a:hover, li.page-item-42.current_page_item a{
	background:transparent url(images/icon-screencasts_hover.png) no-repeat scroll left top;
	color:#333;}
li.page-item-44 a:hover, li.page-item-44.current_page_item a{
	background:transparent url(images/icon-screenshottour_hover.png) no-repeat scroll 2px center;
	color:#333;}
li.page-item-46 a:hover, li.page-item-46.current_page_item a{
	background:transparent url(images/icon-usecases_hover.png) no-repeat scroll 2px center;
	color:#333;}
li.page-item-48 a:hover, li.page-item-48.current_page_item a{
	background:transparent url(images/icon-manual_hover.png) no-repeat scroll left center;
	color:#333;}
li.page-item-50 a:hover, li.page-item-50.current_page_item a{
	background:transparent url(images/icon-training_hover.png) no-repeat scroll 2px center;
	color:#333;}
li.page-item-52 a:hover, li.page-item-52.current_page_item a{
	background:transparent url(images/icon-faq_hover.png) no-repeat scroll 6px center;
	color:#333;}
li.page-item-174 a:hover, li.page-item-174.current_page_item a{
	background:transparent url(images/icon-glossary_hover.png) no-repeat scroll 1px center;
	color:#333;}
.entry ul.tourslinks li{
	list-style:none;
	margin-left:0;}
	
#sidebar li.pagenav{
	list-style:none;}
	
#sidebar .pagenav ul{
	margin-bottom:15px;
	list-style:none;}
	
h2 {

margin:0 0 15px;
	}
.product h2{
	color:#fff;
	font-size:25px;
	background:none;
	margin-left:330px;
	font-weight:normal;
	border:none;
	text-transform:none}
.product p{
	margin-left:330px;
	color:#fff;}


h3#respond {
	font-size:16px;
	margin:25px 0 0 0 ;
	padding-top:20px
	height:auto;
	line-height:130%;
	text-align:left;
	color:#000000;
	height:auto;
	}
	
#ImageFlow_1_loading_txt{
	display:none !important;}

h3#comments {
color:#000000;
font-size:16px;
height:auto;
line-height:130%;
margin-top:32px;
text-align:left;
height:auto;
	}
h3#comments a {
font-size:13px;
	}

#commentform p{
	color:#999;}

h4 {
font-size:1em;
margin-bottom:6px;
margin-top:20px;
	}
	
	
	
/******************************************
*   Content                        
******************************************/
.PostHead {
clear:left;
margin-left:55px;
position:relative;
}
.PostDate {
background:transparent url(images/date-bg.png) no-repeat scroll center center;
color:#FFFFFF;
font-size:0.85em;
height:31px;
left:-55px;
line-height:1em;
margin:0;
padding:6px 5px 0 0;
position:absolute;
text-align:center;
top:0;
width:40px;
font-weight:normal;
}

.PostDate .datetop{
font-size:1.45em;
line-height:0.9em;
font-weight:normal;}

.PostInfo{
	color:#999;}
	
.PostCom {
padding-bottom:25px;
}
	
.PostCom li.kommentarinfo {
background:transparent url(images/icon-comments.png) no-repeat scroll left center;
}

.PostCom li.tags {
background:transparent url(images/icon-tag.png) no-repeat scroll 3px center;
}

.PostCom li.TrackBack{
background:transparent url(images/icon-trackback.png) no-repeat scroll 3px center;
}


.PostCom li.RSS {
background:transparent url(images/icon-rss.png) no-repeat scroll 3px center;
}

.PostNote li.tags, .PostCom li, .post ul.PostCom li {
list-style:none;
padding:3px 0 4px 27px;
margin:0;
}

#content {
	width:65%;
	float:left;
	padding:0 1% 0 0;
	}
	
.description {
color:#FFFFFF;
font-size:0.9em;
text-transform:uppercase;
margin-top:-12px;
width:307px;
	}
	
.product strong{
		background:#fff;
		color:#008CC1;
		font-weight:normal;
		padding:0 5px;}
.product a{
	color:#fff;
	text-decoration:underline;}

/* Featured Articles formatting "leftcol" */

.feature {
	background: url(images/backgrounds/bg_featured.jpg) repeat-x #F4F4EC;
	padding:15px;
	border: 1px solid #ccc;
	}

.feature p, #rightcol p { margin:0;	}

#leftcol img, #rightcol img {
	padding:1px;
	border:1px solid #999;
	}

#leftcol .feature {	margin-bottom: 15px; }

/* Formating of the Leadstory stuff in the tabbed section */
			
#leadpic {
	float:left;
	margin: 0 18px 8px 0;
	padding:1px;
	border: 1px solid #999;
	}


	
#leftcol a.title{
	font-weight:bold;}
		
#lead p {
	margin-bottom:10px;
	}


	



/* Formating of "rightcol" which is the column in the homepage middle ;-) */

#rightcol img {
	float:left;
	margin:3px 10px 4px 0;
	}

#leftcol img {
	margin-bottom: 4px;
	display:block
	}
	
#rightcol .clearfloat {
	padding:12px 0;
	}	
	


/* Post Formatting */

.entry {
	padding-bottom:15px;
	clear:both;
	}

.post blockquote {
	color:#666;
	background:#F4F4EC;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}	

.entry ul li {

	margin-bottom:5px;
	margin-left:42px;
	}
.entry ul.PPGlossaryAbcIndex{
	margin-bottom:20px;}

.entry ul.PPGlossaryAbcIndex li{
border-right:1px solid #000000;
display:inline;
list-style-image:none;
margin-left:0;
padding:0 6.5px;}

.entry ul.PPGlossaryAbcIndex li:last-child{
	border-right:none;
	padding:0 0 0 6.5px;}
.entry ul.PPGlossaryAbcIndex li:first-child{
	padding:0 6.5px 0 0;}

.entry ul.PPGlossaryAbcIndex li.selected{
color:#DE5126;
}

.page-id-52 .entry ul li {
	list-style:none;
	margin-left:0;
	}
.entry ul.PPGlossaryList li{
	list-style:none;
	margin-left:0;}
.page-id-52 .entry ul li h4{
	background:transparent url(images/faq-bubble.png) no-repeat 31px bottom;
	padding-bottom:11px;
	margin-bottom:0;}
.page-id-52 .entry ul li h4 span{
background:#F2F2F2 none repeat scroll 0 0;
color:#999999;
font-weight:normal;
padding:5px 10px;
display:block;
-moz-border-radius:20px;
-webkit-border-radius:20px;
-khtml-border-radius:20px;
border-radius:20px;}

.page-id-52 .entry ul li p{
padding:0 10px;;}

.entry ol li {
	margin-bottom:5px;
	
	margin-left:23px;
	}
	
#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;	
	}	
	
.postmetadata {
	font-size:0.9em;
	margin:0 0 10px 0;
	padding:5px 10px;
	background:#F4F4EC;
	border-top:1px solid #E6E3D3;	
	border-bottom:1px solid #E6E3D3;	
	}
				

/* Form Elements */

div.wpcf7{
	clear:both;}
.page-id-385 div.wpcf7{
	text-align:left;}


div.wpcf7 label{
	color:#999999;
font-size:0.9em;
}

#post-7 label{
display:inline-block;
display:-moz-inline-box;
float:left;
padding:5px 10px 5px 0;
text-align:right;
width:235px;}
	
.page-id-385 div.wpcf7 label{
display:inline-block;
font-weight:normal;
text-align:right;
vertical-align:top;
width:85px;
line-height:25px;}
select {
	background:#f2f2f2;
	height:29px;
	}
div.wpcf7 label.required{
	font-weight:bold;}
#wpcf7-f1-p13-o1 label.required{
	font-weight:normal;}

#searchform { 		}

.testimonials_manager_widget{
	background:none;
	border:none;}
	
.testimonials_manager_widget .avatar {
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #DDDDDD;
float:left;
margin-right:5px;
margin-top:0;
padding:2px;
position:relative;
}
geschich...r-zukunft (Zeile 16)


#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	margin-top:5px;
	}
.textwidget li{
	list-style:none;}

.textwidget a{
	text-decoration:none;}

/* Comments*/

.commentlist {
	
	}
	
.commentlist li {
	margin: 15px 0 3px;
	list-style:none;
	position:relative;

	}

.ListUserImage{
background:transparent url(images/commentarrow.png) no-repeat scroll 49px 16px;
left:1px;
width:61px;
top:10px;
z-index:1000;
position:absolute;
_left:-61px;
	}

.commentlist blockquote {
	color:#666;
	background:#fff;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	}	

#commentform small {
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}
.commentmiddle p{
margin:0;
padding-bottom:5px;
	}

.commentlist small {
padding:0;
	}
.comment {
	background:#FFFFFF;
margin:0 0 0 61px;
min-height:50px;
padding:5px 15px;
border:1px solid #CDCDCD;
-moz-border-radius:20px;
-webkit-border-radius:20px;
-khtml-border-radius:20px;
border-radius:20px;
z-index:100;
clear:left;}

.post{
	clear:both;}

/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block;
	}	

.clearfloat {
	display:block;
	}


ul.termine li {
border-bottom:1px dotted;
position:relative;
list-style:none;
}

ul.termine span.titel {
border-right:1px dotted;
margin:3px 0;
padding-right:5px;
width:63%;
display:block;
}


ul.termine span.date {
color:#0B8D7E;
font-size:10px;
font-weight:bold;
position:absolute;
right:0;
text-align:left;
top:0;
}

input.newsletter{
width:166px;}

input.button{
background:transparent url(images/go.png) no-repeat scroll 0 0;
border:medium none;
height:25px;
margin-left:5px;
width:50px;
color:#fff;
text-align:left;
padding:0 0 3px 5px;
line-height:25px;}

input.button:hover{
background:transparent url(images/go_hover.png) no-repeat scroll 0 0;
cursor:pointer;}

input.senden{
background:transparent url(images/submit.png) no-repeat scroll 0 0;
width:80px;
padding-left:10px;
margin-left:0;
text-transform:uppercase}

input.senden:hover{
background:transparent url(images/submit_hover.png) no-repeat scroll 0 0;}


	
/******************************************
*   Footer                        
******************************************/

#footer {
	margin: 0 auto;
	width: 900px;
	font-size:0.9em;
	text-align:center;
	padding-top:15px;
	color:#FFF;
	clear:both;
	}

#footer a {
	color:#ededed;
	}
	

/******************************************
*   selectbox                        
******************************************/
div.selectbox-wrapper {
width:75px;
text-align:left;
font-size:0.85em;
padding:0;
position:absolute;
z-index:3000;
left:0;
top:5px;
}

div.selectbox-wrapper, #ie8#fix{
top:19px;
*top:26px;}



div.selectbox-wrapper ul {
list-style-type:none;
background-color:white;
border:1px solid #ccc;
border-top:none;
width:75px;
margin:0 0 0 11px;
padding:2px 1px 2px 2px;
z-index:3000;
}


div.selectbox-wrapper ul li.selected { 
  background-color: #EAF2FB;
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  width:71px;
  margin:0;
  padding:2px;
  cursor:pointer;
  list-style-image:none;
}

input.selectbox:focus{
	background: url(images/select_small.png) no-repeat 0 center;}
.profession input.selectbox:focus,
.reason input.selectbox:focus,
.subject input.selectbox:focus{
	background: url(images/select.png) no-repeat 0 center;}
	
.profession div.selectbox-wrapper ul ,
.reason div.selectbox-wrapper ul,
.subject div.selectbox-wrapper ul {
	width:315px;}
.profession div.selectbox-wrapper ul li ,
.reason div.selectbox-wrapper ul li,
.subject div.selectbox-wrapper ul li{
	width:311px;}
	
	
	
.selectbox /* look&fell of  select box*/
{background: url(images/select.png) no-repeat 0 center;
border:none;
position:relative;
  margin: 0px 5px 5px 0px;
  _margin: 0px 5px -5px 0px;
  padding:5px 30px 5px 15px;
  width : 310px; 
  display : inline-block;
  text-align:left; 
  height:19px;
  cursor: pointer;
  -moz-border-radius:0;
  
}

.title .selectbox,
.KnowledgeManagement .selectbox,
.PersonalKnowledgeManagement .selectbox,
.SearchEngines .selectbox,
.SemanticWeb .selectbox,
.BookmarkingTagging .selectbox,
.TextExtractionMining .selectbox,
.ThesauriSKOS .selectbox,
.Enterprise .selectbox,
.Usability .selectbox,
.SKOScompatibility .selectbox,
.Performancescalability .selectbox,
.Integrationscenarios .selectbox,
.Technicalrequirements .selectbox,
.TextExtractioncapabilities .selectbox,
.Technicalspecification .selectbox,
.Licensingmodels .selectbox{
	background: url(images/select_small.png) no-repeat 0 center;
	width : 70px;}
span.wpcf7-not-valid-tip-no-ajax {
color:#FF0000;
display:block;
font-size:0.85em;
padding-left:0;
margin-bottom:3px;
}

.page-id-13 span.wpcf7-not-valid-tip-no-ajax {
color:#FF0000;
display:block;
font-size:0.85em;
margin-bottom:3px;
padding-left:0;
}
span.wpcf7-form-control-wrap {
display:inline-block;
position:relative;
}


.profession{
	z-index:2000}
.reason{
	z-index:1900}
.title{
	z-index:1800}
.KnowledgeManagement{
	z-index:1700}
.PersonalKnowledgeManagement{
	z-index:1600}
.SearchEngines{
	z-index:1500}
.SemanticWeb{
	z-index:1400}
.BookmarkingTagging{
	z-index:1300}
.TextExtractionMining{
	z-index:1200}
.ThesauriSKOS{
	z-index:1100}
.Enterprise{
	z-index:1000}
.Usability{
	z-index:900}
.SKOScompatibility{
	z-index:800}
.Performancescalability{
	z-index:700}
.Integrationscenarios{
	z-index:600}
.Technicalrequirements{
	z-index:500}
.TextExtractioncapabilities{
	z-index:400}
.Technicalspecification{
	z-index:300}
.Licensingmodels{
	z-index:200}
.othercomments  textarea{
width:600px;
}

.ngg-galleryoverview div.pic img{
padding:0;	
margin-bottom:10px;
width:622px;}

.ngg-gallery-list li a {
border:none;
}

.ngg-gallery-list li.selected a, .ngg-gallery-list li a:hover {
background:#999999 none repeat scroll 0 0;
}

.imageflow .caption{
	color:#FFFFFF;
font-weight:normal;
font-size:10px;
display:none;
}

.ddet_div {
margin:5px 0 0 12px;
}

.expandlink{
	background:transparent url(images/arrow-right.gif) no-repeat scroll left 4px;
	padding-left:12px;}
	
.collapsed{
	background:transparent url(images/arrow-down.gif) no-repeat scroll left 6px;}
.page-id-46 .entry ul li {
list-style:none;
margin-left:0;

}
div.sociable {
margin:0 0 16px 0;
}

.entry div.sociable {
margin:16px 0;
}

div.sociable .sociable_tagline{
margin:0 0 5px 0;	}

.entry div.sociable ul li{
	margin:0;}
a.rss_small { background: url(images/rss_small.gif) no-repeat; height:16px; width:16px; display:block; position:absolute; right:15px; top:0; text-indent: -9999px;}
