﻿/* 

 _|_|_|_|_|    _|_|      _|_|_|  _|    _|  _|_|_|  
     _|      _|    _|  _|        _|  _|      _|    
     _|      _|    _|  _|        _|_|        _|    
     _|      _|    _|  _|        _|  _|      _|    
     _|        _|_|      _|_|_|  _|    _|  _|_|_| 

© CSS von Tilman Ockert - tocki.de - blog.tocki.de
  
*/




* { padding: 0; margin: 0; }

a { outline: none; }

a img, a:link img { 
	border: none; 
	}

	
body {
	background: #cccccc;
    overflow:auto;
	overflow: -moz-scrollbars-vertical;
	}
	
/* ----------------- Typo ---------------------- */
	

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 13px;
	color: #333333;
        text-align: center;
	}


.bodytext {
	padding-right: 5px;
	}
	
.powermail {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 13px;
	color: #333333;
	}

/* ----------------- Links Partner ---------------------- */
a.partner:link, a.partner:visited, a.partner:active { 
		color: #36A7FF;
		text-decoration: none;
		}
a.partner:hover{
		color: #333333;
		text-decoration: underline;
		}

/* ----------------- Links Kontakt ---------------------- */
a.kontakt:link, a.kontakt:visited, a.kontakt:active { 
		color: #ECC21E;
		text-decoration: none;
		}

a.kontakt:hover{
		color: #333333;
		text-decoration: underline;
		}

/* ----------------- Links Kontakt-Footer ---------------------- */
a.kontakt-footer:link, a.kontakt-footer:visited, a.kontakt-footer:active { 
		color: #333333;
		text-decoration: none;
		}
a.kontakt-footer:hover{
		color: #ECC21E;
		text-decoration: underline;
		}

/* ----------------- Links Projekt ---------------------- */
a.projekt:link, a.projekt:visited, a.projekt:active { 
		color: #AFCA34;
		text-decoration: none;
		}
a.projekt:hover{
		color: #333333;
		text-decoration: underline;
		}

/* ----------------- Links News ---------------------- */
a.news:link, a.news:visited, a.news:active { 
		color: #AB007D;
		text-decoration: none;
		}

a.news:hover{
		color: #333333;
		text-decoration: underline;
		}

a.news-single-backlink:link, a.news-single-backlink:visited, a.news-single-backlink:active { 
		color: #AB007D;
		text-decoration: none;
		}

a.news-single-backlink:hover{
		color: #333333;
		text-decoration: underline;
		}

a.download:link, a.download:visited, a.download:active { 
		color: #AFCA34;
		text-decoration: none;
		}
a.download:hover{
		color: #333333;
		text-decoration: underline;
		}

/* ----------------- Überschriften ---------------------- */	
h1, h1 a:link, h1 a:visited, h1 a:active { 
		font-size: 18px;
		font-weight: bold;
		text-decoration: none;
		margin-bottom: 31px;
		}
	h1 a:hover{
		text-decoration: underline;
		}
		
	
	.projekt-kurz{
		color: #AFCA34;
		background: url(../css-bilder/h1-backy-kurz.png) no-repeat;
		height: 48px;
		width: 384px;
		padding: 9px 0px 0px 19px;		
		}

	.projekt-lang{
		color: #AFCA34;
		background: url(../css-bilder/h1-backy-lang.png) no-repeat;
		height: 48px;
		width: 820px;
		padding: 9px 0px 0px 19px;		
		}
	
	.partner-kurz{
		color: #36A7FF;
		background: url(../css-bilder/h1-backy-kurz.png) no-repeat;
		height: 48px;
		width: 384px;
		padding: 9px 0px 0px 19px;		
		}
		
	.news-kurz{ 
		color: #AB007D;
		background: url(../css-bilder/h1-backy-kurz.png) no-repeat;
		height: 48px;
		width: 384px;
		padding: 9px 0px 0px 19px;		
		}
		
	.kontakt-kurz{ 
		color: #ECC21E;
		background: url(../css-bilder/h1-backy-kurz.png) no-repeat;
		height: 48px;
		width: 384px;
		padding: 9px 0px 0px 19px;		
		}
	
	.kontakt-lang{
		color: #ECC21E;
		background: url(../css-bilder/h1-backy-lang.png) no-repeat;
		height: 48px;
		width: 820px;
		padding: 9px 0px 0px 19px;		
		}
	
	.partner-lang{
		color: #36A7FF;
		background: url(../css-bilder/h1-backy-lang.png) no-repeat;
		height: 48px;
		width: 820px;
		padding: 9px 0px 0px 19px;		
		}
	

	.news-lang{
		color: #AB007D;
		background: url(../css-bilder/h1-backy-lang.png) no-repeat;
		height: 48px;
		width: 820px;
		padding: 9px 0px 0px 19px;		
		}
	
	.kontakt-footer{
		color: #ECC21E;
		margin-bottom: 15px;	
		}

	.kontakt-footer-current{
		color: #ECC21E;
		margin-bottom: 15px;
                text-decoration: none;	
		}
	
	
				
	
