@charset "UTF-8";
/*
-----------------------------------------------------
Thandorf.de master CSS Datei fuer screen media, normal fonts
FileName:    mediastyle.css
Version:     08-FEB-2008
-----------------------------------------------------
*/

body {
	margin:0;
	padding:0;
	border:0;
	width:100%;
	background:#efefef;
	min-width:600px; 
/*	font-size:90%; */
	}
	
/* Durchgaengiger Oberteil der Seite mit Logo und Claim */
/* ----------------------------------------------------- */

#TopHead {
	background: #dde6e5;
	height: 147px;
	clear: both;
	float: left;
	width: 100%;
	border-bottom: 3px solid #468023;
}

#HeadLogo {
	width: 190px;
	min-width: 190px;
	text-align: center;
	padding: 30px 5px 5px 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	}

#HeadContent {
	top: 0px;
	right: 0px;
	left: 200px;
	position:absolute;
	text-align: center;
	padding: 0px 5px 5px 5px;
	}

#HeadMenu {
	background: #468023; 
	height: 22px;
	clear: both;
	float: left;
	width: 100%;
	border-bottom: 3px solid #468023;
	}

.HeadMainMenu {
	left: 200px;
	height:30px;
	width: 75%;
	position:absolute;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	color: #ffffff;
	padding-top: 1px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-size: 0.89em;
	}

