/* CSS-Document */

body {
	background-color: #000;
	font: 1.0em/1.4em Helvetica, 'Helvetica Neue', Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	color: #999;
	text-align: center;
}

a {
	border: 0;
	text-decoration: underline;
	color: #9c0;
}

a:hover {
	background-color: #0a0a0a;
	color: #cf9;
}

img {
	border: none;
	background-color: transparent;
}

h1 {
	font: 2.2em/2.2em 'Lucida Grande', 'Lucida Sans Unicode', 'Trebuchet MS', Helvetica, 'Helvetica Neue', Arial, Verdana, sans-serif;
	font-weight: normal;
	margin: 0 0 20px 0;
	line-height: 100%;
}

h2 {
	font: 1.4em/1.5em 'Lucida Grande', 'Lucida Sans Unicode', 'Trebuchet MS', Helvetica, 'Helvetica Neue', Arial, Verdana, sans-serif;
	font-weight: 100;
	margin: 25px 0 0 0;
	padding: 0;
	color: #fff;
}



a.none {
	background-color: transparent;
	text-decoration: none;
}

.floatRight {
	float: right;
}

div.contactperson {
	width: 30%;
	float: left;
	margin: 20px 0 40px 0;
}

.clear {
	float: none;
	clear: both;
}





div#wrapper {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

div#leftRow {
	width: 300px;
	float: left;
	text-align: right;
	/*background-color: #ccc;*/
}

div#rightRow {
	width: 620px;
	float: right;
	/*background-color: #ccc;*/
}

a#banner {
	display: block;
	width: 100%;
	height: 140px;
	background: transparent url(../images/design/banner.gif) no-repeat 100% 80%;
	text-decoration: none;
}

ul#menu {
	display: block;
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}

ul#menu li a {
	display: block;
	padding: 5px 0;
	width: 100%;
	line-height: 1em;
	text-transform: uppercase;
	font-weight: normal;
	text-decoration: none;
}

ul#menu li a:hover {
	background-color: #0a0a0a;
	color: #cf9;
}

div#content {
	margin-top: 100px;
	width: 100%;
}

/*div#content h1,
div#content h2 {
	float: none;
	clear: both;
}*/

div.secondMenu {
	margin-top: 50px;
	color: #333;
	font-size: 0.9em;
	line-height: 120%;
}



ul.bigList {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}

ul.bigList li {
	border-bottom: 1px solid #000;
	clear: both;
	float: none;
}

ul.bigList li a {
	display: block;
	color: #ccc;
	background-color: #0a0a0a;
	overflow: auto;
	text-decoration: none;
}

ul.bigList li a:hover {
	color: #1a1a1a;
	background-color: #9c0;
	text-decoration: none;
}

ul.bigList li a span {
	float: left;
	clear: left;
}


ul.galleryList li a {
	min-height: 100px;
	padding: 0;
	line-height: 1.2em;
}

ul.galleryList li a img {
	float: left;
	margin: 10px 20px 10px 10px;
}

ul.galleryList li a span {
	clear: none;
	width: 350px;
}

ul.galleryList li a span.date {
	margin: 10px 0 0 0;
	font-size: 0.9em;
	line-height: 0.9em;
	font-style: italic;
}

ul.galleryList li a span.name {
	margin: 5px 0;
	font-size: 1em;
	line-height: 1.2em;
}

ul.galleryList li a span.info {
	margin: 0 0 10px 0;
	font-size: 0.9em;
	line-height: 0.9em;
	font-style: italic;
}


ul.linkList li a span {
	margin-left: 10px;
	clear: left;
}

ul.linkList li a span.name {
	color: #FFF;
	margin-top: 10px;
	font-size: 1.2em;
	line-height: 1.4em;
}

ul.linkList li a span i {
	color: #666;
	font-style: normal;
}

ul.linkList li a span.info {
	margin-bottom: 10px;
	font-size: 0.9em;
	line-height: 1em;
	font-style: italic;
}







div#footer {
	margin: 60px 0 50px 0;
	color: #333;
	font-size: 0.8em;
	line-height: 1.1em;
	text-align: right;
	float: none;
	clear: both;
	background-color: transparent;
}

div#footer p {
	margin: 0;
	padding: 0 0 10px 0;
	clear: both;
	float: none;
}

div#footer p.valids {
	line-height: 17px;
}

div#footer a#xhtml,
div#footer a#css {
	display: block;
	width: 67px;
	height: 17px;
	text-decoration: none;
	float: right;
	margin: 0 0 0 10px;
}

div#footer a#xhtml:hover,
div#footer a#css:hover {
	background-position: 0 -17px;
}

div#footer a#xhtml {
	background: transparent url(../images/design/xhtml.gif) no-repeat 0 0;
}

div#footer a#css {
	background: transparent url(../images/design/css.gif) no-repeat 0 0;
}