/* ----------------- Boxlayout ---------------------- */

.wrapper {
	margin: 25px auto;
	width: 960px;
        text-align: left;
	}

.header {
	width: 960px;
	padding: 0px;
	height: 180px;
	margin: 0px;
	float: left;
	display: inline;
	}
	
	.header-start {
	background: url(../css-bilder/head-bg.jpg) no-repeat;
	}
	.header-projekt {
	background: url(../css-bilder/head-bg-projekt.jpg) no-repeat;
	}
	.header-partner {
	background: url(../css-bilder/head-bg-partner.jpg) no-repeat;
	}
	.header-news {
	background: url(../css-bilder/head-bg-news.jpg) no-repeat;
	}
	.header-kontakt {
	background: url(../css-bilder/head-bg-kontakt.jpg) no-repeat;
	}
	
	.logo {
		float: left;
		margin: 30px 0px 0px 30px;
		}
	
	.suche {
		float: right;
		margin: 20px 28px 0px 0px;
		background: url(../css-bilder/suche.png) no-repeat top right;
		height: 25px;
		width: 300px;
		}
		
		.flags {
			float: left;
			margin-top: 3px;
			}
	
		.suche form {
			float: right;
			width: 245px; height: 22px;
			margin: 0;
			}
		.suche form input {
			border: 0;
			font-size: 0.9em;
			font-family: Verdana;
			float: left;
			width: 200px;
			background-color: transparent;
			margin: 4px 10px 0 2px;
			}
		.suche form button {
			border: 0;
			text-indent: -9999px;
			width: 30px; height: 22px;
			float: left;
			background-color: transparent;
			cursor: pointer;
			}

                .submenu {
		color: #000000;
		float: left;
		margin: 21px 72px 0px 60px;
		}

	.submenu-class-current{
			color: #AFCA34;
			text-decoration: none;
			}

	/* ----------------- Links im Submenu ---------------------- */
	a.submenu-class:link, a.submenu-class:visited, a.submenu-class:active { 
			color: #333333;
			text-decoration: none;
			}

	a.submenu-class:hover{
			color: #AFCA34;
			text-decoration: underline;
			}
	
	.menu {
		float: right;
		margin: 40px 72px 0px 0px;
		text-align: right;
		height: 45px;
		width: 550px;
		}
		
	.print {
		float: right;
		clear: both;
		margin: 21px 72px 0px 0px;
		text-align: right;
		height: 14px;
		width: 16px;
		}
		

.content {
	overflow: auto;
	width: 960px;
	padding-bottom: 50px;
	float: left;
	background: url(../css-bilder/content-bg.jpg) repeat-y;
	}
	
	#oben-links {
		overflow: hidden;
		display: inline;
		float: left;
		width: 410px;
		margin: 12px 0px 0px 58px;
		}
	
	#oben-breit {
		overflow: hidden;
		display: inline;
		float: left;
		width: 845px;
		margin: 12px 0px 0px 58px;
		}
		
		.oben-breit-links{
			overflow: hidden;
			display: inline;
			float: left;
			width: 391px;
			margin: 0px 0px 0px 5px;
			}
		
		.oben-breit-rechts {
			overflow: hidden;
			display: inline;
			float: right;
			width: 391px;
			margin: 0px 2px 0px 0px;
			}
	
	#oben-rechts {
		overflow: hidden;
		display: inline;
		float: right;
		width: 410px;
		margin: 12px 59px 0px 0px;
		}
		
		.box-content{
			margin: 15px 13px 0px 6px;
			}
		
		.teasers {
			border-bottom: solid 1px #999999;
			margin: 15px 0px 0px 0px;
			padding: 0px 5px 17px 5px;
			}

		.newslinks {
			margin: 15px 0px 0px 0px;
			padding: 0px 5px 17px 5px;
			}
	
	#unten-breit {
		overflow: hidden;
		float: left;
		width: 845px;
		margin: 50px 0px 0px 58px;
		display: inline;
		}
	
		.unten-breit-content {
			margin: 15px 13px 0px 6px;
			padding: 0px 5px 17px 5px;
			}
		

/* ----------------- Sitemap---------------------- */


.tx-dropdownsitemap-pi1 a:link, .tx-dropdownsitemap-pi1 a:visited, .tx-dropdownsitemap-pi1  a:active { 

                               color: #ECC21E;

                               text-decoration: none;

                               }


.tx-dropdownsitemap-pi1 a:hover{

                               color: #333333;

                               text-decoration: underline;

                               }



.teasers a:link, .teasers a:visited, .teasers a:active { 

                               color: #AB007D;

                               text-decoration: none;

                               }



