/* 
CSS Stylesheet für Printversion, Handhelds, etc
 
Entwickelt und realisiert von Justweb-Design, Sebastian Scheuer
(c) 2006,2007 by Justweb-Design. All rights reserved

Description: Das gesamte CSS Design für Marbur.de.
Version: 1.0 Alpha
Author: Sebastian Scheuer
Author URI: http://www.justweb-design.de/

*/

/* Allgemeine Styles */

.intro {
	display: none;
}

p {
	text-align: justify;
	color: black; 
}


h2 {
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
}

BODY {color: black; background: white; 	font: 12pt "Times New Roman", Times, serif;}

A:link {color: black; text-decoration: none;}
A:visited {color: black; text-decoration: none;}
A:active {color: black; background: white; text-decoration: none;}

A:Link:after, A:visited:after {

   content: " (" attr(href) ") ";
}

.kategorie_links {
display: none;
}

.kategorie_links_seite {
display: none;

}

.teaser_center {
font: 16px;
text-align: center;
}

/* Spalte 2 Die Hauptseite */
.page {
	text-align: center;
	float: left;
}

/* Spalte 3 Schatten Rechts */
.schattenrechts {
display: none;
}

/* Kopfstyles */


.logo_head {
	text-align: left;
	vertical-align: 50%;
	top: 5px;
}

/* Navigationstyles */

.navigation {
display: none;


}

/* Spalte 1 */

.spalte1_main {
	float:left;
	text-align: justify;
	vertical-align: middle;
	padding: 10px 15px 15px;

}

.content_spalte1_main {
	padding:8px 0px 0px;

}



/* Spalte 2 */

.spalte2_main {
display: none;

}

.seiten_themenbild_spalte2_main {
display: none;


}

.content_spalte2_main {
display: none;
}

/* Ende Spalte 2 */


/* Fußteilstyles */


.links_foot {
display: none;

}

.drucken_foot {
display: none;
}

.copyrights_foot
{
float:left;
}

.url_ort
{
float:left;
}

/* Formularfelder Seite Kontakt */
form.ddfm input,textarea {
display: none;
 }
 
 
/* Formularfelder Suchfunktion */
.suchenfeld {
display: none;
 }
 
 
 .suchenbutton {
display: none;
 }

