/* CSS Document */
/*PAGE LAYOUT*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#logo{background-image:url(logo.gif); width:187px; height:143px;}
#content{
	width:800px; min-height:100%; overflow:hidden; background-color:#F0F0F0; background-image:url(bg_left.gif); background-repeat:repeat-y;
}
#left{
	float:left; width:185px;
}
#main{
	float:right; width:610px;
}

#menu_1 a{
	float: right;
         width: 160px;
         height: 20px;
         background-color:#588f94;
         border: solid 1px #ffffff;
        	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color: #FFFFFF;
	text-decoration:none;
	padding-top:5px;
         text-align: center;
}
#menu_1 div.menu1-level1-act a{
	color:#ffffff;
         font-weight: bold;
}
#menu_1 div.menu1-level2-no a{
	background-color: #ffffff;
         color:#000000;

}
#menu_1 div.menu1-level2-act a{
	background-color: #ffffff;
         color:#000000;
         font-weight: bold;
}

.photos {
	margin-bottom: 15px;
}
.photos a {
	width: 106px;
	float: left;
	text-align: center;
	color: #A2A3A6;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
	margin-top:10px;
}
.photos a:hover {
	background: #FF9900;
	color: #FFFFFF;
}
#footer{
	width:613px; float:right; margin-top:20px;
}

/*TEXT STYLES*/
.bodytext {
	font: 0.9em Tahoma, sans-serif;
	color: #666666;
}
.logotext {
	font: 0.7em Tahoma, sans-serif;
	font-size:30px;
	font-weight:bold;
	color:#FFFFFF;
}
.graytitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color: #CCCCCC;
}
.smallgraytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
}
#TYPO3
div.csc-firstHeader {
	font-family: Tahoma, sans-serif;
	font-size:24px;
	text-decoration: underline;
}
h1.csc-firstHeader {
	font-family: Tahoma, sans-serif;
	font-size:24px;
	border-bottom: dashed 2px #000;
}
p.bodytext {
text-align:left;	
}
p.bodytext img {
text-align: center;
}
.wtgallery_listpic_pic {
	border:none;
	padding: 5px;
	padding: 5px;
}
#counter {
	margin: 0px 0px 10px 20px;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #fff;
}
#counter a {
	color: #ffffff;;
}
#main a {
        color: #588f94;
}
a {
	color: #588f94;
}
table.contenttable {
	background-color: #949494;
	font-size: 11px;
	width: 90%;
}
tr.tr-even {
	background-color: #c0c0c0;
}
tr.tr-odd {
	background-color: #fcfcfc;
}
.align-center {
	text-align:center;
}
.align-left {
	text-align:left;
}
.align-right {
	text-align:right;
}
.align-justify {
	text-align:justify;
}
fieldset {
border:none;
}
input, select, textarea { border:1px solid #000000; color:#000000 }
input:focus, select:focus, textarea:focus {
	border:1px solid #000000; 
	background-color:#ffff99; 
	color:black;
}
.csc-mailform {
	margin:10px 0 0 100px; 
	padding:8px; 
}
fieldset.csc-mailform label {
	display:block; 
	width:600px; 
	text-align:left; 
	margin:4px 0 2px 4px;
}
fieldset.csc-mailform input, fieldset.csc-mailform textarea {
	margin-bottom:10px; 
	border:1px solid #000000; 
	padding:2px;
} 
.csc-mailform img {
	display: block;
	padding: 2px;
	background-color: #ffffff;
	border:2px solid #ff0000;
}
.csc-mailform-submit {
	margin-top:8px; 
	color:black; 
	padding: 4px; 
	border:1px solid #000000; 
	background-color:#c0c0c0;
	font-weight:bold;
} 