.teasers a:hover{

                               color: #333333;

                               text-decoration: underline;

                               }

.news-list-browse a:link, .news-list-browse a:visited, .news-list-browse a:active { 

                               color: #AB007D;

                               text-decoration: none;

                               }



.news-list-browse a:hover{

                               color: #333333;

                               text-decoration: underline;

                               }

.newslinks a:link, .newslinks a:visited, .newslinks a:active { 

                               color: #AB007D;

                               text-decoration: none;

                               }



.newslinks a:hover{

                               color: #333333;

                               text-decoration: underline;

                               }

.oben-breit-links .external-link-new-window  { 

                               color: #AB007D;

                               text-decoration: none;

                               }



.oben-breit-links .external-link-new-window a:hover{

                               color: #333333;

                               text-decoration: underline;

                               }


.external-link-new-window  { 

                               color: #36A7FF;
                               text-decoration: none;

                               }



a.external-link-new-window:hover {
                               color: #333333;
                               text-decoration: underline;
                               }


.footer { 
	width: 960px;
	height: 151px;
	clear: both;
	margin: 0px;
	padding-top: 20px;
	background: url(../css-bilder/footer-bg.jpg) no-repeat;
	}
	
	#kontakt {
		overflow: hidden;
		float: left;
		display: inline;
		width: 400px;
		height: 100px;
		margin: 25px 0px 0px 65px;
		}
	
	#newsletter{
		overflow: hidden;
		float: right;
		display: inline;
		width: 270px;
		height: 100px;
		margin: 25px 51px 0px 0px;
		}
		
		.newsletter-eingabe {
			float: left;
			margin-bottom: 10px;
			background: url(../css-bilder/newsletter-hg.gif) no-repeat top left;
			height: 22px;
			width: 300px;
			}
		
			.newsletter-eingabe form {
				width: 260px; height: 22px;
				margin: 0px;
				}
			.newsletter-eingabe form input {
				border: 0;
				font-size: 0.9em;
				font-family: Verdana;
				float: left;
				width: 213px;
				background-color: transparent;
				margin: 4px 0px 0px 6px;
				}
			.newsletter-eingabe form button {
				border: 0;
				text-indent: -9999px;
				width: 30px; height: 22px;
				float: left;
				background-color: transparent;
				cursor: pointer;
				}
	
.sposors {
	float: right;
	display: inline;
	width: 555px;
	height: 120px;
	font-size: 10px;
	color: #737373;	
	clear: both;
	margin: 10px 35px 0px 0px;
	padding: 0px;
	}

/* ----------------- Sponsoren im Footer ---------------------- */


ul#sponsors-list {
	width: 460px;
	list-style: none;
	margin-left: 0px;
	float: right; 
}

ul#sponsors-list li { display: inline; }
	
ul#sponsors-list li a {
	display: inline;
	float: right; 
	height: 74px;
	background: url(../css-bilder/sponsors-footer.gif) no-repeat;; 
	text-indent: -9999px;
}

	ul#sponsors-list li a.bmbf {
		width: 150px; margin: 0px; background-position: 0 -83px;	
	}
	
	ul#sponsors-list li a.esf {
		width: 160px; margin: 0px; background-position: -160px -83px;	
	}
	
	ul#sponsors-list li a.eu {
		width: 120px; margin: 0px; background-position: -330px -83px;	
	}
	
	
	ul#sponsors-list li a.bmbf:hover, ul#sponsors-list li a.bmbf:focus {
		background-position: 0px 0px;	
	}
	
	ul#sponsors-list li a.esf:hover, ul#sponsors-list li a.esf:focus {
		background-position: -160px 0px;	
	}
	
	ul#sponsors-list li a.eu:hover, ul#sponsors-list li a.eu:focus {
		background-position: -330px 0px;	
	}

div.csc-textpic img {
margin: 5px 0px 5px 0px;
}

.oben-breit-rechts img{
margin: 10px 10px 0px 0px;
}

.csc-textpic-imagewrap {
margin: 0px 0px 0px 0px;
}


.oben-breit-links ul {
list-style-position:inside;
list-style-type:disc;
margin:10px 0px 3px 0px;
}

.oben-breit-links li {
margin:3px 0px 3px 3px;
}

/* ----------------- Indexed Search formatieren ---------------------- */

.browsebox li { 
display:inline; 
margin-right: 10px;
}


.tx-indexedsearch-browsebox li {


} --> für die übersicht der Seiten in denen der Suchbegriff gefunden wurde
 
.tx-indexedsearch-browsebox a, .tx-indexedsearch-browsebox a:link, .tx-indexedsearch-browsebox a:visited  {

                               color: #ECC21E;
                               text-decoration: none;
                               }

.tx-indexedsearch-browsebox a:hover {
                               color: #333333;
                               text-decoration: underline;
                               }

}  --> Darstellung der Navigationselemente (nächste, Seite 1, Seite 2...)
 
