/*-----------------------------------------------------------------------------
Screen Stylesheet
General Formatting
for:       www.gak-stuttgart.de
version:   1.0
date:      24.07.2009
author:    [Ralf Abele]
website:   [www.cms-4u.de]

version history: 
-----------------------------------------------------------------------------*/

#top {
	background-image: url(../images/top_bg_programm.png);
}

#main {
  	background-image: url(../images/headline_presse.png);	
}

#menu {
	height: auto;
}

#main_nav {
	height: 400px;
}

#shadow {
	padding: 30px 50px 30px 50px;
}

/*
	Presse-Liste
*/

p.presse_zeitung {
	background-image: url(../images/icon_presse.png);
	background-repeat: no-repeat;
	padding-left: 30px;	
	margin-top: 20px;
	font-size: 120%;
	color: #1c1364;
}

p.presse_datum {
	padding-left: 30px;
	color: #aaa;
	font-weight: bold;
	font-style: italic;
	margin-top: -10px;
}

p.presse_titel {
	padding-left: 30px;
	color: 
	margin-top: -5px;	
}

p.presse_teaser {
	padding-left: 30px;	
	margin-top: 0px;
	color: #1c1364;
	font-style: italic;
}

/*
	Presse-Anzeige
*/

.pressebericht_ausgabe {
	color: #1c1364;	
}

.pressebericht_auflage {
	color: #1c1364;
	font-style: italic;
	float:right;
}

.pressebericht_titel {
	color:#1c1364;
	font-size: 125%;
	font-weight: bold;
	margin-top: 20px;
}

.pressebericht_teaser {
	margin-top: 10px;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

.pressebericht_artikel {
	margin-top: 10px;
	color: #000;
}

.pressebericht_link {
	background-image: url(../images/bg_link_pdf.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-top: 40px;
}