/*
 * 	vim: set fdm=marker:
 *	Common Styles for Finanzführerschein
 *	(c) 2006 by Netdoktor, http://www.netdoktor.at
 *	Authors: Bartosz Stankiewicz (bartosz_stankiewicz@gmx.at),
*/
/* {{{ Standard Styles */
html, body {
	margin: 0;
	padding: 0;
}
body {
	background: #E1E1E1;
	font-family: Verdana, Arial, sans-serif;
	font-size: 70%;
	color: black;
}
a img, img {
	border: 0;
}
a.overview:link { 
	color:#740067;
	margin-left: 0em;
} 

a.overview:visited { 
	color:#740067;
	margin-left: 0em;
} 

a.overview:active { 
	color:#740067;
	margin-left: 0em;
} 

a.overview:hover { 
	color:#740067;
	margin-left: 0em;
} 

p {
	margin: 0;
	padding: 0;
}
ul, ol {
	padding: 0;
	margin: 0;
}
form {
	margin: 0;
	padding: 0;
}
.nodisplay {
	display: none;
}
.clear {
	margin: 0;
	padding: 0;
	height: 1px;
	font-size: 0px;
	clear: both;
	overflow: hidden;
}
/* }}} */
/* {{{ Container */
#container {
	width: 70em;	
	margin: 10px auto 10px auto;
	background-color: #C3C3C3;
	padding: 1px;
	border: 1px solid #D7D7D7;
}
/* }}} */
/* {{{ Header */
.header h2 {
	margin: 0 0 0 8em;
	padding-top: 10px;
	height: 4em;
	font-size: 2.1em;
	font-weight: normal;
}
.orange .header h2 {
	background: url(/images/misc/header/fitfuersgeld-orange.gif) no-repeat 95% 80%;
}
.green .header h2 {
	background: url(/images/misc/header/fitfuersgeld-green.gif) no-repeat 95% 80%;
}
.yellow .header h2 {
	background: url(/images/misc/header/fitfuersgeld-yellow.gif) no-repeat 95% 80%;
}
.pink .header h2 {
	background: url(/images/misc/header/fitfuersgeld-pink.gif) no-repeat 95% 80%;
}
.header h2 span.black {
	color: black;
}
.header h2 span.white {
	color: white;
	font-weight: bold;
}
.header h2 span.violett {
	color: #740067;
	font-weight: bold;
}
.header p {
	font-weight: bold;
	margin: 0 0 0 12em;
	font-size: 1.1em;
}
.welcome .header .common-text {
	font-weight: normal;
	margin: 1em 15em 1em 13.3em;
	font-size: 1em;
}
.welcome .header .special {
	color: #740067;
	margin-top: 2em;
}
/* }}} */
/* {{{ Content */
/* {{{ Orange */
.orange .content-wrapper {
	background: #F59701 url(/images/content/orange/euro10withfriends.jpg) no-repeat left top;	
}
/* }}} */
/* {{{ Green */
.green .content-wrapper {
	background: #99CC01 url(/images/content/green/kidssurfingon10euro.jpg) no-repeat left top;	
}
/* }}} */
/* {{{ Yellow */
.yellow .content-wrapper {
	background: #F5C300 url(/images/content/yellow/catching50euro.jpg) no-repeat left top;	
}
/* }}} */
/* {{{ Pink */
.pink .content-wrapper {
	background: #F870A0 url(/images/content/pink/friendly10euro.jpg) no-repeat left top;	
}
/* }}} */
#content {
	width: 50em;
	background-color: white;
	margin: 5px 0 0 12em;
}
.welcome #content {
	background-color: #F59701;
}
.welcome img {
	margin-top: 5em;
}
#content .top {
	background: url(/images/misc/content/top.gif) repeat-x top;
}
#content .bottom {
	background: url(/images/misc/content/bottom.gif) repeat-x bottom;
}
#content .left {
	background: url(/images/misc/content/left.gif) repeat-y left;
}
#content .right {
	background: url(/images/misc/content/right.gif) repeat-y right;
}
/* {{{ Orange */
.orange #content .left-top-corner {
	background: url(/images/misc/content/orange/left-top-corner-orange.gif) no-repeat left top;
}
.orange #content .right-top-corner {
	background: url(/images/misc/content/orange/right-top-corner-orange.gif) no-repeat right top;
}
.orange #content .left-bottom-corner {
	background: url(/images/misc/content/orange/left-bottom-corner-orange.gif) no-repeat left bottom;
}
.orange #content .right-bottom-corner {
	background: url(/images/misc/content/orange/right-bottom-corner-orange.gif) no-repeat right bottom;
}
/* }}} */
/* {{{ Green */
.green #content .left-top-corner {
	background: url(/images/misc/content/green/left-top-corner-green.gif) no-repeat left top;
}
.green #content .right-top-corner {
	background: url(/images/misc/content/green/right-top-corner-green.gif) no-repeat right top;
}
.green #content .left-bottom-corner {
	background: url(/images/misc/content/green/left-bottom-corner-green.gif) no-repeat left bottom;
}
.green #content .right-bottom-corner {
	background: url(/images/misc/content/green/right-bottom-corner-green.gif) no-repeat right bottom;
}
/* }}} */
/* {{{ Yellow */
.yellow #content .left-top-corner {
	background: url(/images/misc/content/yellow/left-top-corner-yellow.gif) no-repeat left top;
}
.yellow #content .right-top-corner {
	background: url(/images/misc/content/yellow/right-top-corner-yellow.gif) no-repeat right top;
}
.yellow #content .left-bottom-corner {
	background: url(/images/misc/content/yellow/left-bottom-corner-yellow.gif) no-repeat left bottom;
}
.yellow #content .right-bottom-corner {
	background: url(/images/misc/content/yellow/right-bottom-corner-yellow.gif) no-repeat right bottom;
}
/* }}} */
/* {{{ Pink */
.pink #content .left-top-corner {
	background: url(/images/misc/content/pink/left-top-corner-pink.gif) no-repeat left top;
}
.pink #content .right-top-corner {
	background: url(/images/misc/content/pink/right-top-corner-pink.gif) no-repeat right top;
}
.pink #content .left-bottom-corner {
	background: url(/images/misc/content/pink/left-bottom-corner-pink.gif) no-repeat left bottom;
}
.pink #content .right-bottom-corner {
	background: url(/images/misc/content/pink/right-bottom-corner-pink.gif) no-repeat right bottom;
}
/* }}} */
#content-core {
	min-height: 36em;
	padding: 0.5em 1em;
}
.welcome #content-core {
	min-height: 25em;
}
#content-core h2 {
	font-size: 1em;
	margin: 0.5em 0;
	padding: 0;
	color: #740067;
}
#content-core p {
	font-weight: bold;
	margin: 2em 0 1em 0;
}
#content-core ul {
	margin-top: 3em;
}
#content-core ul li {
	list-style-type: none;
	margin-bottom: 2em;
}
#content-core ul li span {
	text-decoration: underline;
	color: #740067;
	font-weight: bold;
}
#content-core ul li span.type {
	text-decoration: none;	
}
#content-core ul li div.text {
	margin: 0.5em 1em 0.5em 1.6em;
}
#submit {
	height: 43px;	
	text-align: right;
}
#submit input {
	margin: 0 10px 0 0;
}
/* {{{ WRIGHT-FALSE */
.wright #content-core, .false #content-core {
	min-height: 18em;		
}
.wright .answere, .false .answere  {
	min-height: 15em;
	background: url(/images/misc/content/wright.jpg) repeat-x 0% 100%;
	margin: 0 4px 0 4px;
	padding: 0 10px;
}
.false .answere  {
	background: url(/images/misc/content/false.jpg) repeat-x 0% 100%;
}
.wright .answere h2, .false .answere h2 {
	color: #59C01A;
	font-size: 1.1em;
	padding-top: 20px;
	text-transform: uppercase;
}
.false .answere h2 {
	color: #F44E4E;	
}
.wright .answere a, .false .answere a {
	color: #750068;
	text-transform: uppercase;
	font-weight: bold;
}
/* }}} */
/* }}} */
/* {{{ Footer */
.footer {
	height: 2em;
}
/* }}} */
/* {{{ Addition for having lists in the info pages */
#content-core.infopage ul li {
    list-style-type: disc;
    margin-bottom: auto;
}
#content-core.infopage ul {
    margin: 1em 1em 1em 2em;
}
/* }}} */
