/*
|| ------------------------------------------------------------------
|| Stylesheet: 	zueri-traeff.ch
|| Medium: 		Screen
|| Version: 	0.1
|| Date: 		01/10/2006
|| Autor: 		Sven Baumgartner
||
|| 0.1			First Version
|| ------------------------------------------------------------------
*/


/* --- GLOBAL --- */
body{
    margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
	line-height: 19px;
    color: #666666;
	background-color: #FFFFCC;
	background-image:url(../images/background.gif);
	background-repeat:repeat-x;
    background-attachment:fixed;
}
a{
	text-decoration: none;
	font-weight: bold;
	color: #CC6600;
}
a img{
    border: none;
}
a:hover{
	font-weight: bold;
	color: #b71221;
}
h1 {
	font-family: georgia, palatino, "Times New Roman", serif;
	font-size: 16px;
	color: #CC6600; 
	border-bottom: 1px solid #d2dde4; 
}
h2 {
	font-size: 12px;
	font-weight: bold;
}
h3 { 
	font-family: georgia, palatino, "Times New Roman", serif;
	font-size: 14px;
	color: #b71221;
}
input, textarea, .tx-guestbook-form-inputfield-med, .tx-guestbook-form-inputfield-big, .tx-guestbook-form-textarea { 
	background: #fff url(../images/input.jpg) top left repeat-x; 
	font: 1em/1.6em "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif; 
	border: 1px solid #CFDDE6; 
	padding: 0.5em; 
}
input:hover, textarea:hover, input:focus, textarea:focus { 
	border: 1px solid #005189; 
}
img {
	border: none;
	margin: 0px;
	padding: 0px;
}
input.button{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #DFE6E7;
	border: 1px solid #6c6c6d;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:  #333333;
}


/* --- DIVS --- */
#container{
    margin: 20px auto 0px; 
    width: 900px;
	border: #999999 solid 1px;
	/*border: #EECD9F solid 1px;*/
	background-color: #FFFFFF;
	background-image: url(../images/nav_left.gif);
	background-repeat: repeat-y;
}
#header{
	margin: 0px;
	height: 170px;
	background-image: url(../images/header.jpg);
}
#content{
	font-size: 12px;
	width: 640px;
	min-height: 350px;
    padding: 12px 15px 20px;
	float: left;
}
#footer{
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	height: 0px;
	text-align: center;
	clear: both;
}
#footer a{
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
#footer a:hover{
	color: #CC6600;
}


/* --- MENU --- */
#menu{
	height: 350px;
	width: 200px;
	padding: 10px;
	float: left;
}
#mainmenu{

}
#loginmenu{
	margin-top: 30px;
	width: 160px;
}
.mainlevel{
	width: 160px;
}
.mainlevel a:link, .mainlevel a:visited{
	font-size:12px;
	font-weight: normal;
	display: block;
	color:#CC6600;
	text-align:left;
	background:url(../images/line_dotted.gif) repeat-x bottom left;
	padding-top:4px;
	padding-bottom:4px;
	height:15px;
}
.mainlevel a:hover{
	text-decoration: none;
	display: block;
	color:#CC6600;
	background-color:#FFFFFF;
	padding-left:0px;
	font-weight: bold;
}
.mainlevel_active a:link, .mainlevel_active a:visited {
	font-size:12px;
	font-weight: bold;
	display: block;
	color:#CC6600;
	text-align:left;
	background:url(../images/line_dotted.gif) repeat-x bottom left;
	padding-top:4px;
	padding-bottom:4px;
	height:15px;
	width: 160px;
}
.mainlevel_active a:hover{
	text-decoration: none;
	display: block;
	color:#CC6600;
	background-color:#FFFFFF;
	padding-left:0px;
	font-weight: bold;
}


/* --- PINWAND --- */
.tx-guestbook-list-table {
	border: #CCCCCC solid 1px;
}
.tx-guestbook-list-header {
	background-color: #FFFFFF;
	color: #b71221;
	border-bottom: #CCCCCC solid 1px;
}
.tx-guestbook-list-rowleft {
	background-color: #FFFFFF;
}
.tx-guestbook-list-rowleft a {
	color: #336699;
	font-weight: bold;
}
.tx-guestbook-list-rowleft a:hover {
	color: #CC6600;
	font-weight: bold;
}
.tx-guestbook-list-row {
	background-color: #ebf2f7;
}
.tx-guestbook-latest-header {
	background-color: #FFFFFF;
	color: #b71221;
	border-bottom: #CCCCCC solid 1px;
}
.tx-guestbook-latest-row {
	background-color: #ebf2f7;
}


/* --- EVENTS --- */
.event_title {
	line-height: normal;
	padding: 0px;
	margin: 0px;
}
.event_title a {
	font-weight: normal;
}
.event_month {
	margin: 10px 0px 0px;
}
