
*, html {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url('../img/header_bg.jpg');
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}


/********** LINKS **********/

a, a:visited, a:active {
	color: #004b95;
	text-decoration: none;
}
a:hover,
#footer a {
	color: #999;
	text-decoration: underline;
}

.ce_slideshow2 a, .ce_slideshow2 a:visited, .ce_slideshow2 a:active {
	color: #fff;
	text-decoration: underline;
}
.ce_slideshow2 a:hover {
	text-decoration: none;
	color: #999;
}


/********** ÜBERSCHRIFTEN **********/

@font-face {
 font-family: 'Expressway';
 src: url(fonts/expressway.ttf);
 src: local('Expressway'), local('Expressway'), 
        url(fonts/expressway.ttf) format('truetype');
}

h1 {
	font-family: 'Quicksand', non-serif;
	font-weight: 300;
	font-size: 20px;
}
#main h1 {
	font-size: 40px;
	font-weight: normal;
	color: #000;
	margin-bottom: 20px;
	text-shadow: 0px 0px 6px rgba(0,0,0,0.4);
	-moz-text-shadow: 0px 0px 6px rgba(0,0,0,0.4);
	-webkit-text-shadow: 0px 0px 6px rgba(0,0,0,0.4);
}

h2 {
	font-family: 'Expressway';
	font-size: 22px;
	margin-bottom: 15px;
}
h3 {
	font-family: 'Quicksand', non-serif;
	margin-bottom: 15px;
	font-size: 2em;
}


/********** INHALTSBEREICHE **********/

#header {
	height: 90px;
	box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
	position: fixed;
	width: 100%;
	background: #FFFFFF url('../img/header_bg.jpg');
	z-index: 9000;
	border-bottom: 2px solid #fff;
}
#header .inside {
	height: 67px;	
	margin: 0 auto;
	padding: 12px 25px 0;
	color: #000;
}
#header  .right {
	width: 131px;
	overflow: hidden;
}
#header .mod_changelanguage {
	width: 100px;
	float: left;
	margin-top: 27px;
}

#header .logo {
	position: absolute;
	left: 50%;
	margin: 8px 0 0 -31px;
	width: 62px;
	text-align: center;
}
#header .logo:hover {
	margin-top: 9px;
}
#header .avatar {
	float: left;
	margin: 8px 0 0 25px;
}
#header .links {
	float: left;
}
#header .links ul {
	margin-top: 24px;
}
#header .links ul li {
	list-style-type: none;
	float: left;
	margin-right: 25px;
}
#facebook,
#twitter {
	margin-top: 15px;
	z-index: 8000;
	float: left;
}
#facebook {
	margin-top: 0px;
}
#twitter {
}
#header .content {
	float: left;
	padding-top: 5px;
	margin-left: 15px;
	color: #000;
	font-size: 15px;
	font-family: 'Quicksand', non-serif;
	width: 350px;
}
#header .content span.titel {
	margin-bottom: 2px;
	font-weight: normal;
	color: #000;
	font-size: 26px;
	font-family: 'Quicksand', non-serif;
	font-weight: 300;
}

