/*
	CSS files kept in the 'styles' directory can be used to
	customize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select styles from the K2 Options page in the
	'Presentation' section of your WordPress administration.

	For more information on how to use custom styles:
		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
	
	Author Name	:
	Author Site	:
	Style Name	:
	Style URI	:
	Version		:
	Comments	:
*/

/* ++ Erzwingen vertikaler Scrollbalken in Netscape, Firefox und Safari Browsern ++ */

html { height: 100% }
body { min-height: 100.1% }



/* ++ Randbereiche & Seitenhintergrund ++ */
body { 
    background-color: #ccc /*url("images/bg.gif") top center repeat-y; padding: 0 0*/;
    background-image: url('images/bg.gif');
    background-position: top center;
    background-repeat: repeat-y;

    }

/* ++ Zentrieren des Layouts & Setzten der Schrift ++ */
body {
    font-family: /*'Trebuchet MS',*/ Verdana, Helvetica, Arial, sans-serif;
	font: 75%; /* Resets 1em to 10px */
	color: #444;
	text-align: center;
	margin: 0 0 30px;
	}
    
/* ++ Verbreiterung vom Layout... ++ */
/* - ...des kompletten Blogs auf 880px - */
.columns-two #page {
	width: 880px;
	} 
/* - ...der Content-Spalte auf 580px - */
#primary {
	position: relative;
	float: left;
	width: 580px;
    padding: 0;
	margin: 10px;

	}

    
/* ++ Entfernen des Seitenrandes ++ */
#page {
    border: none;
	padding-top: 0px;
	}
    
    
/* ++ Eigentschaften des Headerbereichs ++ */
#header {
    padding: 0;
    margin: 0;
    position: relative;
    height: 200px;
    background: white;
	}
	
#title-grafik {
	padding-left:35px;
	padding-top:25px;
}

    
    
/* ++ Navigationsmenue im Header ++ */
/* - Ändern der Schift & Rand unten - */
#header {
	}

ul.menu {
    border-bottom: 1px solid #660066;
	position: absolute;
	left: 0px;
	width: 96.5%;
	height: 16px;
    font-size: 1.3em;
    font-weight: bold;
	}
    
ul.menu li {
	display: inline;
    }
        
/* - Entfernen der Abgerundeten Ecken - */
ul.menu li a {
    padding: 4px 10px 6px;
    color: #660066;
	background: transparent;
	text-decoration: none;
	text-align: center;
    -moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	}

/* - Inaktive Elemente - MouseOver (#660066) und Schiftfarbe (weisse) - */
ul.menu li a:hover,
ul.menu li a:focus,
ul.menu li a:active {
	background: #660066;
	color: #FFFFFF;
	border-top: 1px solid #660066;
	text-decoration: none;
	}
    
/* - Aktives Element - Schriftfarbe (#FF6600) & Hintergund (weiss) & Rand (#660066 bzw. weiss) - */
ul.menu li.current_page_item {
	background: #FFFFFF;
	border-bottom: 1px solid #FFF;
	font-weight: bold;
	text-align: center;
	color: #FF6600;
	border-top: 1px solid #660066;
	border-left: 1px solid #660066;
	border-right: 1px solid #660066;
	padding: 4px 10px 6px;
	margin-bottom: -1px;
	}
	
	
ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	border: 0;
	background: #FFFFFF;
	padding: 0;
	color: #FF6600;
	}

ul.menu li.current_page_parent {
	background: #FFFFFF;
	border-bottom: 1px solid #FFF;
	font-weight: bold;
	text-align: center;
	color: #FF6600;
    border-top: 1px solid #660066;
    border-left: 1px solid #660066;
    border-right: 1px solid #660066;
    padding: 4px 10px 6px;
	margin-bottom: -1px;
	}

ul.menu li.current_page_parent a,
ul.menu li.current_page_parent a:hover {
	border: 0;
	background: #FFFFFF;
	padding: 0;
	color: #FF6600;
	}



/* - Login verschieben nach Rechts - */
.admintab {
    font-size: 13px;
    font-weight: bold;
	padding: 4px 10px 6px;
	position: absolute;
    right: 5px;
	top: 1px;
	margin: 0;
    }



    

/* ++ Header-Schriftzug ++ */
/* - Schriftart & -groesse - */
h1 { 
    font-family: /*'Trebuchet MS',*/ Verdana, Helvetica, Arial, sans-serif;
	font-size: 3.5em;
	}
    
/* - Schrifttyp & Ziechenabstand & Innenabstand - */    
h1.blog-title {
	position: absolute;
	font-weight: bold;
	letter-spacing: -1px;
	left: 70px;
/*	left: 130px;  */
	top: 40px;
	padding: 0;
	margin: 0;
	}

