/*
Projekt:	horizont 2.0
Datum:		13.02.07
Autor:		Hannes Kunstreich
Email:		hannes.kunstreich@hamburg.de
TODO:
1. php für images schreiben	
2. send button
3. CSS aufräumen global >> lokal >> vererbung | div zusätzlich in news kann ggf. weg
*/

/* @group Global */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
{margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-family:inherit;vertical-align:baseline;}
table{border-collapse:separate;border-spacing:0;}
table,td,th{vertical-align:middle;}
blockquote:before,blockquote:after,q:before,q:after{content:"";}
blockquote,q{quotes:"" "";}
a img{border:none;}
ul li{list-style-type:none;}
a{text-decoration: none;}
body { 
	background-color:#fdfdf6;
	font: 14px Arial, Helevetica, sans-serif; color: #502D1E;
}
img {
	border: 0;
}
#container {
	margin: 0 auto;
	width: 920px;
	text-align: left;
}
#middle-column {
   float: left;
   width: 720px;
   padding: 0 100px 0 100px;
}
#logo {
	margin: 60px 0 0 0;
}
#logo img {
	text-decoration :none;
	border: 0;
}
.hidden {
	visibility: hidden;
}
/* @end */

/* @group content */

#content {
	width:720px;
	height:380px;
	margin: 80px 0 0 0;
}
.high {
	margin: 50px 0 30px 0 ! important;
}
#left {
	float: left;
	width: 358px;
	border: 0;
}
.left-shorter {
	width: 180px;
}
#right {
	float: right;
	width: 343px;
	height: 280px;
	border: 0;
}
#content h1 {
	font-weight: bold;
	font-size: 1.2em;
	letter-spacing: 0.2em;
	margin: 0 0 15px 0;
	font-variant: small-caps;
}
#content .text dl * {
	font-size: .9em;
}
dt {
	margin: 7px 0 0 0;
}
dd {
	margin: 0 0 0 20px;
}
.center {
	text-align:center;
	font-style:italic;
	font-size:1.1em;
}
#content .text a {
	font-size: 1.0em;
	border-bottom: 1px solid #469146;
	padding: 0;
	margin: 0;
	color: #502D1E;
}
#content .text a:hover {
	color:#469146;
	border-bottom: 1px none white;
	padding: 0;
	margin: 0;
} 
#content .text p {
	padding:0 0 .9em 0;
	font-size: .9em;
}
#content .text p span, h2 {
	color:#469146;
	font-variant: small-caps;
	font-size: 1.1em;
}
#pic {
	float: left;
	width:350px;
	height: 250px;
	border:0;
	margin: 35px 0 0 0;
}
.pic-overflow {
	position:relative;
	top: -95px;
	margin: 0 0 -12px 0;
}
.date {
	font-weight:bold;
	margin: 5px 0 5px 0;
	font-size: .8em;
}
hr {
	color:#469146;
	border-style: solid;
	border-width: 1px;
	margin: 0 0 10px 0;
}
.slideshow {
	width: 720px;
	margin: 5px 0 0 0;
}
.slideshow img {
	border: 1px solid #469146;
	height:  72px;
	margin: 0 0 0 1px;
}
.slideshow a:hover {
	border-bottom: 3px solid #469146;	
}
.thumb {
	float: right;
	height: 75px;
	margin: 7px 10px 0 0;
}

/* @end */

/* @group navi */
#navcontainer {
	clear: both;
	width: auto;
}
#navcontainer ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 95px;
}
#navlist {
	height: 25px;
	background-color: #469146;
}
#subnavlist {
	height: 25px;
	background-color: #fdfdf6;
}
#navcontainer li {
	float: left;
	line-height: 25px;
	margin: 5px 7px 0 -7px;
	padding: 0 7px 0 7px;
}
#navcontainer #subnavlist li.first {
	border-left: 2px solid #fdfdf6;
	line-height: 10px;
}
#navlist li {
	border-left: 2px solid #b5d3b5;
	line-height: 10px;
}
#navlist li a, #subnavlist li a:hover {
	color: #b5d3b5;
}
#navlist li a:hover, #navlist li a.main-current {
	color: #fff;	
}
#subnavlist li, #navcontainer #navlist li.first {
	border-left: 2px solid #469146;
	line-height: 10px;
}
#subnavlist li a {
	color:#469146;
}
#navcontainer a, .sub-current, .main-current, .blindnavi {
	text-decoration: none;
	font-size: 12px;
	font-weight:  bold;
}
#navcontainer li.rightnavi { 
	border-left:  0;
	margin-left: 24px;
}
.blindnavi {
	visibility: hidden;
}
#subnavlist li a.sub-current {
	color: #502D1E;
}

/* @group pagination */
.pagination * {
	font-size:.9em;
	font-weight: bold;
}
.pagination { 
	text-align: center;
	margin: 10px 10% 0 0 ;
}
.pagination span {
	padding: 0 2px 0 2px;
}
#content  a {
	padding: 0px 2px 0px 2px;
	text-decoration: none;
}
#content .pagination .current {
	text-decoration: underline;
}
#content .pagination a:hover {
	color: #b5d3b5;
	background-color: #469146;
}
/* @end */
/* @end */

/* @group form */
form {
	margin: 0;
	padding: 0;
}
fieldset {
	padding: 1em 0 1em 0;
	border-style: none;
}
fieldset div {
	display:block;
	margin-bottom:1em;
	padding:0;
}
.checkboxes {
	margin-bottom:.5em;
}
label {
	float:left;
	padding:0 1em;
	text-align:right;
	width:100px;
}
.submit {
	float: right;
	margin-top: -32px;
	margin-right: 100px;
}
input, textarea {
	border: 1px solid #469146;
	background-color: white;
}

/* @end */