.custom > #banner {
	padding-top: 90px;
	padding-bottom: 90px;
	background: url(../img/banner_bg.jpg) repeat;
	border-bottom: 5px solid #fff;
	border-top: 5px solid #fff;
}
.ce_noobSlide_next,
.ce_noobSlide_previous {
	margin-top: -502px;
	position: absolute;
	z-index: 200;
}
.ce_noobSlide_previous {
	left: 0;
}
.ce_noobSlide_next {
	right: 0;
}
a.ce_noobSlide_next,
a.ce_noobSlide_previous {
	background: #FFFFFF;
	border: 2px solid #fff;
	height: 16px;
	text-decoration: none;
	color: #000;
	margin-right: 2px;
	padding: 2px 8px;
	-webkit-box-shadow: 1px 1px 0px rgba(0,0,0,0.2);
	   -moz-box-shadow: 1px 1px 0px rgba(0,0,0,0.2);
		 -o-box-shadow: 1px 1px 0px rgba(0,0,0,0.2);
			box-shadow: 1px 1px 0px rgba(0,0,0,0.2);
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
		 -o-border-radius: 4px;
			border-radius: 4px;
}
a.ce_noobSlide_next:hover,
a.ce_noobSlide_previous:hover{	
	cursor: default;
}
a.ce_noobSlide_next span:hover,
a.ce_noobSlide_previous span:hover {
	cursor: pointer;
	color: #555;
}
.control_buttons {
	text-align: center;
	height: 30px;
	margin-top: -36px;
	z-index: 100;
	right: 0;
}
.control_buttons button {
	height: 10px;
	width: 10px;
	text-indent: -9999px;
	background: #fff;
	margin-right: 6px;
	margin-top: 4px;
	border: 2px solid #fff;
	-webkit-box-shadow: 1px 1px 0px rgba(0,0,0,0.2);
	   -moz-box-shadow: 1px 1px 0px rgba(0,0,0,0.2);
		 -o-box-shadow: 1px 1px 0px rgba(0,0,0,0.2);
			box-shadow: 1px 1px 0px rgba(0,0,0,0.2);
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
		 -o-border-radius: 10px;
			border-radius: 10px;
}
.control_buttons button:hover {
	background: none;
}
.control_buttons button.active {
	background: none;
	border: 2px solid #fff;
}
.ce_text,
#id-404 .inside {
	text-align: center;
	padding-top: 30px;
	font-family: 'Quicksand', non-serif;
	font-weight: 300;
	font-size: 24px;
	color: #fff;
	text-shadow: 0px 2px 0px #000;
}
h1 {
	font-family: Verdana, non-serif;
	font-size: 260px;
	margin-bottom: 80px;
	line-height: 260px;
	color: #fff;
    text-shadow: 0px -1px 1px #004F91, 0px 2px 1px #000;
}
#id-404 h1 {
	font-size: 340px;
}
h2 {
	font-family: 'Quicksand', non-serif;
	font-size: 50px;
	font-weight: bold;
	padding-bottom: 8px;
	margin-bottom: 12px;
	color: #000;
	text-shadow: 0px 2px 1px #000;
	letter-spacing: -0.05em;
	border: 1px solid #ccc;
}
#banner h2 {
	background: #ffffff url("../img/header_bg.jpg") repeat scroll 0 0;
	padding: 0;
	text-shadow: none;
	padding: 10px;
	border: 1px solid #ccc;
}
#banner h2:hover {
	background: none;
}
#banner h2 a {
	color: #000;	
}
#banner h2 a:hover {
	color: #fff;
	text-decoration: none;
}
#main h2 {
	color: #1D1D1B;
	text-shadow: 0px 2px 1px #fff;
}
h2 a,
h2 a:visited,
h2 a:active {
	color: #fff;
	display: block;
}
#main .ce_text {
	color: #1D1D1B;	
	text-shadow: 0px 1px 0px #fff;
}

.ce_noobSlide_section .slideshow {
	margin: 45px auto 0;
}
.ce_noobSlide_section.ref-website {
	background: url('../img/icinemac.png') center 190px no-repeat;
}
.ce_noobSlide_section .slideshow p {
	text-align: center;
}

#main {
	margin-top: 50px;
	margin-bottom: 50px;
}
#main .inside,
#banner .inside,
#footer .inside {
	text-align: center;
	width: 900px;
	margin: 0 auto;
}

#footer {
	padding-bottom: 50px;
	padding-top: 50px;
	background: url(../img/banner_bg.jpg) repeat;
	box-shadow: inset 0px 10px 10px rgba(0,0,0,0.1);
	border-top: 5px solid #fff;
}
#footer .inside {
	text-align: center;
	font-size: 13px;
	color: #fff;
}


/********** ALLGEMEINES **********/

.left {
	float: left;
}
.right {
	float: right;	
}
.clear {
	clear: both;
}

.ce_text {
	margin-bottom: 10px;
}

p {
	margin-bottom: 8px;
}

p.error, span.error {
	font-size: 10px;
	position: absolute;
	padding: 1px 5px;
	margin-top: -19px;
	color: #FFFFFF;
	background-color: #656565;
	z-index: 99999;
	-moz-box-shadow: 0px 0px 5px #999;
	-webkit-box-shadow: 0px 0px 5px #999;
	box-shadow: 0px 0px 5px #999;
}
p.error:after, span.error:after {
	content: "\00a0";
	display: block; /* reduce the damage in FF3.0 */
	position: absolute;
	top: 18px;
	left: 30px;
	z-index: 99999;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top-color: #656565;
}
/* Speech Bubbles by Nicolas Gallagher */