/* - Schriftfrabe (#660066) & Textdekoration - */     
#header h1.blog-title a,
#header p.description {
	text-decoration: none;
	color: #660066;
	}
	
    
/* - MouseOver Blog-Titel - */    
#header h1.blog-title a:hover {
	text-decoration: underline;
    color: #FF6600;
	}
    
/* - Beschreibung unter Blog-Titel - */    
#header .description {
    text-decoration: none;
	line-height: 1.5em;
	font-size: 1.1em;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 90px;
	left: 70px;
/*	left: 130px;  */
    display: inline; /* Checking for IE bug. If people start having problems with header width, then this is it */
	}


/* ++ Sonstige Ueberschrifte ( 2 bis 4 ) ++ */
   
h2, h3, h4, h5 {
	font-family: /*'Trebuchet MS',*/ Verdana, Helvetica, Arial, sans-serif;
	}
	


h2, h2 a, h2 a:hover, h2 a:visited,
h3, h3 a, h3 a:hover, h3 a:visited,
h4, h4 a, h4 a:hover, h4 a:visited,
h5, h5 a, h5 a:hover, h5 a:visited {
	color: #660066;
	}
    
/* - Ueberschrift der statischen Seiten - */      
h2 {
	text-align: center;
    /*text-decoration: underline; -- Unterstreichung*/
	font-size: 2.5em;
	font-weight: normal;
	letter-spacing: -1px;
	}

/* - Ueberschrift der Artikel - */    
h3 {
	margin-top: 50px;
	font-size: 2.2em;
	font-weight: normal;
	letter-spacing: -1px;
	}
    
/* - Ueberschift "Wie viele Kommentare" & "Kommentar abgeben" */
h4 { 
	font-size: 2.0em;
	font-weight: normal;
	letter-spacing: -1px;
	}

/* - Ueberschift "Impressum" */
h5 {
	line-height: 0.6em;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: -1px;
	color: #999999;
	margin-top: 30px;
	margin-bottom: 0px;
	}
	
.imp-blog {
	width: 576px;
	}
	
.imp-blog a {
	color: #660066;
	}	

.imp-blog p {
	margin-left: 10px;
	}
	
/* - Alle eingebundenen Symbole - */
	
	
.entry-edit a {
	background: url('images/pencil2.png') left center no-repeat;
	}
	
.comment-edit a {
	background: url('images/comment_edit2.png') left center no-repeat;
	}
	
.meta-start {
	background: url('images/time2.png') left top no-repeat;
	}
	
.commentslink {
	background: url('images/comment2.png') left center no-repeat;
	}

.quoter_comment {
	background: url('images/comment2.png') left center no-repeat;
	}
	
.entry-tags {
	 background: url('images/tag_blue2.png') left top no-repeat;

	/* background: url('images/time2.png') left top no-repeat; */
	}
	
#commentlist li .comment-meta {
	background: url('images/time2.png') left center no-repeat;
	}

li.bypostauthor blockquote {
	background: url('images/quote2.png') no-repeat 10px 0;              
	}
	
blockquote {
	background: url('images/quote2.png') no-repeat 10px 0;
	}

#searchreset {
	background: url('images/reset-fff2.png') center center no-repeat;
	}

/* - Abstand oben auf statischen Seiten - */    
.page-head {
	margin: 10px 0;
	}
	
.page-head h2 {
	margin-top: 40px;
	}

/* ---------------------------------------------------

#rollingarchives {
	width: 500px;
	margin-left: 40px;
	}

body.smartposition #rollingarchives {
	position: static;
	}

#texttrimmer span, #texttrimmer span:visited {
	color: #660066;
	}
	
#texttrimmer span:hover {
	text-decoration: underline;
	color: #FF6600;
	}

#rollnavigation a, #rollnavigation a:visited {
	color: #660066;
	}	
	
#rollnavigatoin a:hover {
	text-decoration: underline;
	color: #FF6600;
	}
	
----------------------------------------- */
	
/* ++ Links allgeimen ++ */
/* - MouseOver bei Links im Contentbereich und Sidebar - */
#primary a:hover, #primary a:visited:hover,
.secondary a:hover, .secondary a:visited:hover {
	text-decoration: none;
    color: #FF6600;
	}
    
/* - Mouseover bei Titel der statischen Seiten - */
h2 a:hover, h2 span a:hover, h2:hover {
    text-decoration: none;
	color: #660066;
	}

/* - Farbe bei "Edit" auf statischen Seiten - */    
a {
	color: #660066;
	text-decoration: none;
	}
    
/* - MouseOver bei "Edit" auf statischen Seiten - */
.entry-content p, .entry-content ul, .entry-content ol, .entry-content div, .entry-content blockquote {
margin:10px 0;
}

.entry-content a:visited {
	color: #660066;
	}
	
