/*-----------------------------------------------------------------------------
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_gak_spezial_2009.png);
}

#main {
  	background-image: url(../images/headline_gak_spezial_2009.png);	
}

#menu {
	height: auto;
}

#main_nav {
	height: 565px;
}

	h2 {
		font-size: 120%;
		color: #1c1364;
		font-weight: bold;
	}

	p.gak_date {
		font-size: 90%;
		color: #646464;
	}
	
	p.gak_headline {
		font-size: 100%;
		color: #1c1364;
		text-decoration: underline;
	}
	
	.gak_image {
		float:right;
		border:1px solid #1b1464;
		margin-right: 20px;
	}
	
	a.pdf {
		background-image: url(../images/bg_link_pdf.png);
		background-repeat: no-repeat;
		padding-left: 25px;
	}
	
	fieldset {
	border: 1px solid #cdcdcd;
	padding: 2px;
	margin-top: 10px;
	color: #1c1364;
	width: 90%;
}

#insertForm_box table tr {
	height: 25px;
}

#insertForm_box table tr td.label {
	width: 150px;
}

#shadow {
	padding-right: 40px;
}

#bottom {
	background-image: url(../images/footer_background_gak_spezial_2009.png);
	height: 40px;
}


/*
	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;
}

