@charset "UTF-8";

/* A variation on Eric Meyer's CSS Reset:
   This is disabled because the Blueprint framework already has it.
   You should enable it if you aren't using Blueprint.
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse:collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
abbr,acronym {
	border:0;
}


/* Below are the CSS styles that aren't included with Blueprint. It's a good idea to keep them whether or not you use it unless you know what you're doing. */

/* Text styles */
.blog-featured h2 {
	font-size: 1.5em;
	margin-bottom:0em;
}
p.readmore {
	text-indent:0;
	font-size: .9em;
}
.joomla-footer {
	font-size: .9em;
	margin-bottom: 30px;
}

/* Article functions */
ul.actions {
	clear:both;
	margin-top: -50px;
	float:right;
}
ul.actions li {
	list-style-type: none;
	float:right;
	margin-left: 10px;
}

/* Login styles */
p#form-login-username label,
p#form-login-password label {
	width: 160px;
	display:block;
}
p#form-login-remember label {
	font-size: .9em;
	font-weight: normal;
	line-height: 25px;
}
p#form-login-remember input {
	float:left;
	margin-right: 5px;
}
form#form-login ul {
	margin: 0;
	padding: 0;
}
form#form-login ul li {
	list-style-type: none;
	margin-left: 20px;
	font-size: .9em;
}

/* Image float styles */
.img-fulltext-left {
	float:left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.img-intro-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.img-fulltext-right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.img-intro-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
/*wk-interaktiv*/
html, body { height:100%}
body{
	font-family:Verdana,Arial,sans-serif;
	color: #636467;
	font-size:13px;
	background-color:#e2e2e2;
}
h1{
	color: #e3001b;
	font-size:79px;
	font-weight:bold;
	font-family:DIN,Verdana,Arial,sans-serif;
	

}
.joomla-header h1{
	color:#fff;
	float:right;
	margin-top:42px;
	display:none;
}
.header{
	width:734px;
	height:250px;
	margin-right:auto;
	margin-left:auto;
	background-image:url("../images/header.jpg");
	background-repeat:no-repeat;
}
.main{
	padding:20px 10px;
	margin-right:auto;
	margin-left:auto;
	width:714px;
	background-color:#fff;
	-moz-box-shadow:
         5px 0 5px -5px #333,
        -5px 0 5px -5px #333;
    -webkit-box-shadow:
         5px 0 5px -5px #333,
        -5px 0 5px -5px #333;
    box-shadow:
         5px 0 5px -5px #333,
         -5px 0 5px -5px #333;
    background-image:url("../images/bg_footer.jpg");
	background-repeat:repeat-x;
	background-position: bottom center;
}
/*.row-fluid>.well {
	display:none;
}*/
.joomla-nav a.hidden{
	display:none;
}
ul.joomla-nav {
	margin-right:auto;
	margin-left:auto;
	width:714px;
	height:47px;
	font-size:16px;
	font-family:DIN,Verdana,Arial,sans-serif;
	font-weight:bold;
	background-image: url("../images/bg_nav.jpg");
	padding-left:10px;
	padding-right:10px;
	background-repeat: repeat-x;
	
}
ul.joomla-nav li{
	margin:6px 20px 6px 0;
	
	float:left;
	display:inline;
	background-image:url("../images/arrow.png"); 
	background-repeat:no-repeat;
	background-position:left center;
}
ul.joomla-nav li a{
	display:block;
	color:#fff;
	text-decoration:none;
	background-repeat: no-repeat;
	padding:10px 15px;
	padding-left:20px;
	/*width:177px;*/
}

#survey_banner {
	display:none;
	
}
.joomla-footer{
	bottom:0;
}
.avatar img{
	height:75px;
}
.joomla-navfooternav li a{
text-decoration:none;
color:#d5d5d5;
font-size:10px;
float:right;
}
.login {
margin:50px;
}
.login-fields {
	width:600px;
	height:30px;
	vertical-align:middle;
	margin: 10px auto;
}
.login-fields label {
	display:inline-block;
	width:200px;
	font-size:16px;
	}
	
#ariQuizContainer .aq-answer {
	overflow:visible;
	padding: 4px 0 0 90px;
	
}