.entry-content ul {
	list-style: disc;
	}
	
.entry-content {
	text-align: left;
}
  
  
.archivetext {
	margin-top:35px !important;
}	

/* ++ Sidebar (Secondary) ++ */

.secondary {
	left: 10px;
	color:#666666;
	float:left;
	line-height:1.5em;
	overflow:visible;
	position:relative;
	width:200px;
	padding:0 10px;
}

/* ++ Sidebar (Secondary) ++ */
#search {
	margin-top: 10px;
	}
	
#searchform {
	display: block;
	position: relative;
	height: 20px;
	width: 220px;
	margin-left: -5px;
	margin-top: 25px !important;
	}
	
#button {
	background-color:LemonChiffon;
	border:1px solid #FF6600;
	color:#660066;
	font-weight: bold;
	height:19px;
	padding-bottom: 2px;
	}
	
#button:hover {
	background-color:#FF6600;
	color: #FFFFFF;
}
	
#s {
	font-size: 12px;
	width: 125px;
	}
	
input {
	margin-left: 2px;
	font-size: 10px;
	}


input[type=text], textarea {
	color: #666666;
	padding: 1px;
	margin: 0;
	}
	
#tag-cloud {
	margin-top:25px;
	margin-left: 30px;
	width:520px;
	text-align:center;
	line-height: 20px;
}

#tag-cloud a {
	padding-left: 7px;
	padding-right: 7px;
	}


#meta {
	margin-top: 15px;
	}

#meta-rss {
	background: url('images/feed2.png') left center no-repeat;
	margin-left: 10px;
	}
#meta-email {
	background: url('images/email.png') left center no-repeat;
	margin-left: 10px;
	}
#meta-twitter {
	background: url('images/tt-twitter2.png') left center no-repeat;
	margin-left: 10px;
	}	

		
#meta ul li a {
	margin-left: 20px;
	}
	
#meta h4 {
	width:210px;
	margin-top:15px !important;
	}
	
#meta a {
	margin-left: 18px;
	}
	

	
    
/* - Sidebar Abstand nach oben - */
#mycategoryorder ul {
	margin-left: 10px;
	width:210px;
	}

#mycategoryorder li {
	margin-top: 4px;
	margin-bottom: 4px;
	width:210px;
	}

#mycategoryorder ul .children {
	margin-left: 25px;
	}	
	
#mycategoryorder .children li {
	list-style-image: url('images/category_sym.png');
	}
	

#mycategoryorder li .cat-item a {
	margin-left: 0;
	padding-left: 0;
	}

.ctc {
	position: absolute;
	top: 0px;
	margin-left: 10px;
	line-height: 18px;
	color: #660066;
	}
	
	
.ctc a {
	padding-right: 10px;
	}
	
.ctc a:hover {
	text-decoration: none;
	color: #FF6600;
	}


/* - Überschiften in den Sidebar - */
.secondary h4 {
	font-size: 20px;
	font-weight: normal;
	padding: 0;
	display: block;
	margin-top: 30px;
	margin-bottom: 10px;
	}    

/* - Abstand der Links in der Sidebar, Schriftgroesse & unterstreichen - */
.secondary a {
	line-height: 130%;
    font-size: 12px;
    text-decoration: underline;
    }
    
/* - Abstand "Letzte Kommentare" - */    
#recent-comments {
	font-size: 12px;
	color: #666666;
    }
	
#recent-comments ul {
	margin-left: 10px;
	}
	
#recent-comments ul li {
	margin-bottom:4px;
}

#rc-commenter {
	font-weight:bold;
	}
		
/* - Abstand "Linkempfehlungen" - */ 	
#linkcat-2 ul li a { margin: 0px; }
#linkcat-2 ul li { margin-left: 10px; }


	
	
/* ++ Archiv ++ */
.comparch {
	font-size: 11px;
	}

		
.comparch-body li a {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	}
	
.comparch-body li a:hover {
	font-weight: bold;
	}
	
.comparch-info {
	font-size: 10px;
	color: #666666;
	}
	
.comparch-info a {
	font-size: 10px;
	color: #660066;
	text-decoration: underline;
	}

/* ++ Meta-Daten beim Artikel ++ */
.beitrag-back {
	position: absolute;
	top: 15px;
	font-size: 10px;
	}
	
.beitrag-back2 {
	margin-top: 10px;
	font-size: 10px;
	}
	
.beitrag-back2 a,
.beitrag-back a {
	color: #999999;
	}
	
.beitrag-back2 a:hover,	
.beitrag-back a:hover {
	text-decoration: none;
	}

.hentry {
	margin-bottom: 15px;
	margin-top: 0px;
	padding-top: 0px;
	}

/* - Abstand des Artikels nach oben - */
.entry-title {
	margin-top: 30px;
	padding-top: 0px;
    }
    
	
