/*  */

.idgradient {
	background-color: #133984;
	/*  VERLAUF  */
	/*  wg. IE, sonst malt er nix Verlauf  */
	/*  width:100%;  */
	height:100%;
	/*  IE-VERLAUF (und SCHATTEN ??) (-ms- für IE8 hat noch nicht hingehauen)  */
	/*  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#333333, endColorstr=#0093DD), progid:DXImageTransform.Microsoft.Shadow(color=#333333, direction=210, strength=5);  */
	/*  -ms-filter: "progid: DXImageTransform.Microsoft.gradient (startColorstr=#333333, endColorstr#0093DD)";  */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#333333, endColorstr=#0093DD);

	/*  */
	background:-moz-linear-gradient(top, #333, #0093DD);
	background:-webkit-gradient(linear, left top, left bottom, from(#333), to(#0093DD));


	background:-moz-linear-gradient(top, #333, #777);
	background:-webkit-gradient(linear, left top, left bottom, from(#333), to(#777));
	background-color: #444;
	margin: 0;
	padding: 3;
	color: #000000;
}

.titelgradient {
	background-color: #133984;
	/*  VERLAUF  */
	/*  wg. IE, sonst malt er nix Verlauf  */
	/*  width:100%;  */
	height:100%;
	/*  IE-VERLAUF (und SCHATTEN ??) (-ms- für IE8 hat noch nicht hingehauen)  */
	/*  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#333333, endColorstr=#0093DD), progid:DXImageTransform.Microsoft.Shadow(color=#333333, direction=210, strength=5);  */
	/*  -ms-filter: "progid: DXImageTransform.Microsoft.gradient (startColorstr=#333333, endColorstr#0093DD)";  */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#333333, endColorstr=#0093DD);

	/*  */
	background:-moz-linear-gradient(top, #333, #0093DD);
	background:-webkit-gradient(linear, left top, left bottom, from(#333), to(#0093DD));


	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 20px;
	border-bottom-right-radius: 20px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-left-radius: 20px;

	-webkit-box-shadow: -4px 3px 6px #aaa;
	-moz-box-shadow: -4px 3px 6px #aaa;
	box-shadow: 4px 3px 6px #aaa;

	padding: 15;
	margin-left: 0; 
	margin-right: 25; 
	margin-top: -10; 
	margin-bottom: 50; 
}

.titeltext {
	margin-left: 5; 
	margin-right: 5; 
	margin-top: 7; 
	margin-bottom: 9; 
	color: #FFFFFF;
	text-shadow: none;
}

.abstractgradient {
	background-color: #0093DD;
	
	
	height:100%;  /*  wg. IE, sonst malt er nix Verlauf  */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#333333, endColorstr=#0093DD);
	/*  */
	background:-moz-linear-gradient(top, #333, #0093DD);
	background:-webkit-gradient(linear, left top, left bottom, from(#333), to(#0093DD));

	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;

	-webkit-box-shadow: -4px 3px 6px #aaa;
	-moz-box-shadow: -4px 3px 6px #aaa;
	box-shadow: -4px 3px 6px #aaa;
	margin-left: 40; 
	margin-right: 90; 
	margin-top: -10; 
}

.abstracttext {
	margin-left :5; 
	margin-right: 5; 
	margin-top: 5; 
	margin-bottom: 7; 
	color: #FFFFFF;
	font-size: x-small;
	font-weight: 700;
}

/* ist großer Pfusch, aber hat sich leider so entwickelt, keine Zeit mehr für das Entwickeln verschachtelter Formate  */
.abstractgradientNew {
	background-color: #0093DD;

	height:100%;  /*  wg. IE, sonst malt er nix Verlauf  */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#333333, endColorstr=#0093DD);
	/*  */
	background:-moz-linear-gradient(top, #333, #0093DD);
	background:-webkit-gradient(linear, left top, left bottom, from(#333), to(#0093DD));

	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;

	-webkit-box-shadow: -4px 3px 6px #aaa;
	-moz-box-shadow: -4px 3px 6px #aaa;
	box-shadow: -4px 3px 6px #aaa;
	margin-left: 0; 
	margin-right: 90; 
	margin-top: 0; 
	margin-bottom: -9; 
}
/* +++++++++++++++++++++++++++++++++++++++++++++++  */


.textshadow {
	text-shadow: 1px 1px 1px #aaa;
}

.btnshadow {
	text-shadow: 1px 1px 1px #aaa;
}

.boxshadow {
	-webkit-box-shadow: 3px 2px 5px #aaa;
	-moz-box-shadow: 3px 2px 5px #aaa;
	box-shadow: 3px 2px 5px #aaa;
	/* IE-SCHATTEN (schaut aber wahrscheinlich scheußlich aus!!   -ms- für IE8 hat noch nicht hingehauen) */	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#333333, endColorstr=#0093DD);
}


/* ----------------------------------------------- */
/* 	IUDICIUM-BUTTON für linken Rand (left.htm)
	hier ist es schön verschachtelt -> ausbaubar, auch wenn es jetzt hier (weiter oben schon mal alles definiert)
	alles doppelt & dreifach ist!
	War nur ein Versuch, Verschachtelungen zu begreifen!
*/

.infodafgradient {
	background-color: #133984;
	/*  wg. IE, sonst malt er nix Verlauf,  evtl. auch:  width:100%;  */
	height:100%; 
	/*  */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#333333, endColorstr=#0093DD);
	background:-moz-linear-gradient(top, #333, #0093DD);
	background:-webkit-gradient(linear, left top, left bottom, from(#333), to(#0093DD));
}

.infodafblueshadow {
	-webkit-box-shadow: -4px 3px 6px #001c52;
	-moz-box-shadow: -4px 3px 6px #001c52;
	box-shadow: 4px 3px 6px #001c52;
}

.infodafborder {
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-bottomright: 12px;
	border-bottom-right-radius: 12px;
	-moz-border-radius-bottomleft: 12px;
	border-bottom-left-radius: 12px;
}

.infodafbutton {
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;

	padding-top: 5;
	padding-bottom: 9; 
	padding-left: 0; 
	padding-right: 0; 

	margin-left: 27; 
	margin-right: 27; 
	margin-top: 0; 
	margin-bottom: 0; 
}

a.infodafbutton{
	font-size:8pt;
	color:#64b8e3;
}
a:link.infodafbutton{color:#64b8e3}
a:visited.infodafbutton{color:#64b8e3}
a:hover.infodafbutton{color:#FFFFFF}
a:active.infodafbutton{color:#64b8e3}
a:focus.infodafbutton{color:#FFFFFF}

/* ----------------------------------------------- */




testo {
	padding: 3; color: #E5E5E5; margin-left: 2; margin-right: 7; margin-top: 4; margin-bottom: 5
}