.HeadMainMenu a:link {color: #ffffff; }
.HeadMainMenu a:visited {color: #ffffff; }
.HeadMainMenu a:hover {color: #ffcc99; }
.HeadMainMenu a {text-decoration: none }
.HeadMainMenu a img {border-style: none; }


.HeadMainMenu .tx-macinasearchbox-pi1 {
	position:absolute;
	left: 26em;
	top: 6px;
	}


/* Drei Spalten im Mittelteil */
/* ----------------------------------------------------- */

.MainContent {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
        width:100%;				/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	}

.Columns3 {
	background: #ffffff;    	/* Right column background colour */
	}
	
.Columns3 .ColMiddle  {
        float:left;
        width:200%;
        margin-left:-200px; 	/* Width of right column */
        position:relative;
        right:100%;
        background:#ffffff;    	/* Centre column background colour */
    }
    
.Columns3 .ColLeft {
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:400px;         	/* Left column width + right column width */
        background:#dedede;    	/* Left column background colour */
    }
    
.Columns3 .ColRight  {
        float:left;
	width:50%;
	position:relative;
	right:200px;        	/* Width of left column */
	padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
	}
	
.Columns3 .Col1  {
        margin:0 215px;     	/* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
        position:relative;
	left:200%;
	overflow:hidden;
	}
	
.Columns3 .Col2  {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:170px;        	/* Width of left column content (left column width minus left and right padding) */
        position:relative;
        right:15px;         	/* Width of the left-had side padding on the left column */
    }
    
.Columns3 .Col3  {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:170px;        	/* Width of right column content (right column width minus left and right padding) */
        margin-right:45px;  	/* Width of right column right-hand padding + left column left and right padding */
        position:relative;
        left:50%;
    }

.Col2 .ContentLeft {
        padding-top: 30px;
        padding-bottom: 15px;
        } 
   
/* Schriftarten, -farben und -groessen */
/* ----------------------------------------------------- */

h1 {
	font-size: 1.5em; 
	font-weight: bold; 
	line-height: 1.8em; 
	color: #468023; 
	text-align: left;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	margin-top:5px;
   	margin-bottom:5px;
	}

h2 {
	font-size: 1.3em; 
    	font-weight: bold; 
    	line-height: 1.8em; 
    	color: #468023; 
    	text-align: left;
    	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
    	margin-top:5px;
    	margin-bottom:5px;
	}

h3 {
	font-size: 1.1em; 
	font-weight: bold; 
	line-height: 1.8em; 
	color: #468023; 
	text-align: left;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	margin-top:5px;
	margin-bottom:5px;
	}
	
p, ul {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 0.8em;
	color: #000000;
	}
	
		
.Col2, .Col3 h1 {
	font-size: 1.28em; 
	line-height: 1.5em; 
	color: #468023; 
	text-align: left;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	}
	
.Col2, .Col3 h2 {
	font-size: 1.1em; 
	font-weight: bold; 
	line-height: 1.4em; 
	color: #468023; 
	text-align: left;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
 	}

.Col2, .Col3 h3 {
	font-size: 1.0em; 
	font-weight: bold; 
	line-height: 1.4em; 
	color: #468023; 
	text-align: left;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	}

.Col2, .Col3 p, ul {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 0.9em;
	font-weight: normal; 
 	color: #000000;
	}	

.Col2 h1, .Col2 h2, .Col2 h3 {
	color: #468023;
	}
	
	
/* Links und Bilder*/
/* ----------------------------------------------------- */
a:link {color: #468023; }
a:visited {color: #468023; }
a:hover {color: #00ffff;
	text-decoration: underline; }
a {text-decoration: none; }
a img {border-style: none; }

/* Menuepunkte*/
/* ----------------------------------------------------- */
.MenuLeft {
	padding-top: 30px;
	padding-bottom: 15px;
	padding-left: 0px;
	}
.MenuLeft a:link {color: #468023; }
.MenuLeft a:visited {color: #468023; }
.MenuLeft a:hover {color: #00ffff; }
.MenuLeft a {text-decoration: none }
.MenuLeft a img {border-style: none; }

.MenuLeftLayer1 {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	font-size: 1.36em;
	line-height: 1.5em;
	margin-left: 0px;
	margin-right:10px;
	position:relative;
	}
.MenuLeftLayer2 {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 1.21em;
	line-height: 1.4em;
	margin-left:10px;
	margin-right:10px;
	position:relative;
	}
	
.MenuLeftLayer3 {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 1.10em;
	line-height: 1.4em;
	margin-left:20px;
	margin-right:10px;
	position:relative;
	}

.MenuLeftLayer1Active {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	font-size: 1.36em;
	line-height: 1.5em;
	margin-left: 0px;
	margin-right:10px;
	position:relative;
	}
.MenuLeftLayer2Active {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 1.21em;
	line-height: 1.4em;
	margin-left:10px;
	margin-right:10px;
	position:relative;
	}
	
.MenuLeftLayer3Active {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 1.10em;
	line-height: 1.4em;
	margin-left:20px;
	margin-right:10px;
	position:relative;
	}


/*  Fuss der Seite */
/* ----------------------------------------------------- */

#Bottom {
	clear: both;
	float: left;
	width: 100%;
	height: 40px;
	border-top: 1px solid #888888;
	background: #ccddcc;
	}
	
#Bottom .BottomContent {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px; 
	margin-top:5px;
	margin-bottom:5px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 0.76em;	
	}	

/*  timtab social bookmarks */
/* ----------------------------------------------------- */

.tx-timtabsociable-pi1 img {
	padding: 0.2em;
	}


/*  macina searchbox im top-Menu */
/* ----------------------------------------------------- */

.HeadMainMenu .tx-macinasearchbox-pi1 {
	position:absolute;
	left: 26em;
	top: 0px;
	right: 0;
	}

/*  ve-guestbook */
/* ----------------------------------------------------- */


.tx-guestbook-clear{
        width: 100%;
        margin-top: 2em;
        }

.tx-guestbook-header {
        background-color: #6882ca;
        border:1px solid #fe6700; 
        width: 100%;
        color: #ffffff;
        padding-left: 0.6em;
        }

.tx-guestbook-header h2 {
        background-color: #6882ca;
        border:1px solid #fe6700; 
        color: #ffffff;
        padding-left: 0.6em;
        }

.tx-guestbook-date {
        margin-top: 0.3em;
        margin-right: 0.1em;
        padding-top: 0.4em; 
        background: #ffffff;
        color: #000000;
        }

.tx-guestbook-left {
        float: left;
        width: 15em;
        min-width: 15em;
        height: 100%;   
        padding-left: 1em;
        background: #ffcc99;            /* left column background colour */
        font-size: 0.87em;
        border-right: 1px solid #000000;
        }

.tx-guestbook-right {
/*        width: 60%;           */
        margin-left: 15em;        
        padding-left: 2em;        
        margin-right: 1em;        
        padding-right: 1em;       
        background: #ffffff;            /* right column background colour */
        }

.tx-guestbook-field label  {
        display: block;
        text-align: right;
        padding-right: 1em;
        float: left;
        width: 15em; /* Breite.*/
        }

.tx-guestbook-field input, select {
        display: block;
        text-align: left;
        padding-right: 1em;
        float: left;
        width: 12em; /* Breite.*/
        }

.csc-mailform-field label {
        display: block;
        text-align: right;
        padding-right: 1em;
        float: left;
        width: 15em; /* Breite.*/
        }


.tx-guestbook-field input#submit { /* der Submit-Button */
        float: none;
        padding-right: 13em;
        width: auto;
        text-align: center;
        }
         
.tx-srfreecap-pi2-image {
        padding-top: 1em;
        padding-left: 0.1em;
        }

		
/*  tt-news */
/* ----------------------------------------------------- */

.news-single-item {
        font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
        padding:5px;    
        margin-bottom:5px;
        }

.news-single-rightbox {
        float: right;
        text-align: right;
        margin-bottom: 15px;
        margin-right:5px;
        margin-top: 20px;
        }

/*--------- news list aktuelles -------------*/

.news-list-actual-container {
	padding-bottom: 2.51em;
	overflow: hidden;
	width: 100%;
 	}

.news-actual-list-item {
	width: 250px;
	height: 350px;
	overflow: hidden;
	min-width: 250px;
/*	background-color: #d0cece; */
	float: left;
	font-size: .88em;
	padding-right: 5%;
	margin-bottom: 2em;	
	}

.news-actual-list-item-content {
	float: right;
	}

.news-actual-list-item h2 {
	line-height: 1.29em; 
	font-size: 1.18em;
	font-weight: bold;
	}

/*.news-actual-list-item-content a:visited {
	color: black;
	}

.news-actual-list-item-content a:hover {
	color: 222222;
	}

.news-actual-list-item-content a:link {
	color: black;
	}
*/
.news-actual-list-item-content p {
	margin-top: 0;
	color: black;
	}

.news-actual-list-category {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: .74em;
	float: left;
	width: 60%;
	margin-top: 0.51em;	
	margin-bottom: .51em;
	}

.news-actual-list-date {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: .74em;
	float: right;	
	width: 40%;
	margin-top: 0.51em;	
	margin-bottom: .51em;
	}


/*-----------------------------------  ve_guestbook comments latest view  -----------------------------------*/

.tx-timtablatestcomments-pi1 {
	margin-left: 5px;
	padding-right: 5px;
}
.latestComments {
	font-size: 0.79em; 
	margin-bottom: 10px;
	padding-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
}

.latestCommentEntry {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	text-align: left;
/*	padding:2px;
	margin:3px;
	border:1px solid #666; */
}

.author{
	padding: 5px;
	text-align: right;
}
.entry {
	padding: 5px;
	text-align: left;
}
 

/*  KS_sitemap */
/* ----------------------------------------------------- */

.ksSitemapHeadline {color:#ffdf06; font-size:1.12em; font-weight:bold;}
.ksSitemapFullWidTable {width:75%; border:0px;}
.ksSitemapLeftMargMin {margin-left:0px;}
.ksSitemapL0TD {background-color:#ffdf06; height:35px; padding-left:10px; border:solid 1px #375475;}
.ksSitemapL1TopSpace {margin-top:15px;}
.ksSitemapL1TD {
        border-top:solid 1px #375475;  border-bottom:solid 1px #375475;
        border-right:solid 1px #375475; border-left:solid 1px #375475;
        padding-left:10px; height:35px;
}
/* Sitemap Level 0:*/
a.ksSitemap0, a.ksSitemap0:link, a.ksSitemap0:visited, a.ksSitemap0:active {
        font-size:1.12em;       color:#000000;  font-weight:bold;       text-decoration:none;
}
a.ksSitemap0:hover {font-size:1.12em; color:#000000; font-weight:bold; text-decoration:underline;}
/* Sitemap Level 1:*/
a.ksSitemap1, a.ksSitemap1:link, a.ksSitemap1:visited, a.ksSitemap1:active {
        font-size:0.98em;       color:#000000;  font-weight:bold;       text-decoration:none;
}
a.ksSitemap1:hover {font-size:0.98em;   color:#e23322; font-weight:bold; text-decoration:underline;}
/* Sitemap Level 2:*/
a.ksSitemap2, a.ksSitemap2:link, a.ksSitemap2:visited, a.ksSitemap2:active {
        font-size:0.83em;       color:#000000; text-decoration:none;
}
a.ksSitemap2:hover {font-size:0.83em;   color:#000000; font-weight:bold; text-decoration:underline;}
/* Sitemap Level 3:*/
a.ksSitemap3, a.ksSitemap3:link, a.ksSitemap3:visited, a.ksSitemap3:active {
        font-size:0.79em;       color:#000000;  text-decoration:none; font-weight:normal;
}
a.ksSitemap3:hover {font-size:11px;     color:#e23322; text-decoration:underline;}
/* Sitemap Level 4:*/
a.ksSitemap4, a.ksSitemap4:link, a.ksSitemap4:visited, a.ksSitemap4:active {
        font-size:0.79em;       color:#375475;  text-decoration:none; font-weight:normal;
}
a.ksSitemap4:hover {font-size:11px;     color:#e23322; text-decoration:underline;}