/* ANPASSUNGEN DER NEUEN META-ENTRY */
.meta-opener {
	background: url('images/time2.png') left top no-repeat;
	font-size:12px;
	line-height:1.8em;
	padding-left: 20px;
	padding-bottom: 1px;
	margin-left:5px;
	}
.meta-opener2 {
	font-size:11px;
	}

.entry-meta-front div {
	display: inline;
}
.entry-meta-single div {
	display: block;
}
.entry-meta-front,
.entry-meta-single {
	position: relative;
    display: block;
	border-top: 1px dotted #660066;
	border-bottom: 1px dotted #660066;
	line-height: 1.6em;
	margin-top: 18px !important;
	font-size: 1em;
}
.entry-meta-front a,
.entry-meta-single a {
	color: #660066;
}
.entry-meta-front a:hover,
.entry-meta-single a:hover {
    color: #FF6600;
}
.entry-meta-front h4,
.entry-meta-single h4 {
	font-size:16px;
	margin-left:4px;
	position:relative;
}
.entry-meta-front ul li,
.entry-meta-single ul li {
	list-style: disc;
	line-height: 1.2em;
	font-size: 1.2em;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
}
.entry-meta-front ul li a,
.entry-meta-single ul li a {
	color: #660066;
}

.meta-authorimage {
	height:92px;
	margin-left:5px;
	width:70px;
	margin-top:2px;
}

.meta-authorinfo {
	height:90px;
	margin-left:80px;
	margin-top:-91px;
	position:relative;
	width:180px;
}

#meta-authorinfo-author {
	font-size:11px;
	font-weight:bold;
}

#meta-authorinfo-url {
	font-size:10px;
	line-height:15px;
}

#meta-authorinfo-profil {
	font-size:10px;
}

.meta-authorpost {
	font-size:10px;
	margin-left:267px;
	margin-top:0;
	position:relative;
	top:-92px;
	width:305px;
	min-height:90px;
}

.meta-authorpost-print {
	background:transparent url('images/printer.png') no-repeat scroll right top;
	float:right;
	font-size:13px;
	padding-bottom:1px;
	position:absolute;
	right:6px;
	top:4px;
	z-index: 100;
}
.meta-authorpost-print2 {
	font-size:10px;
	padding-right:20px;
	}

.meta-authorpost-edit {
	background:transparent url('images/pencil2.png') no-repeat scroll right top;
	float:right;
	font-size:13px;
	line-height:1.9em;
	position:relative;
	right:0;
	top:-41px;
}
.meta-authorpost-edit2 {
	font-size:11px;
	padding-right:20px;
}
.meta-authorpost-categories {
	font-size:13px;
	background: url('images/kategorie2.png') left top no-repeat;
	padding-bottom: 1px;
}
.meta-authorpost-categories2 {
	font-size:10px;
	padding-left:18px;
}
.meta-authorpost-prep {
	font-size:10px;
	padding-left: 0px;
}
.meta-authorpost-tags {
	font-size:13px;
	background: url('images/tag_blue2.png') left top no-repeat;
	padding-bottom: 1px;
	
}
.meta-authorpost-tags2 {
	font-size:10px;
	padding-left:18px;
}

.meta-authorpost-categories a,
.meta-authorpost-tags a,
#meta-authorinfo-url a,
#meta-authorinfo-profil {
    color: #660066;
}
	
.meta-similar {
	margin-top:-60px;
}
	
	
/* - Abstand zw. Titel & Metadaten - */
.entry-meta {
	position: relative;
    display: block;
	border-top: 1px dotted #660066;
	border-bottom: 1px dotted #660066;
	}
.entry-meta a {
	color: #660066;
}
.entry-meta a:hover {
    color: #FF6600;
}
    
/* - Farbe der "Standard"-Metadaten - */    
.meta-prep, .meta-start, .entry-meta, .entry-tags { 
    color: #666666;
    }
.entry-meta a.commentslink {
    color: #660066;
    }
		
/* - Farbe der Metadaten: Autor, Kategorie, Tags - */    
.entry-author a,
.entry-categories a,
.entry-tags a {
    color: #660066;
    }

/* - Abstand & Farbe der Metadaten: Edit - */ 
.entry-edit a {
    color: #660066;
    }
.entry-meta h4 {
	margin-top: 25px;
	margin-left: 2px;
	top: 20px;
	font-size: 16px;
	}
.entry-meta ul li {
	list-style: disc;
	line-height: 1.2em;
	font-size: 1.2em;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	}
.entry-meta ul li a {
	color: #660066;
	}
	
	
	
	
.entry-comments {
	margin-top: 30px;
	}

/* - Schiftfarbe des "Artikels" - */    
.entry-content {
    line-height: 1.5em;
    color: #333333;
	padding-top: 0px;
    }
	
	
