/* 

	project:  keyquest
	author:   dominik aumayr

   
*/

* {
	margin: 0;
	padding: 0;
}

body {
	/* background: #e4e4e4; */
	text-align: center;
	
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
	
	color: #4D4D4D;
	line-height: 18px;
	background: #fff;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	width: 984px;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 20px;
}

#header {
	background: #fff url(../images/header.jpg) no-repeat;
	height: 87px;
	margin-bottom: 10px;
}

#column-a {
	float: left;
	width: 182px;
	margin-bottom: 20px;
}

#column-b {
	float: right;
	width: 210px;
	margin-bottom: 20px;
}

#content { 
	float: left;
	/* width: 59.35%; */
	width: 592px;
}

 #footer {
	clear: both;
/*	border-top: 1px solid #afafaf; */
	color: #3f3f3f;
	text-align: left;
	font-size: 11px;
	background-color: #fff;
	padding-bottom: 10px;
	margin-left: 183px;
	border-top: 1px solid #828282;
}

/****/

#content #rootline {
	font-size: 10px;
	color: #868686;
}

.column-header {
	height: 13px;
	text-transform: none;
	background-color: #c7003b;
	color: #fff;
	padding-left: 10px;
	margin-bottom: 10px;
}

.invisible {
	visibility: hidden;
}

#menu {
	margin-top: 0;
	width: 180px;
	font-size: 12px;
}

#menu li {
	list-style-type: none;
	list-style-position: inside;
	display: block;
	background-color: #eceeee;
	color: #3f3f3f;
	padding: 3px;
	padding-bottom: 3px;
	padding-top: 4px;
	padding-right: 0;
	padding-left: 10px;
	margin-bottom: 3px;
}

#menu li ul li {
	display: list-item;
	list-style-position: inside;
	padding: 0;
	list-style-image: url(../images/submenuelist.gif);
	border: 0px;
	font-size: 11px;
}

#menu li ul li ul li {
	list-style-type: circle;
	font-weight: normal;
	font-style: normal;
	margin-left: 10px;
}

#menu li ul li ul li ul li {
	list-style-type: square;
}

#menu .menuparent ul  {
	display: none;
}

#menu .menuparent_active_sub ul li.menuparent {
	display: list-item;
}

#menu .active {
	color: #930614;
}


a {
	color: #4D4D4D;
}

#text {
	padding: 15px;
	padding-top: 0;
	padding-bottom: 30px;
}

#text ul {
	list-style-position: outside;
	margin-left: 30px;
}

#text ul li ul li {
	margin-left: 10px;
}

#text ul li ul li ul li {
	margin-left: 18px;
}

#text ul li ul li ul li ul li {
	margin-left: 30px;
}

#text a.external-link-new-window, #text a.external-link {
	padding-left: 12px;
	background: url(../images/external.gif) no-repeat 0 3px;
}

#content #rootline a {
	background: none;
	color: #868686;
	padding-left: 0;
}

a:hover {
	color: #930614;
	text-decoration: underline;
}

#menu a {
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

#footer a {
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
	background: none;
	padding: 0;
}

#footer #copyright {
	display: inline;
	margin-right: 20px;
}

#column-a a {
	background: none;
	padding: 0;
}

h1, h2, h3, h4, h5, h6{
	margin-bottom: 0.8em;
	padding-top: 0.5em;
	line-height: 1.4em;
}

h1 { font-size: 1.8em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.1em; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}

#text p {
	margin-bottom: 0.8em;
}

.column-b-header {
	font-size: 13px;
	background-color: #eceeee;
	color: #3f3f3f;
	padding-left: 6px;
	padding-top: 3px;
	padding-bottom: 2px;
	margin-bottom: 5px;
	height: 19px;
}

#login, #news, #contact-infos {
	border: 1px solid #b2b2b2;
	margin-left: 5px;
}

/* LOGIN */

#login input {
	color: #ccc;
	margin-bottom: 4px;
}

#login { background: white; margin-bottom: 15px; }

#login fieldset { 
	border: none;
	padding: 5px;
}

#login #login_button {
	border: none;
	background: #ddd;
	color: #333;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
}

#login #logout_button { color: #000; margin-top: 7px;}

#login a {
	display: block;
	margin: 5px;
	margin-top: 0;
	text-decoration: none;
	color: #555;
	size: 11px;
}

#login a:hover { text-decoration: underline; }


#contact-infos {

}

#contact-infos p {
	padding-left: 6px;
	padding-bottom: 8px;
	font-size: 11px;
	line-height: 1.25em;
}

#news {
	min-height: 270px;
}

.news {
	margin-left: 6px;
	margin-bottom: 10px;
}
.news a {
	font-weight: bold;

}

.news-date, .news-date a {
	font-weight: normal;
	font-style: normal;
	color: #930614;
}

.news a, .news-date a, .news-latest-container a {
	padding-left: 0 !important;
	background: none !important;
	text-decoration: none !important;
}

.news-single-item h3 {
	font-size: 12px;
}

.news-list-view h3 {
	font-size: 14px;
	padding-top: 0;
	margin-bottom: 0.1em;
}

.news-list-view h3 a {
	text-decoration: none;
}

.news-list-view p {
	margin-bottom: 0.2em !important;
}

.news-list-view .news-date {
	margin-top: 25px;
	display: block;
}

#content .column-header a {
	text-decoration: none;
	color: #fff;
}

#content .column-header a:hover {
	text-decoration: underline;
}

#content .csc-textpic-imagewrap {
	margin-top: 3px;
}

#content ul li {}

/** Forms **/ 

#text fieldset {
	border: none;
}

.tx-powermail-pi1 label {
	display: list-item;
	float: left;
	width: 200px;
	list-style-type: none;
}

.tx-powermail-pi1 legend {
	display: none;
}

.tx-powermail-pi1 input, .tx-powermail-pi1 select {
	margin-bottom: 10px;
}

#powermaildiv_uid6 {
	margin-bottom: 20px;
}

#powermaildiv_uid6 .powermail_check_inner {
	margin-left: 30px;
}

#powermaildiv_uid6 .powermail_check_inner label {
	width: 300px;
}

#powermaildiv_uid6 input {
	margin-bottom: 0;
}

#powermaildiv_uid3 {
	margin-top: 10px;
}

#powermaildiv_uid3 label {
display:block;
width: 400px;
}

#powermaildiv_uid3 select {
	margin-left: 200px;
	margin-bottom: 20px;
}

.powermail_submit {
	margin-top: 30px;
}

#powermaildiv_uid4 {
	margin-left: 0;
}

#powermaildiv_uid16 {
	margin-bottom: 20px;
}

.powermail_mandatory, .powermail_mandatory_js {
	color: #930614;
	font-size: 10px;
	font-weight: bold;
	vertical-align: top;
}

.powermail_mandatory_js {
	margin-bottom: 10px;
}

/* feuserregister */

.tx-srfeuserregister-pi1 a {
	background: none;
	padding-left: 0px;
	text-decoration: underline;
}

.tx-srfeuserregister-pi1 p {
	padding: 0;
	margin-top: 0.8em;
}

.tx-srfeuserregister-pi1-notice { font-style: normal !important; }

.tx-srfeuserregister-pi1 h4 {
	padding-left: 0px !important;
}

.tx-srfeuserregister-pi1 legend {
padding: 0px !important;
}