@charset "utf-8";
/* CSS Document */

body
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 0.75em; /* 12px */
	/*font-family:Arial, Geneva, sans-serif;
	font-size:0.75em;*/
	line-height:1.8em; /* 1.5em */
	
	/*font-family: 'PT Sans', serif;*/
}

em { font-style:italic; }
strong { font-weight:bold; font-family:Verdana Bold, Geneva, sans-serif; }
b { font-family:Verdana Bold, Geneva, sans-serif; }



.searchbutton
{
	padding:5px 6px 5px 6px;
	cursor:pointer;
	
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	
	margin-left:2px;
	
	background-color: #F2F2F2;
    border: 1px solid rgba(0, 0, 0, 0.3);
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.searchbutton:hover
{
	padding:5px 6px 5px 6px;
	cursor:pointer;
	
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	
	background-color: #E9E9E9;
    border: 1px solid rgba(0, 0, 0, 0.4);
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}




ol.para > li {
	list-style-type: none;
	padding-left:2.5em;
}
 
ol.para > li:before {
	display: marker;
	content: counter(counter, lower-alpha) ")";
	counter-increment: counter;
	counter-reset: none; /** Firefox fix: counter failed to be increased ) **/
	width: 2em;
	float: left;
	margin-left:-25px;
}
ol.para {
	counter-reset: counter;
	padding-left:10px;
}



.canvas-container .controls .item4
{
	cursor:pointer;
	
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

.canvas-container .controls .item4 .item2
{
	color:#000;
}
.canvas-container .controls .item4 .item2-disabled
{
	color:#666;
}
.canvas-container .controls .item4:hover .item2
{
	color:#000;
}

.canvas-container .controls .item4 .item3
{
	background-color:#CCC;
	
	margin-left:8px;
	margin-right:5px;
	
	padding-left:5px;
	padding-right:5px;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.canvas-container .controls .item4 .item3-disabled
{
	background-color:#CCC !important;
}

.canvas-container .controls
{
	position:absolute;
	top:0;
	z-index:10;
	padding:5px;
	text-align:right;
}
.canvas-container .controls .item
{
	padding:2px 6px 2px 6px;
	margin-right:5px;
	cursor:pointer;
	
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	
	background-color: #F2F2F2;
    border: 1px solid rgba(0, 0, 0, 0.2);
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	font-size:0.9em;
}
.canvas-container .controls .item:hover
{
	background-color:#E9E9E9;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.canvas-container .controls .item-disabled
{
	color:#999;
}
.canvas-container .controls .item-col
{
	color:#F00;
}
.canvas-container .controls .item-disabled:hover
{
	color:#999;
	cursor:default;
	background-color: #F5F5F5;
}

#HyphenatorToggleBox { display:none !important; }

input[type="text"], input[type="password"], textarea
{
	padding:3px;	
}

.loader
{
	height:71px;
	background:url(/shared/images/ajax-loader-1.gif) center center no-repeat;	
}

.ajax-loader
{
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	
	margin:6px 6px 6px 12px;

	cursor:default;

	width:16px;
	height:16px;
	display:none;
}
.ajax-loader-running
{
	background:url(/shared/images/ajax-loader-1.gif) left center no-repeat;	
}
.ajax-loader-ready
{
	background:url(/shared/images/icons-2/accept.png) left  center no-repeat;	
}
.ajax-loader-error
{
	background:url(/shared/images/icons-2/delete.png) left  center no-repeat;	
}

.ajax-loader-info
{
	display:none;
	padding-top:3px;
}

.feedback .title
{
	float:left;
	width:90px;
	margin-bottom:5px;
}
.feedback input[type="text"]
{
	width:150px;
}

.feedback input[type="text"], .feedback textarea
{
	float:left;
    border: 1px solid #BBB;
    border-radius: 2px 2px 2px 2px;
	margin-bottom:10px;
}

.feedback .desc
{
	float:left;
	width:150px;
	color:#666;
	margin-left:10px;
}

/*
input[type="submit"]
{
	background-color: #F5F5F5;
    border: 1px solid #BBB;
    border-radius: 2px 2px 2px 2px;
    color: #666666;
    cursor: pointer;
    font-size: 11px;
    height: 29px;
    line-height: 27px;
    margin: 11px 6px;
    min-width: 54px;
    padding: 0 8px;
    text-align: center;
}
input[type="submit"]:hover
{
    background-color: #F8F8F8;
    border: 1px solid #C6C6C6;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #333333;
}*/



p.cite
{
	background: url("/shared/images/quote.gif") no-repeat scroll 0 0 transparent;
    margin: 1em 20px;
    padding-left: 50px;	
	min-height:41px;
}

.vbox
{
	
}
.vbox .vbutton
{
	float:left;
	padding:3px 7px 3px 7px;
	background-color:#CCC;
	margin-right:15px;
	cursor:pointer;
	
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	
	background-color: #F5F5F5;
    border: 1px solid rgba(0, 0, 0, 0.1);
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.vbox .vbutton:hover
{
	background-color:#BBB;
	color:#FFF;
}
.vbox .vbutton-active
{
	background-color:#999;
	color:#FFF;
}
.vbox .vbutton-active:hover
{
	background-color:#999;
	color:#FFF;
}

.loesung
{
    border-left: 42px solid #AAEEFF;
    border-right: 5px solid #AAEEFF;
    padding-right: 5px;
    padding-left: 25px;
	margin: 10px -14px 10px -67px;
    overflow: hidden;
}


table
{
	border-collapse:collapse;
	cursor:default;
	text-align:justify;
}
table th
{
	font-size:110%;	
	border-bottom:solid 2px #CCC;	
}
table td
{
	border-bottom:solid 1px #CCC;	
	vertical-align:middle;
}
table tr
{
	height:26px;
}
table.big tr:hover
{
	font-weight:bold;
}
table tr:nth-child(even)
{
	background-color:#EEE;
}


table.nocol
{
}
table.nocol td
{
}
table.nocol tr
{
	background-color:white !important;
}



table.custom
{
	text-align:center !important;
}
table.custom td
{
	padding:6px;
	border:none;
	border-right:solid 1px #CCC;	
}
table.custom tr
{
	/*background-color:white !important;*/
	border-bottom:solid 1px #CCC;	
}
table.custom tr:last-child
{
	border-bottom:none;
}
table.custom td:nth-child(even)
{
}
table.custom td:last-child
{
	border-right:none;
}


.toggle
{
	float:left;
	
	padding: 2px 0px;
	
	border-top: 1px solid #ccc;
	background: #888;
	
	background: -webkit-gradient(linear, left top, left bottom, from(#bbb), to(#888));
	background: -moz-linear-gradient(top, #bbb, #888);
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: white;
	
	/*font-family: Georgia, Serif;*/
	text-decoration: none;
	vertical-align: middle;
}
.toggle .on
{
	border-top: 1px solid #a7f797;
	background: #083;
	
	background: -webkit-gradient(linear, left top, left bottom, from(#0b3), to(#083));
	background: -moz-linear-gradient(top, #0b3, #083);
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: white;
	/*font-family: Georgia, Serif;*/
	text-decoration: none;
}
.toggle .def
{
	padding: 5px 10px;
}
.toggle:hover
{
	cursor:pointer;
	border-top-color: #ccc;
	background: #BBB;
	text-decoration:none !important;
}


table.vals
{
	text-align:center !important;
}
table.vals td
{
	padding:6px;
	border:none;
	border-right:solid 1px #CCC;	
}
table.vals tr
{
	background-color:white !important;
	border-bottom:solid 1px #CCC;	
}
table.vals tr:last-child
{
	border-bottom:none;
}
table.vals td:nth-child(even)
{
	background-color:#EEE;
}
table.vals td:last-child
{
	border-right:none;
}


table.given
{
	text-align:left !important;
}
table.given td
{
	padding:6px;
	border:none;
	border-right:solid 1px #CCC;	
}
table.given tr
{
	background-color:white !important;
	border-bottom:solid 1px #CCC;	
}
table.given tr:last-child
{
	border-bottom:none;
}
table.given td:nth-child(even)
{
	background-color:#EEE;
}
table.given td:last-child
{
	border-right:none;
}





h1
{
	font-size:1.4em;
    font-weight:normal;

	margin:0;
	padding:0;

	padding-bottom: 0.17em;
	
	margin-bottom: 0.6em;
    /*text-shadow: 1px 1px 3px #BBB;*/
}
h2
{
	color:#333;
	
	clear:both;
	
	font-size:1.3em;
	
	margin-bottom: 0.3em;
	
	font-family:Verdana Bold, Geneva, sans-serif;
}

h3
{
	color:#444;
	
	margin:0;
	padding:0;

	font-size:1.1em;
    font-weight:bold;

    padding-top: 0.5em;
	font-family:Verdana Bold, Geneva, sans-serif;
}

h3.listing
{
	border:none;
	border-top:1px dashed #CCC;
	padding-top:10px;
}

.abituraufgaben .info
{
	margin-left:-12px;
	margin-right:-14px;
	background-color:#FFE;
	border-top:solid 1px #CCC;	
	border-bottom:solid 1px #CCC;
	padding:12px;	
}
.abituraufgaben .info-stark
{
	margin-top:12px;
	margin-left:-12px;
	margin-right:-14px;
	background-color:#EEE;
	border-top:solid 1px #CCC;	
	border-bottom:solid 1px #CCC;
	padding:12px;	
}



sup {
    vertical-align: baseline;
    position: relative;
    bottom: .33em;
}
sub {
    vertical-align: baseline;
    position: relative;
    bottom: -.33em;
}

.tcenter
{
	text-align:center;
}


.fleftb
{
	float:left;
	
	margin-right:15px;	
	margin-bottom:15px;	
}
.frightb
{
	float:right;
	
	margin-left:15px;	
	margin-bottom:15px;	
}

/*
.abituraufgaben ol
{
	list-style-type:lower-alpha;	
}

.abituraufgaben ol li
{
	padding-top:10px;	
	padding-bottom:3px;	
}
*/

.abituraufgaben .p1
{
	margin-left:20px;
	float:left;
	font-weight:bold;
}
.abituraufgaben .p2
{
	margin-left:10px;
	float:left;
	width:640px;
}


.clear
{
	clear:both;
}
.floatRight, .fright
{
	float:right;
}
.floatLeft, .fleft
{
	float:left;
}

img.center, div.center
{
	margin:0 auto;
	display:block;	
}

.tog
{
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;

	background: #888;
	
	background: -webkit-gradient(linear, left top, left bottom, from(#bbb), to(#888));
	background: -moz-linear-gradient(top, #bbb, #888);
	
	padding: 5px 10px;
	
	color: white;
	
	text-decoration: none;
	
	vertical-align: middle;
	cursor:pointer;
	
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0.1px; /* ie .-. */
	
	border:none;
}
.tog:hover
{
	border-top-color: #35ab5a;
	background: #0A3;
	text-decoration:none !important;
}
.tog:first-child
{
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.tog:last-child
{
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.tog-on
{
	background: #0a3;
	
	background: -webkit-gradient(linear, left top, left bottom, from(#0a3), to(#083));
	background: -moz-linear-gradient(top, #0a3, #083);
	
	cursor:default;
}


.button
{
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;

	background: #0a3;
	
	background: -webkit-gradient(linear, left top, left bottom, from(#0a3), to(#083));
	background: -moz-linear-gradient(top, #0a3, #083);
	
	padding: 5px 10px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	color: white;
	
	text-decoration: none;
	
	vertical-align: middle;
	cursor:pointer;
	
	border:none;
}
.button:hover
{
	border-top-color: #35ab5a;
	background: #0A3;
	/*color: #e0dde0;*/
	text-decoration:none !important;
}
/*.button:active
{
	border-top-color: #4ba134;
	background: #4ba134;
}*/

.button.disabled, .button-disabled
{
	background: #083;
	
	background: -webkit-gradient(linear, left top, left bottom, from(#bbb), to(#888));
	background: -moz-linear-gradient(top, #bbb, #888);
}
.button.disabled:hover, .button-disabled:hover
{
	background: #083;
	
	background: -webkit-gradient(linear, left top, left bottom, from(#bbb), to(#888));
	background: -moz-linear-gradient(top, #bbb, #888);
	
	cursor:default;
}



/*
.button
{
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;

	border-top: 1px solid #a7f797;
	background: #083;
	
	background: -webkit-gradient(linear, left top, left bottom, from(#0b3), to(#008834));
	background: -moz-linear-gradient(top, #0b3, #083);
	
	padding: 5px 10px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: white;
	/*font-family: Georgia, Serif;*//*
	text-decoration: none;
	vertical-align: middle;
}
.button:hover
{
	cursor:pointer;
	border-top-color: #35ab5a;
	background: #0A3;
	/*color: #e0dde0;*//*
	text-decoration:none !important;
}
.button:active
{
	border-top-color: #4ba134;
	background: #4ba134;
}

.button-disabled
{
	border-top: 1px solid #ccc;
	background: #083;
	
	background: -webkit-gradient(linear, left top, left bottom, from(#bbb), to(#888));
	background: -moz-linear-gradient(top, #bbb, #888);
}
.button-disabled:hover
{
	border-top: 1px solid #ccc;
	background: #083;
	
	background: -webkit-gradient(linear, left top, left bottom, from(#bbb), to(#888));
	background: -moz-linear-gradient(top, #bbb, #888);
	
	cursor:default;
}

*/