.more-link {
	text-decoration: underline;
	}
    
/* ++ Kommentare unter dem Artikel ++ */
/* - Position & Frabe "Rss" & "Trackback" */ 
   
.commentsrsslink {
	background: none;
	padding: 0px;
	margin-right: 0px;

/*	background: url('images/feed.png') left top no-repeat;
	padding: 2px 0 2px 20px;
	margin-right: 10px;   
	height: 16px; */
	} 
		
#please_link_to_me_title p {
	margin-top: 10px;
	font-size: 13px;
	line-height: 1.1em;
	color: #660066;
	}
	
#please_link_to_me_desc p {
	margin-top: 5px;
	color: #666666;
	}
	
#please_link_to_area {
	border-color: #660066;
	border-style: ridge;
    font-family: /*'Trebuchet MS',*/ Verdana, Helvetica, Arial, sans-serif;
	width: 570px;
	}

/*.trackbacklink {
	background: url('images/arrow_refresh2.png') left top no-repeat;
	padding: 2px 0 2px 20px;
	height: 16px;
	} 

.commentsrsslink a, .trackbacklink a {
	color: #660066;
	padding: 2px;
	} */

.comment-meta a {
    color: #660066;
    }

#commentlist {
	margin: 10px 0 20px;
	position: relative;
	}

#commentlist li {
	margin: 10px 0 0;
	padding: 15px 15px 5px;
	list-style: none;
	border: 2px;
	border-style: dotted;
	border-color: #F0F0F0;
	
	
	}
	
#author, #email, #url, #comment {
	border-color: #660066;
	border-style: ridge;
	}
	
#comment {
	width: 570px;
	}	
	
#submit {
	margin-top: 10px;
	}
	
.comment-error {
	font-size: 12px;
	background-color: #F0F0F0;
	text-align: center;
	}	

.comments #commenterror {
	display: none;
	letter-spacing: 0.1em;
	font-weight: bold;
	line-height: 2.0;
	text-align: center;
	padding: 0px;
	color: #FF6600;
	background-color: transparent;
	}

#comment-preview {
	font-size: 12px;
	background: #f0f0f0;
	padding: 15px;
	line-height: 1.8em;
	}
	
.commentauthor a {
	font-weight:  normal;
	letter-spacing: 0.01em;
	}

    
/* ARCHIV SEITE SCHOENER !!! */    
.archive-list a {
    display: list-item;
	} 

/* --------------------------------- */
/* --------- Blog-Autoren ---------- */  
/* --------------------------------- */

.blogautoren {
	width: 582px;
	height: 8590px; 
	top: 315px;
/* 	border: 1px solid #00FF00; /* grün - NeuSlot > height ++ */
	}
	
.top-content {
	width: 580px;
	height: 420px;
	position: absolute;
	}

.top-links {
	position: absolute;
	width:  265px;
	height: 440px;
	top: -20px;
	left: 10px;
	}
	
.top-mitte {
	position: absolute;
	width: 2px;
	height: 440px;
	top: -20px;
	left: 289px;
	border-left: 1px dotted #660066;
	}
	
.top-rechts {
	position: absolute;
	width: 265px;
	height: 340px;
	top: -20px;
	right: 10px;
	}
	
/*.top-rechts-linie {
	position: absolute;
	width: 290px;
	height: 2px;
	top: 336px;
	right: 0px;
	border-top: 1px dotted #660066;
	} */
	
.top-login {
	position: absolute;
	width: 265px;
	height: 70px;
	top: 350px;
	right: 10px;
	}
	
.neu-header {
	left: -10px;
	}

.neu-header h4 {
	margin-top: -20px;
	}
	
.neu-autor {
	position: absolute;
	width: 265px;
	margin-top:-8px !important;
	}
	
.neu-bild {
	width: 141px;
	}
		
.neu-titel {
	position: absolute;
	top: 1px;
	left: 148px;
	font-size: 9px;
	line-height:12px;
	}
	
.neu-name {
	position: absolute;
	top: 23px;
	left: 148px;
	font-weight: bold;
	font-size: 14px;
	}
	
#neu-info {
	margin-top: -10px !important;
	}
	
.neu-name a {
	font-size: 10px;
	}
	
.neu-position {
	position: absolute;
	top: 82px;
	left: 148px;
	font-size: 11px;
	line-height: 1.25em;
	}
	
.neu-firma {
	position: absolute;
	top: 118px;
	left: 148px;
	font-size: 12px;
	line-height: 1.2;
	}

.neu-xing {
	position: absolute;
	top: 163px;
	left: 148px;
	}
	
.neu-kontakt {
	position: absolute;
	top: 165px;
	left: 148px;
	}

.neu-text {
	position: absolute;
	top: 190px;
	text-align: left;
	}
	
