/* 
    Document   : style
    Created on : 08.04.2010, 19:11:12
    Author     : christian
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


@import url("gallery.css");
@import url("linklist.css");
@import url("mailform.css");
@import url("superfish.css");
@import url("countdown.css");

body {
    background: #000000;
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    text-align: center;
	line-height: 1.5em;
	display: block;
}

a {
    color: #F1E400;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #999999;
}

h1 {
	text-align: left;
	color: #F1E400;
	line-height: 1.5em;
}

h2 {
	text-align: left;
	color: #F1E400;
	line-height: 1.5em;
}

h2 a {
	color: #F1E400;
}

#mainContainer {
    margin: 20px auto 20px auto;
    width: 720px;
	text-align: left;
	position: relative;
}

.align-justify {
    text-align: justify;
}

#header {
    height: 120px;
    background-image: url(../_pix/header.png);
    background-repeat: no-repeat;
}

#mainNav {
    background-image: url(../_pix/bg-menu.png);
    background-repeat: no-repeat;
    height: 28px;
    color: black;
    text-align: left;
    position: relative;
    z-index: 4;	
}

#mainNav a {
}

#mainContent {
    min-height: 400px;
	text-align: left;
	position: relative;
}

#contentFull {
	padding: 10px;
}

#contentLeft {
	width: 450px;
	min-height: 400px;
	float: left;
	position: relative;
	z-index: 1;
}

#contentRight {
	width: 250px;
	padding: 10px;
	float: left;
	position: relative;
}


#footer {
    text-align: right;
    border-top: 1px solid #999999;
    font-size: 12px;
	padding-top: 10px;
	clear: both;
	color: #F1E400;
	font-weight: bold;
}

.footer-menu {
    float: right;
    padding: 20px 10px;
}

/* typo3 Klassen */

.csc-textpic-caption {
	font-size: 10px;
	padding: 0 5px;
}

#c64 {
    padding-left: 200px;
}