div.errormessage span.error, span.captcha > p.error {
}
div.errormessage fieldset {
	color: #FFFFFF;
	padding: 3px 5px;
	background-color: #656565;
	position: relative;
	display: inherit;
	top: 0;
	left: 0;
	width: inherit;
	height: inherit;
}

.captchaError p.error {
	position:absolute;
	padding: 1px 5px;
	margin-top: 24px;
	color: #FFFFFF;
	background-color: #656565;
	z-index: 99999;
	-moz-box-shadow: 0px 0px 5px #999;
	-webkit-box-shadow: 0px 0px 5px #999;
	box-shadow: 0px 0px 5px #999;
}
.mod_lostPassword .captchaError p.error {
	margin-top: 5px;
}
.captchaError p.error:after {
	content: "\00a0";
	display: block; /* reduce the damage in FF3.0 */
	position: absolute;
	top: -14px;
	left: 30px;
	z-index: 99999;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-bottom-color: #656565;
}


/********** NAVIGATION **********/

.mod_navigation {
	height: 30px;	
}
.mod_navigation ul {
	display: inline;
}
.mod_navigation li {
	padding: 6px;
	background: #ccc; 
	margin-right: 20px;
}
.mod_navigation li a {
	display: block;
}


/********** FORMULAR **********/

#main label,
#main .captcha_text {
	padding: 4px;
	color: #dedede;
	float: left;
	width: 55px;
}
#main label, #main .ce_form .captcha_text {
	background: none;
	border: none;
}
#main .ce_form .captcha label {
}
#main input.text,
#main input.captcha,
#main select.select,
#main input.upload {
	color: #333;
	background: #656565;
	padding: 4px;
	width: 195px;
	float: left;
	margin-right: 22px;
}
#main select.select option  {
	padding: 0;
}
#main .textarea {
	width: 855px;
	border-width: 0;
	border-bottom: 1px solid #767676;
	color: #333;
	font-family: arial, verdana, sans-serif;
}
#main .text,
#main textarea,
#main .select {
	padding: 4px;
	margin-bottom: 0px;
	background: #656565;
}
#main .captcha_text {
	width: 250px;
	position: relative;
	margin-top: 0;
	float: left;
}
#main .captcha_text:after {
	display: none;
}
#main input.captcha {
	width: 25px;
	margin-right: 10px;
}
#main input {
	border-width: 0;
	border-bottom: 1px solid #767676;
	padding: 4px;
}
#main .submit_container {
	margin-top: 10px;
}
#main .textarea:focus,
#main input.text:focus,
#main input:focus {
	background: #767676;
	color: #dedede;
	border-style: solid;
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
}
#main input.submit {
	background: #555;
	color: #767676;
	font-weight: bold; 
	font-size: 13px;
	padding: 4px; 
	cursor: pointer;
	margin-left: 8px;
	border: 0;
	margin-bottom: 5px;
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
}
#main input.submit:hover {
	color: #dedede;
}
#main .explanation {
	font-size: 11px;
	color: #666;
	padding-bottom: 1px;
	float: left;
}
fieldset {
	border: 1px solid #666;
	border-width: 1px 0 0 0;
	width: 864px;
	padding: 10px;
	margin: 8px;
	background: #555;
	background: rgba(55, 55, 55, .25);
	position: relative;
	margin-bottom: 20px;
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
}
fieldset legend {

}
#main .p50 {
	float: left;
	width: 50%;
}


/********** TWITTER **********/

.mod_twitterreader {
	margin-bottom: 20px;
}
.mod_twitterreader li {
	background: rgba(0,0,0,0.1);
	padding: 5px 10px;
	margin-bottom: 4px;
	list-style-type: none;
	font-size: 1.2em;
	line-height: 1.5em;
	float: left;
	width: 265px;
	min-height: 105px;
	margin-right: 20px;
}
.mod_twitterreader li.last {
	margin-right: 0;
}
.mod_twitterreader li:hover {
	background: rgba(0,0,0,0.06);
}
.mod_twitterreader li:hover a {
	color: #999;
}
.mod_twitterreader .date {
	color: #999;
	font-size: 0.8em;
	padding-right: 5px;
	font-style: italic;
	margin-bottom: 5px;
}
.mod_twitterreader a {
	font-size: 0.8em;
	margin-top: 5px;
	font-style: italic;
	display: block;
	color: #999;
}