.bewerb-header h4 {
	margin-top: -20px;
	}
	
.bewerb-content {
	margin-top: 20px;
	text-align: left;
	}
	
.login-header h4 {
	margin-top: -20px;
	}
	
.login-content {
	margin-left: 10px;
	font-size: 10px;
	}

.login-content a {
	margin-top: -20px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 12px;
	}

	
.bottom-content {
	width: 580px;
	height: 8130px;
	position: absolute;
	top: 475px;
/* 	border: 1px solid #0000FF;  /* blau - NeuSlot > height ++ */
	}
	
.autoren-header h4 {
	margin-top: -15px;
	}

.autoren-header {
	width: 580px;
	margin-top: 10px !important;
	position: absolute;
	border-bottom: 2px solid #660066;
	}
	
.autoren-content {
	width: 578px;
	position: absolute;
	height: 8100px;
/*	border: 1px solid #FF0000;  /* rot - NeuSlot > height ++ */
	}
	
	
/*  Autoren Slots  */
.autoren-slot1 {
	position: absolute;
	top: 8px;
	width: 580px;
	height: 110px;
	border-bottom: 1px dotted #660066;
	}
	
.autoren-slot2 {
	position: absolute;
	top: 120px;
	width: 580px;
	height: 110px;
	border-bottom: 1px dotted #660066;
	}
	
.autoren-slot3 {
	position: absolute;
	top: 232px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}

.autoren-slot4 {
	position: absolute;
	top: 344px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}

.autoren-slot5 {
	position: absolute;
	top: 456px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}

.autoren-slot6 {
	position: absolute;
	top: 568px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}

.autoren-slot7 {
	position: absolute;
	top: 680px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}

.autoren-slot8 {
	position: absolute;
	top: 792px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}
	
.autoren-slot9 {
	position: absolute;
	top: 904px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}

.autoren-slot10 {
	position: absolute;
	top: 1016px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}
	
.autoren-slot11 {
	position: absolute;
	top: 1128px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}
	
.autoren-slot12 {
	position: absolute;
	top: 1240px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}
	
.autoren-slot13 {
	position: absolute;
	top: 1352px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}
	
.autoren-slot14 {
	position: absolute;
	top: 1464px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}
	
.autoren-slot15 {
	position: absolute;
	top: 1576px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}
	
.autoren-slot16 {
	position: absolute;
	top: 1688px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}
	
.autoren-slot17 {
	position: absolute;
	top: 1800px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}
	
.autoren-slot18 {
	position: absolute;
	top: 1912px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}
	
.autoren-slot19 {
	position: absolute;
	top: 2024px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}

.autoren-slot20 {
	position: absolute;
	top: 2136px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}
	
.autoren-slot21 {
	position: absolute;
	top: 2248px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}
	
.autoren-slot22 {
	position: absolute;
	top: 2360px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}
	
.autoren-slot23 {
	position: absolute;
	top: 2472px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}
	
.autoren-slot24 {
	position: absolute;
	top: 2584px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}	
	
.autoren-slot25 {
	position: absolute;
	top: 2696px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}
	
.autoren-slot26 {
	position: absolute;
	top: 2808px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}
	
.autoren-slot27 {
	position: absolute;
	top: 2920px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}
	
.autoren-slot28 {
	position: absolute;
	top: 3032px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}
	
.autoren-slot29 {
	position: absolute;
	top: 3144px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}	
	
.autoren-slot30 {
	position: absolute;
	top: 3256px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}	
	
.autoren-slot31 {
	position: absolute;
	top: 3368px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}	
	
.autoren-slot32 {
	position: absolute;
	top: 3480px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}
	
.autoren-slot33 {
	position: absolute;
	top: 3592px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}
	
.autoren-slot34 {
	position: absolute;
	top: 3704px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}

.autoren-slot35 {
	position: absolute;
	top: 3816px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}

.autoren-slot36 {
	position: absolute;
	top: 3928px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}
	
.autoren-slot37 {
	position: absolute;
	top: 4040px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}	
	
.autoren-slot38 {
	position: absolute;
	top: 4152px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}	
	
.autoren-slot39 {
	position: absolute;
	top: 4264px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}	
	
.autoren-slot40 {
	position: absolute;
	top: 4376px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}
	
.autoren-slot41 {
	position: absolute;
	top: 4488px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}
.autoren-slot42 {
	position: absolute;
	top: 4600px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}	
.autoren-slot43 {
	position: absolute;
	top: 4712px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}
.autoren-slot44 {
	position: absolute;
	top: 4824px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}
.autoren-slot45 {
	position: absolute;
	top: 4936px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}
.autoren-slot46 {
	position: absolute;
	top: 5048px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}
.autoren-slot47 {
	position: absolute;
	top: 5160px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}
.autoren-slot48 {
	position: absolute;
	top: 5272px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}
.autoren-slot49 {
	position: absolute;
	top: 5384px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}
.autoren-slot50 {
	position: absolute;
	top: 5496px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}
.autoren-slot51 {
	position: absolute;
	top: 5608px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}
.autoren-slot52 {
	position: absolute;
	top: 5720px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}
.autoren-slot53 {
	position: absolute;
	top: 5832px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}
.autoren-slot54 {
	position: absolute;
	top: 5944px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}
.autoren-slot55 {
	position: absolute;
	top: 6056px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}
.autoren-slot56 {
	position: absolute;
	top: 6168px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}	
.autoren-slot57 {
	position: absolute;
	top: 6280px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}	
.autoren-slot58 {
	position: absolute;
	top: 6392px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}	
.autoren-slot59 {
	position: absolute;
	top: 6504px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}	
.autoren-slot60 {
	position: absolute;
	top: 6616px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}	
.autoren-slot61 {
	position: absolute;
	top: 6728px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}	
.autoren-slot62 {
	position: absolute;
	top: 6840px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}	
.autoren-slot63 {
	position: absolute;
	top: 6952px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}	
.autoren-slot64 {
	position: absolute;
	top: 7064px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}	
.autoren-slot65 {
	position: absolute;
	top: 7176px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}
.autoren-slot66 {
	position: absolute;
	top: 7288px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}	
.autoren-slot67 {
	position: absolute;
	top: 7400px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}
.autoren-slot68 {
	position: absolute;
	top: 7512px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}	
.autoren-slot69 {
	position: absolute;
	top: 7624px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}	
.autoren-slot70 {
	position: absolute;
	top: 7736px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}
.autoren-slot71 {
	position: absolute;
	top: 7848px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}	
.autoren-slot72 {
	position: absolute;
	top: 7960px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}
.autoren-slot73 {
	position: absolute;
	top: 8072px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}	


/*  Autoren-Slots Content  */
.autoren-bild {
	position: absolute;
	left: 15px;
	width: 71px;
	}
		
.autoren-titel {
	position: absolute;
	top: 2px;
	left: 95px;
	font-size: 10px;
	}
	
.autoren-name {
	position: absolute;
	top: 18px;
	left: 95px;
	font-size: 14px;
	font-weight: bold;
	}
	
.autoren-name a {
	font-size: 10px;
	}
	
.autoren-position {
	position: absolute;
	top: 40px;
	left: 95px;
	font-size: 11px;
	line-height: 1.25em;
	}
	
.autoren-firma {
	position: absolute;
	top: 70px;
	left: 95px;
	font-size: 12px;
	}
	
.autoren-xing {
	position: absolute;
	top: 40px;
	right: 15px;
	}
.autoren-xing2 {
	position: absolute;
	top: 70px;
	right: 15px;
	}
	
.autoren-twitter {
	position: absolute;
	top: 70px;
	right: 15px;
	}

/*  Profilseiten der Autoren  */
.profil-back {
	position: relative;
	top: 10px;
	/* 	font-size: 10px; */
	}
	
.profil-back a {
	text-decoration: underline;
	/* color: #999999; */
	}
	
.profil-back a:hover {
	text-decoration: none;
	}

.profil {
	position: relative;
	width: 578px;
	height: 500px;
	top: 20px;
	}
	
.profil-bild {
	position: absolute;
	left: 15px;
	}

.profil-titel {
	position: absolute;
	left: 170px;
	top: 5px;
	font-size: 12px;
	line-height: 1.5em;
	}
	
.profil-name {
	position: absolute;
	left: 170px;
	top: 22px;
	font-size: 17px;
	letter-spacing: 0.1em;
	}

.profil-position {
	position: absolute;
	font-size: 12px;
	left: 170px;
	top: 50px;
	}
	
.profil-firma {
	position: absolute;
	left: 170px;
	top: 85px;
	}
	
.profil-firma-ts {
	position: absolute;
	left: 170px;
	top: 92px;
	}
	
.profil-xing {
	position: absolute;
	left: 170px;
	top: 135px;
	}

.profil-xing2 {
	position: absolute;
	left: 170px;
	top: 135px;
	}
	
.profil-twitter {
	position: absolute;
	left: 270px;
	top: 135px;
	}
.profil-twitter-x {
	position: absolute;
	left: 170px;
	top: 135px;
	}

.profil-kontakt {
	position: absolute;
	left: 270px;
	top: 135px;
	}
.profil-kontakt1 {
	position: absolute;
	left: 280px;
	top: 135px;
	}
.profil-kontakt2 {
	position: absolute;
	left: 405px;
	top: 135px;
	}
.profil-kontakt3 {
	left:365px;
	position:absolute;
	top:135px;
	}
.profil-kontakt4 {
	left:355px;
	position:absolute;
	top:135px;
	}
	
.profil-kontaktx {
	position: absolute;
	left: 170px;
	top: 135px;
	}

.profil-text {
	position: absolute;
	left: 15px;
	width: 548px;
	top: 185px;
	line-height: 1.4em;
	}
	
.profil-text ul {
	margin-top: -8px;
	left: -10px;
	list-style: disc;
	}
	
/* Profilseite Redaktionsteam */
.profil-red1 {
	position: absolute;
	top: 55px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	border-top: 1px dotted #660066;
	}
.profil-red2 {
	position: absolute;
	top: 175px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}
.profil-red3 {
	position: absolute;
	top: 295px;
	width: 580px;	height: 110px;
	border-bottom: 1px dotted #660066;
	}
.profil-redtxt {
	position: absolute;
	left: 15px;
	width: 548px;
	top: 440px;
	line-height: 1.4em;
	}
	

/* ------------------------------------------------- */
/* ------------------  Profilseite  ---------------- */
/* ------------------------------------------------- */

#interviewlist {
	
	}
	
#beitraglist {

}
	
/*  Subscription Manager  */

.subscription-manager {
	position: absolute;
	left: 40px;
	width: 800px;
	font-size: 12px;
	}
	
.wrap h2 {
	margin-bottom: 10px;
	font-size: 25px;
	}
	
.wrap2 h2 {
	margin-top: 20px;
	font-size: 25px;
	}
	
.options {
	line-height: 1.4em;
	}
		

.legend1,
.legend2,
.legend3,
.legend4 {
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 16px;
	}
	
.legend1-text,
.legend2-text,
.legend3-text,
.legend4-text {
	margin-bottom: 5px;
	}
	
.legend1-input,
.legend2-sumit,
.legend3-sumit,
.legend4-newemail,
.legend4-sumit {
	margin-top: 5px;
	margin-bottom: 5px;
	}

.legend2-liste ol {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	}
	
.legend2-liste ol li {
	list-style-type: none;
	}
	
.updated {
	font-size: 16px;
	text-align: center;
	line-height: 1.5em;
	background-color: #CCCCCC;
	color: #FF6600;
	}
	
/* PAGEBAR */
.pagebar {
	padding: 0.2em 0.5em;
	margin-right: 0.1em;
	margin-bottom: 1.0em;
	margin-top: 50px;
	border: 1px solid #fff;
	background: #fff;
	text-align:center;
	text-decoration: none;
}

.pagebar a,.pageList .this-page {
	border:1px solid #660066;
	margin-left:1px;
	margin-right:1px;
	padding:0.3em 0.5em;
	text-decoration:none;
	}

.pagebar a:visited {
	border: 1px solid #660066;
	text-decoration: none;
	padding: 0.3em 0.7em;
}

.pagebar .break {
	padding: 2px 6px 2px 6px;
	border: none;
	background: #fff;
	text-decoration: none;
}

.pagebar .this-page {
	background:#660066 none repeat scroll 0 0;
	border:1px solid #660066;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	padding:0.3em 0.4em;
}

.pagebar a:hover {
	border-color: #ff6600;
}

.pagebar .inactive
{
   border: 1px solid #cccccc;
	color: #ccc;
   text-decoration: none;
   padding: 0.3em 0.7em;
}
	
	
	
#dynamic-content {
	padding-top:10px;
}	


/*  FOOTER  */
#footer {
	position: relative;
	/*position: inherit;*/
	/*position: static;*/
	/*left: 391px;*/
	width: 879px;
	height: 65px;
	margin-top: 0px; /*40px;*/
	border-top: 1px solid #660066;
	clear: both;
	padding: 0;
	text-align: center;
	color: #660066;  /*  #777 - Original */
	}
	

#footer p {
	margin-top: 10px;
	line-height: 1.6em;
	}

#footer a {
	color: #660066;  /*  #888 - Original */
	border-bottom: 1px solid #660066;   /*  #888 - Original */
	font-weight: bold;
	}

#footer a:hover {
	border: none;
	text-decoration: none;
	color: #FF6600;  /*  #000 - Original */
	}

#footer .wp-version,
#footer .k2-version {
	display: none;
	}

.footerstats {
	display: none;
}
	
.imageframe {
	margin-bottom:10px !important;
	margin-right:13px !important;
	margin-top:10px !important; 
}
.imageframe alignrigt {
	margin-bottom:8px !important;
	margin-left:13px !important;
	margin-right:5px !important;
	margin-top:8px !important; 
}
.imagecaption { 
	font-style:italic;
	font-size:11px;
	margin-bottom:5px !important;
	margin-top:3px !important;
	text-align:center;
	line-height:14px;
}