/* CSS Document */

*
{
	margin: 0;
	padding: 0;
}

body
{
	font-size: 0.75em;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

input, textarea
{
	font-size: 1em;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;

}

.home
{
	background: #009EE3 url(../images/home/bg.gif) left top;
}

.Rubrik1
{
	background: #7DB7EB url(../images/Rubrik1/bg.gif) left top;
}

.Rubrik2
{
	background: #D20874 url(../images/Rubrik2/bg.gif) left top;
}

.Rubrik3
{
	background: #76B828 url(../images/Rubrik3/bg.gif) left top;
}

.Rubrik4
{
	background: #AE0B04 url(../images/Rubrik4/bg.gif) left top;
}

.Rubrik5
{
	background: #0E8E2E url(../images/Rubrik5/bg.gif) left top;
}

.Rubrik6
{
	background: #00487E url(../images/Rubrik6/bg.gif) left top;
}

.Rubrik7
{
	background: #881207 url(../images/Rubrik7/bg.gif) left top;
}

.Rubrik8
{
	background: #0075BE url(../images/Rubrik8/bg.gif) left top;
}

.Rubrik9
{
	background: #58348B url(../images/Rubrik9/bg.gif) left top;
}



#container
{
	min-height: 1425px;
	height: auto !important;
	height: 1425px;
	
	width: 1340px;
	position: relative;
	background: #FFF url(../images/bg.gif) repeat-y;

	
	float: left;
}

#container #header
{
	width: 100%;
	height: 175px;
	background: url(../images/home/bg_header.gif) left top no-repeat;
}
.Rubrik1 #container #header
{
	background: url(../images/Rubrik1/bg_header.gif) left top no-repeat;
}
.Rubrik2 #container #header
{
	background: url(../images/Rubrik2/bg_header.gif) left top no-repeat;
}
.Rubrik3 #container #header
{
	background: url(../images/Rubrik3/bg_header.gif) left top no-repeat;
}
.Rubrik4 #container #header
{
	background: url(../images/Rubrik4/bg_header.gif) left top no-repeat;
}
.Rubrik5 #container #header
{
	background: url(../images/Rubrik5/bg_header.gif) left top no-repeat;
}
.Rubrik6 #container #header
{
	background: url(../images/Rubrik6/bg_header.gif) left top no-repeat;
}
.Rubrik7 #container #header
{
	background: url(../images/Rubrik7/bg_header.gif) left top no-repeat;
}
.Rubrik8 #container #header
{
	background: url(../images/Rubrik8/bg_header.gif) left top no-repeat;
}
.Rubrik9 #container #header
{
	background: url(../images/Rubrik9/bg_header.gif) left top no-repeat;
}



#container #logo
{
	position: absolute;
	left: 20px;
	top: 65px;
	background: url(../images/logos/logo_sumsi.png);
	width: 260px;
	height: 70px;
}

*html #container #logo
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/logos/logo_sumsi.png', sizingMethod='scale');
	background:none;
}

#container #leisteRaiffei
{
	position: absolute;
	left: 60px;
	top: 0px;
	background: url(../images/bg_gelb.gif);
	width: 223px;
	height: 45px;
	padding-left: 25px;
}

#container #leisteRaiffei img
{
	margin-right: 9px;
	margin-top: 6px;
	float: left;
}

#container #navigation
{
	background: #FFF url(../images/bg_navigation.gif);
	width: 275px;


	min-height: 1425px;
	height: auto !important;
	height: 1425px;
	
	/*position: absolute;
	left: 0px;
	top: 175px; */
	float: left;
}

#container #navigation #navi
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 440px;
	float: left;
}

#container #navigation #navi ul
{
	margin: 0;
	margin-top: 25px;
	padding: 0;
	list-style: none;
}

#container #navigation #navi ul li
{
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	z-index: 20;
}

#container #navigation #navi ul li a
{
	color: #000000;
	text-decoration: none;
	padding-left: 42px;
	width: 240px;
	display: block;
	font-weight: bold;
	font-size: 1.25em;
}

*html #container #navigation #navi ul li a
{
width: 198px;
}

#container #navigation #navi ul li a.btn1,
#container #navigation #navi ul li a.btn1_akt
{
	color: #009EE3;
	height: 28px;
	padding-top: 19px;
	background:url(../images/btn/bg_btn1.gif) left top no-repeat;
}

#container #navigation #navi ul li a.btn1:hover,
#container #navigation #navi ul li a.btn1_akt
{
	color: #FFF;	
	background:url(../images/btn/bg_btn1_akt.gif) left top no-repeat;
}

#container #navigation #navi ul li a.btn2,
#container #navigation #navi ul li a.btn2_akt
{
	color: #D20874;
	height: 32px;
	padding-top: 8px;
	background:url(../images/btn/bg_btn2.gif) left top no-repeat;
}

#container #navigation #navi ul li a.btn2:hover,
#container #navigation #navi ul li a.btn2_akt
{
	color: #FFF;
	background:url(../images/btn/bg_btn2_akt.gif) left top no-repeat;	
}

#container #navigation #navi ul li a.btn3,
#container #navigation #navi ul li a.btn3_akt
{
	color: #76B828;
	height: 26px;
	padding-top: 4px;
	background:url(../images/btn/bg_btn3.gif) left top no-repeat;		
}

#container #navigation #navi ul li a.btn3:hover,
#container #navigation #navi ul li a.btn3_akt
{
	color: #FFF;
	background:url(../images/btn/bg_btn3_akt.gif) left top no-repeat;	
}

#container #navigation #navi ul li a.btn4,
#container #navigation #navi ul li a.btn4_akt
{
	color: #AE0B04;
	height: 32px;
	padding-top: 10px;
	background:url(../images/btn/bg_btn4.gif) left top no-repeat;		
}
#container #navigation #navi ul li a.btn4:hover,
#container #navigation #navi ul li a.btn4_akt
{
	color: #FFF;
	background:url(../images/btn/bg_btn4_akt.gif) left top no-repeat;	
}

#container #navigation #navi ul li a.btn5,
#container #navigation #navi ul li a.btn5_akt 
{
	color: #0E8E2E;
	height: 32px;
	padding-top: 4px;	
	background:url(../images/btn/bg_btn5.gif) left top no-repeat;		
}

#container #navigation #navi ul li a.btn5:hover,
#container #navigation #navi ul li a.btn5_akt
{
	color: #FFF;
	background:url(../images/btn/bg_btn5_akt.gif) left top no-repeat;	
}

#container #navigation #navi ul li a.btn6,
#container #navigation #navi ul li a.btn6_akt
{
	color: #00487E;
	height: 31px;
	padding-top: 5px;
	margin-top: -3px;
	background:url(../images/btn/bg_btn6.gif) left top no-repeat;	
}

#container #navigation #navi ul li a.btn6:hover,
#container #navigation #navi ul li a.btn6_akt
{
	color: #FFF;
	background:url(../images/btn/bg_btn6_akt.gif) left top no-repeat;	
}

#container #navigation #navi ul li a.btn7,
#container #navigation #navi ul li a.btn7_akt 
{
	color: #881207;
	height: 29px;
	padding-top: 7px;		
	background:url(../images/btn/bg_btn7.gif) left top no-repeat;		
}

#container #navigation #navi ul li a.btn7:hover,
#container #navigation #navi ul li a.btn7_akt
{
	color: #FFF;
	background:url(../images/btn/bg_btn7_akt.gif) left top no-repeat;	
}

#container #navigation #navi ul li a.btn8,
#container #navigation #navi ul li a.btn8_akt
{
	color: #0075BE;
	height: 29px;
	padding-top: 8px;		
	background:url(../images/btn/bg_btn8.gif) left top no-repeat;	
}

#container #navigation #navi ul li a.btn8:hover,
#container #navigation #navi ul li a.btn8_akt
{
	color: #FFF;
	background:url(../images/btn/bg_btn8_akt.gif) left top no-repeat;	
}

#container #navigation #navi ul li a.btn9,
#container #navigation #navi ul li a.btn9_akt
{
	color: #58348B;
	height: 37px;
	padding-top: 4px;		
	background:url(../images/btn/bg_btn9.gif) left top no-repeat;		
}

#container #navigation #navi ul li a.btn9:hover,
#container #navigation #navi ul li a.btn9_akt
{
	color: #FFF;
	background:url(../images/btn/bg_btn9_akt.gif) left top no-repeat;	
}

#container #navigation #lang
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100px;
	float: left;
}

#container #navigation #lang ul
{
	margin: 0;
	margin-top: 17px;
	padding: 0;
	list-style: none;
	padding-left: 16px;
}

#container #navigation #lang ul li
{
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 5px;
	overflow: visible;
}

#container #navigation #lang ul li a
{
	color: #000000;
	text-decoration: none;
	padding-left: 26px;
	width: 80px;
	display: block;
	height: 19px;
	font-weight: bold;
	font-size: 1.25em;
}

#container #navigation #lang ul li a.de
{
	background: url(../images/icon_de.gif) left top no-repeat;	
}

#container #navigation #lang ul li a.it
{
	background: url(../images/icon_it.gif) left top no-repeat;	
}

#container #navigation #lang ul li a.fr
{
	background: url(../images/icon_fr.gif) left top no-repeat;	
}

.home #container #navigation #menue
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 110px;
	float: left;
}

#container #navigation #menue
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 110px;
	float: left;
}

#container #navigation #menue ul
{
	margin: 0;
	margin-top: 17px;
	padding: 0;
	list-style: none;
	padding-left: 16px;
}

#container #navigation #menue ul li
{
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 5px;
}

#container #navigation #menue ul li a
{
	color: #000000;
	text-decoration: none;
	padding-left: 26px;
	width: 80px;
	display: block;
	font-weight: normal;
	font-size: 1.0em;
}


#container #content
{
	background: #FFF url(../images/home/bg_content.gif) right top repeat-y;
	width: 1065px;

	min-height: 1425px;
	height: auto !important;
	height: 1425px;
	
	float: left;
	
	/*position: absolute;
	left: 275px;
	top: 175px;*/
}

.Rubrik1 #container #content
{
	background: #FFF url(../images/Rubrik1/bg_content.gif) right top repeat-y;
}
.Rubrik2 #container #content
{
	background: #FFF url(../images/Rubrik2/bg_content.gif) right top repeat-y;
}
.Rubrik3 #container #content
{
	background: #FFF url(../images/Rubrik3/bg_content.gif) right top repeat-y;
}
.Rubrik4 #container #content
{
	background: #FFF url(../images/Rubrik4/bg_content.gif) right top repeat-y;
}
.Rubrik5 #container #content
{
	background: #FFF url(../images/Rubrik5/bg_content.gif) right top repeat-y;
}
.Rubrik6 #container #content
{
	background: #FFF url(../images/Rubrik6/bg_content.gif) right top repeat-y;
}
.Rubrik7 #container #content
{
	background: #FFF url(../images/Rubrik7/bg_content.gif) right top repeat-y;
}
.Rubrik8 #container #content
{
	background: #FFF url(../images/Rubrik8/bg_content.gif) right top repeat-y;
}
.Rubrik9 #container #content
{
	background: #FFF url(../images/Rubrik9/bg_content.gif) right top repeat-y;
}

#container #content h1
{
	font-size: 1.9em;
	font-weight: bold;
	line-height: normal;
	color: #3A60AA;
	margin: 0;
	padding: 0;
}

#container #content h2
{
	font-size: 1.5em;
	font-weight: bold;
	line-height: normal;
	color: #3A60AA;
	margin: 0;
	padding: 0;
}

#container #content h3
{
	font-size: 1.5em;
	font-weight: bold;
	line-height: normal;
	color: #000;
		margin: 0;
	padding: 0;
}

#container #content h4
{
	font-size: 1.3em;
	font-weight: bold;
	line-height: normal;
	color: #000;
	margin: 0;
	padding: 0;
}

.Rubrik1 #container #content h1, .Rubrik1 #container #content h2, .Rubrik1 #container #content h4
{color: #009EE3;}

.Rubrik2 #container #content h1, .Rubrik2 #container #content h2, .Rubrik2 #container #content h4
{color: #D20874;}

.Rubrik3 #container #content h1, .Rubrik3 #container #content h2, .Rubrik3 #container #content h4
{color: #76B828;}

.Rubrik4 #container #content h1, .Rubrik4 #container #content h2, .Rubrik4 #container #content h4
{color: #AE0B04;}

.Rubrik5 #container #content h1, .Rubrik5 #container #content h2, .Rubrik5 #container #content h4
{color: #0E8E2E;}

.Rubrik6 #container #content h1, .Rubrik6 #container #content h2, .Rubrik6 #container #content h4
{color: #00487E;}

.Rubrik7 #container #content h1, .Rubrik7 #container #content h2, .Rubrik7 #container #content h4
{color: #881207;}

.Rubrik8 #container #content h1, .Rubrik8 #container #content h2, .Rubrik8 #container #content h4
{color: #0075BE;}

.Rubrik9 #container #content h1, .Rubrik9 #container #content h2, .Rubrik9 #container #content h4
{color: #58348B;}



/* ----------------------------- Home ----------------------------- */

#container .cont1
{
	width: 531px;
	height: 740px;
	position: relative;
	padding-left: 35px;
}

#container .cont1 .ecke_oben
{
	background: #000;
	width: 105px;
	height: 109px;
	
	position: absolute;
	left: 0;
	top: 0;
}

#container .cont1 .ecke_unten
{
	background: #000;
	width: 105px;
	height: 109px;
	
	position: absolute;
	right: 0;
	bottom: 0;
}

#container .cont1 .pic
{
	width: 531px;
	height: 740px;
	position: relative;
}

#container .cont1 .pic .p
{ 
	position: relative;
	z-index: 10;
}

#container .cont1 .pic .p img
{
	margin-top: 15px;
	margin-left: 15px; 
}

/* ----------------------------- Aktuelles Heft ----------------------------- */

#container .cont2,
#container .cont3
{
	width: 700px;
	height: auto;
	position: relative;
	padding-bottom: 25px;
	float: left;
	padding-left: 50px;
	padding-top: 57px;
}

#container .cont3
{
	padding-top: 27px;
}

#container .cont2 .txt,
#container .cont3 .txt
{
	width: 265px;
	padding-right: 50px;
	height: auto;
	position: relative;
	float: left;
	font-weight: bold;
	padding-top: 18px;
	padding-bottom: 40px;
}


#container .cont2 .txt
{
	min-height: 200px;
	height: auto !important;
	height: 200px;
}

#container .cont3 .txt
{
	min-height: 150px;
	height: auto !important;
	height: 150px;
}

#container .cont2 .link,
#container .cont3 .link
{
	position: absolute;
	left: 10px;
	bottom: 40px;
	width: 325px;
	text-align: right;
}

#container .cont3 .link
{
	bottom: 45px;
}

#container .cont2 .link a,
#container .cont3 .link a
{
	color: #62AEE6;
	text-decoration: none;
	font-size: 1.4em;
	font-weight:bold;
	background:url(../images/Rubrik1/pfeil_link.gif) left top no-repeat;
	padding-left: 25px;
	padding-top: 3px; 
}

#container .cont2 .txt p,
#container .cont3 .txt p
{
	margin-top: 7px;
}


#container .cont2 .ecke_oben,
#container .cont3 .ecke_oben
{
	background: #000;
	width: 94px;
	height: 98px;
	position: absolute;
	left: 0;
	top: 0;
	
	display: none;
}

#container .cont2 .ecke_unten,
#container .cont3 .ecke_unten
{
	background: #000;
	width: 94px;
	height: 98px;
	position: absolute;
	right: 0;
	bottom: 0;
	
	display: none;
}

#container .cont2 .pic
{
	float: left;
	width: 340px;
	height: 274px;
	position: relative;
}

#container .cont3 .pic
{
	float: left;
	width: 340px;
	height: 255px;
	position: relative;
}

#container .cont2 .pic .p,
#container .cont3 .pic .p
{ 
	position: relative;
	z-index: 10;
}

#container .cont4
{
	width: 719px;
	height: 560px;
	position: relative;
	float: left;
	padding-left: 15px;
	padding-top: 22px;
}

#container .cont4 .pic
{
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
}

#container .cont4 .pic .p
{ 
	position: relative;
	z-index: 10;
}

#container .cont4 .pic .p img
{
	margin-top: 20px;
	margin-left: 20px; 
}

#container .cont4 .ecke_oben
{
	background: #000;
	width: 94px;
	height: 98px;
	position: absolute;
	left: 0;
	top: 0;
}

#container .cont4 .ecke_unten
{
	background: #000;
	width: 94px;
	height: 98px;
	position: absolute;
	right: 0;
	bottom: 0;
}


#container .cont5
{
	width: 749px;
	height: 542px;
	position: relative;
	float: left;
	padding-top: 28px;
}

#container .cont5 .pic
{
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
}

#container .cont5 .pic .p
{ 
	position: relative;
	z-index: 10;
}

#container .cont5 .ecke_oben
{
	background: #000;
	width: 94px;
	height: 98px;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

#container .cont5 .ecke_unten
{
	background: #000;
	width: 94px;
	height: 98px;
	position: absolute;
	right: 0;
	bottom: 0;
	display: none;
}

#container .cont5 .link
{
	position: absolute;
	left: 10px;
	bottom: -2px;
	width: 595px;
	text-align: right;
	z-index: 10;
}

#container .cont5 .link a
{
	color: #62AEE6;
	text-decoration: none;
	font-size: 1.4em;
	font-weight:bold;
	background:url(../images/Rubrik1/pfeil_link.gif) left top no-repeat;
	padding-left: 25px;
	padding-top: 3px; 
}

#container .cont5 .zuruck a
{background:url(../images/Rubrik1/pfeil_link2.gif) left top no-repeat;}

/* ----------------------------- Aktuelles Heft ----------------------------- */

#container .cont6
{
	width: 738px;
	height: auto;
	position: relative;
	padding-top: 25px;
	padding-left: 45px;
	float: left;
}

#container .cont6 .txt
{
	width: 596px;
	padding-left: 48px;
	height: auto;
	position: relative;
	font-weight: bold;
	float: left;
	clear: both;
	margin-top: -27px;
}

#container .cont6 .ecke_oben
{
	background: #000;
	width: 94px;
	height: 98px;
	position: absolute;
	left: 0;
	top: 0;
}

#container .cont6 .ecke_unten
{
	background: #000;
	width: 94px;
	height: 98px;
	position: absolute;
	right: 0;
	bottom: 0;
}

#container .cont6 .pic
{
	float: left;
	width: 738px;
	height: 542px;
	position: relative;
}


#container .cont6 .pic .p
{ 
	position: relative;
	z-index: 10;
}

#container .cont6 .pic .p img
{
	margin-top: 24px;
	margin-left: 31px; 
}

.txt p
{
	margin-bottom: 15px;
}

.txt a
{
	color: #000;
	text-decoration: underline;
}

/* ----------------------------- Quiz ----------------------------- */

#container .cont7
{
	width: 855px;
	height: auto;
	position: relative;
	padding-top: 25px;
	padding-left: 8px;
	float: left;
}

#container .cont7 .txt
{
	width: 210px;
	padding-right: 34px;
	height: auto;
	position: relative;
	font-weight: normal;
	float: left;
}

#container .cont7 .ecke_oben
{
	background: #000;
	width: 94px;
	height: 98px;
	position: absolute;
	left: 0;
	top: 0;
}

#container .cont7 .ecke_unten
{
	background: #000;
	width: 94px;
	height: 98px;
	position: absolute;
	right: 0;
	bottom: 0;
}

#container .cont7 .pic
{
	float: left;
	width: 610px;
	height: 522px;
	position: relative;
}


#container .cont7 .pic .p
{ 
	position: relative;
	z-index: 10;
}

#container .cont7 .pic .p img
{
	margin-top: 22px;
	margin-left: 25px; 
}

/* ----------------------------- Download ----------------------------- */

#container .cont8
{
	width: 591px;
	height: auto;
	position: relative;
	padding-left: 75px;
	padding-bottom: 25px;
	float: left;
}

#container .cont8 .txt
{
	width: 320px;
	height: auto;
	font-weight: normal;
	float: left;
	padding-left: 13px;
	padding-top: 30px;
}

#container .cont8 .ecke_oben
{
	background: #000;
	width: 62px;
	height: 49px;
	position: absolute;
	left: 0;
	top: 0;
}

#container .cont8 .ecke_unten
{
	background: #000;
	width: 62px;
	height: 41px;
	position: absolute;
	right: 0;
	bottom: 0;
}

#container .cont8 .pic
{
	float: left;
	width: 256px;
	height: 193px;
	position: relative;
}


#container .cont8 .pic .p
{ 
	position: relative;
	z-index: 10;
}

#container .cont8 .pic .p img
{
	margin-top: 14px;
	margin-left: 10px; 
}



#container .cont9
{
	width: 591px;
	height: auto;
	position: relative;
	padding-left: 75px;
	padding-bottom: 38px;
	float: left;
}

#container .cont9 .txt
{
	width: 340px;
	height: auto;
	font-weight: normal;
	float: left;
	padding-left: 13px;
	padding-top: 40px;
}

#container .cont9 .ecke_oben
{
	background: #000;
	width: 62px;
	height: 65px;
	position: absolute;
	left: 0;
	top: 0;
}

#container .cont9 .ecke_unten
{
	background: #000;
	width: 62px;
	height: 65px;
	position: absolute;
	right: 0;
	bottom: 0;
}

#container .cont9 .pic
{
	float: right;
	width: 198px;
	height: 262px;
	position: relative;
}


#container .cont9 .pic .p
{ 
	position: relative;
	z-index: 10;
}

#container .cont9 .pic .p img
{
	margin-top: 11px;
	margin-left: 12px; 
}



#container .cont10
{
	width: 591px;
	height: auto;
	position: relative;
	padding-left: 75px;

	float: left;
}

#container .cont10 .txt
{
/*	width: 220px;
	height: auto;
	font-weight: normal;
	float: left;
	position: absolute;
	right: -35px;
	top: 210px;*/
	width: 200px;
	height: auto;
	font-weight: normal;
	float: left;
	position: absolute;
	right: -15px;
	top: 210px;
}

#container .cont10 .ecke_oben
{
	background: #000;
	width: 62px;
	height: 65px;
	position: absolute;
	left: 0;
	top: 0;
}

#container .cont10 .ecke_unten
{
	background: #000;
	width: 63px;
	height: 63px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(../images/Rubrik8/bg_cont10_eu.gif) no-repeat;
}

#container .cont10 .pic
{
	float: right;
	width: 588px;
	height: auto ;
	position: relative;
}


#container .cont10 .pic .p
{ 
	position: relative;
	z-index: 10;
	float: left;
}

#container .cont10 .pic .p img
{
	margin-top: 17px;
	margin-left: 17px; 
}

#container .cont11
{
	width: 920px;
	height: 723px;
	position: relative;
	margin-left: -42px;
	float: left;
	display: block;
}

*html #container .cont11
{float: none;}

#container .cont11 .txt1
{
	width: 150px;
	height: auto;
	font-weight: normal;
	position: absolute;
	left: 166px;
	top: 230px;
}

#container .cont11 .txt2
{
	width: 150px;
	height: auto;
	font-weight: normal;
	position: absolute;
	left: 166px;
	top: 310px;
}


#container .cont11 .txt3
{
	width: 90px;
	height: auto;
	font-weight: normal;
	position: absolute;
	left: 385px;
	top: 157px;
}


#container .cont11 .txt4
{
	width: 150px;
	height: auto;
	font-weight: normal;
	position: absolute;
	left: 368px;
	top: 275px;
}


#container .cont11 .txt5
{
	width: 150px;
	height: auto;
	font-weight: normal;
	position: absolute;
	left: 345px;
	top: 445px;
}


#container .cont11 .txt6
{
	width: 150px;
	height: auto;
	font-weight: normal;
	position: absolute;
	left: 410px;
	top: 598px;
}


#container .cont11 .txt7
{
	width: 250px;
	height: auto;
	font-weight: normal;
	position: absolute;
	left: 600px;
	top:158px;
}


#container .cont11 .txt8
{
	width: 250px;
	height: auto;
	font-weight: normal;
	position: absolute;
	left: 630px;
	top:195px;
	
}

#container .cont11 .txt9
{
	width: 230px;
	height: auto;
	font-weight: normal;
	position: absolute;
	left: 645px;
	top: 250px;
}

#container .cont11 .txt10
{
	width: 150px;
	height: auto;
	font-weight: normal;
	position: absolute;
	right: 10px;
	top: 10px;
}

#container .cont11 .txt9
{
	width: 220px;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 40px;
	top: 150px;
	border: 0;
	overflow: hidden;
}

#container .cont11 .txt9 a
{color: #000000;}

#container .cont11 .txt9 .tx-powermail-pi1
{
	width: 220px;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
	background: #95C03D;
	border: 0;
	margin-top: 0px;
}

#container .cont11 .txt9 .tx-powermail-pi1 label
{
	display: block;
	clear: both;
	color: #000;
	padding-bottom: 1px;
}

#container .cont11 .txt9 .tx-powermail-pi1 input
{
	width:170px;
	margin-bottom: 5px;
	border: 0;
	padding: 5px;
	height: 15px;
}

#container .cont11 .txt9 .tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html_date input
{margin-top: 2px;}

#container .cont11 .txt9 .tx-powermail-pi1 .jscalendar_cb
{
	width: auto;
	margin-bottom: 0px;
	margin-top: 0;
}

#container .cont11 .txt9 .tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html_date label
{display: inline;}


#container .cont11 .txt9 .tx-powermail-pi1 textarea
{
	width: 284px;
	height: 267px;
	margin-bottom: 10px;
	border: 0;
	padding: 5px;
}

#container .cont11 .txt9 fieldset.tx-powermail-pi1_fieldset input.powermail_submit 
{
	width: auto;
	background: #FFFFFF;
	color: #58348B;
	text-align: 1.5em;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-weight: bold;
	margin-top: 10px;
	height: 20px;
}

#container .cont11 .txt9 fieldset.tx-powermail-pi1_fieldset 
{
	border: 0px solid #aaa;
	padding: 0;
}

#container .cont11 .pic
{
	float: right;
	width: 100%;
	height: 100%;
	position: relative;
}
*html #container .cont11 .pic
{float: none;}

#container .cont11 .pic .p
{ 
	position: relative;
	z-index: 10;
	float: left;
}

#container .cont11 .pic .p img
{
	margin-top: 17px;
	margin-left: 17px; 
}


#container .cont12
{
	width: 700px;
	min-height: 1030px;
	height: auto !important;
	height: 1030px;
	position: relative;
	float: left;
	margin-left: -5px;
	background: url(../images/Rubrik7/bg_cont12.gif) left top no-repeat;
}

#container .cont12 .login
{
	width: 285px;
	height: 410px;
	padding-top: 240px;
	padding-left: 45px;
	padding-right: 40px;
	position: absolute;
	right: -290px;
	top: -75px;
	background: url(../images/Rubrik7/bg_login.png);
	color: #FFF;
	font-size: 1.4em;
	line-height: normal;
}

*html #container .cont12 .login
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/Rubrik7/bg_login.png', sizingMethod='scale');
	background:none;
}

#container .cont12 .login a
{
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	background: url(../images/Rubrik7/pfeil_link.gif) left top no-repeat;
	padding-left: 25px;
	padding-bottom: 10px;
	line-height: inherit;
	padding-top: 3px;
	margin-top: 20px;
	margin-bottom: 25px;
	display: block;
}

#container .cont12 .txt
{
	width: 290px;
	padding-right: 40px;
	float: left;
	height:auto;
	display: block;
	margin-top: 10px;
	clear: both;
}

#container .cont12 .spalte_links,
#container .cont12 .spalte_rechts
{
	float: left;
	width: 330px;
	padding-top: 25px;
	height: auto;
}

#container #content .cont12 .txt h2
{
	font-size: 1.3em;
	margin-bottom: 2px;
}

#container #content .cont12 .txt h3
{
	font-size: 1.1em;
	margin-bottom: 4px;
}



#container .cont13
{
	width: 975px;
	min-height: 1325px;
	height: auto !important;
	height: 1325px;
	position: relative;
	float: left;
	margin-left: -60px;
	margin-top: -65px;
	padding-left: 55px;
	padding-top: 165px;
	background: url(../images/Rubrik5/bg_cont13.jpg) left top no-repeat;
}

#container .cont13 .login
{
	width: 267px;
	height: 626px;
	padding-top: 310px;
	padding-left: 50px;
	padding-right: 40px;
	position: absolute;
	right: 0px;
	top: 0px;
	background: url(../images/Rubrik5/bg_login.png);
	color: #FFF;
	font-size: 1.4em;
	line-height: normal;
}

*html #container .cont13 .login
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/Rubrik5/bg_login.png', sizingMethod='scale');
	background:none;
}

#container .cont13 .login a
{
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	background: url(../images/Rubrik5/pfeil_link.gif) left top no-repeat;
	padding-left: 25px;
	padding-bottom: 10px;
	line-height: inherit;
	padding-top: 3px;
	margin-top: 20px;
	margin-bottom: 25px;
	display: block;
}

#container .cont13 .txt
{
	width: 290px;
	padding-right: 40px;
	float: left;
	height:auto;
	display: block;
	margin-bottom: 35px;
}

#container .cont13 .spalte_links,
#container .cont13 .spalte_rechts
{
	float: left;
	width: 330px;
	padding-top: 35px;
}

#container #content .cont13 .txt p
{
	margin-bottom: 4px;
	text-decoration: none;
}

#container #content .cont13 .txt a
{
	font-size: 1.3em;
	font-weight: bold;
	line-height: normal;
	margin: 0;
	padding: 0;
	margin-bottom: 2px;
	text-decoration: none;
	color: #0E8E2E;
}

#container .cont14
{
	width: 555px;
	
	min-height:800px;
	height: auto !important;
	height:800px;
	
	position: relative;
	float: left;
	margin-left: -20px;
	padding-left: 65px;
	padding-top: 5px;

}

#container .cont14 .tx-powermail-pi1
{
	width: 449px;
	height: 605px;
	float: left;
	margin: 0;
	padding: 0;
	background: url(../images/Rubrik9/bg_cont14.gif) left top no-repeat;
	border: 0;
	padding-top: 40px;
	padding-left: 81px;
	margin-left: -65px;
	margin-top: 0px;
	position: relative;
}

#container .cont14 .tx-powermail-pi1 label
{
	display: block;
	clear: both;
	color: #FFFFFF;
	padding-bottom: 1px;
}

#container .cont14 .tx-powermail-pi1 input
{
	width: 284px;
	margin-bottom: 10px;
	border: 0;
	padding: 5px;
	height: 29px;
}

#container .cont14 .tx-powermail-pi1 textarea
{
	width: 284px;
	height: 267px;
	margin-bottom: 10px;
	border: 0;
	padding: 5px;

}

#container .cont14 fieldset.tx-powermail-pi1_fieldset input.powermail_submit 
{
	width: auto;
	background: #FFFFFF;
	color: #58348B;
	text-align: 1.5em;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-weight: bold;
	margin-top: 10px;
}

#container .cont14 fieldset.tx-powermail-pi1_fieldset 
{
	border: 0px solid #aaa;
	padding: 0;
}

#container .cont14 .pic
{
	background:url(../images/Rubrik9/pic.gif);
	width: 275px;
	height: 225px;
	position: absolute;
	left: 315px;
	top: 390px;

}
/*
#container .cont14 span.powermail_mandatory 
{
	color: red;
}

#container .cont14 input.validation-failed,
#container .cont14 textarea.validation-failed 
{
	background-image: url(/typo3conf/ext/powermail/img/icon_exclamation.gif);
	background-repeat: no-repeat;
	background-position: 98% 1px;
}
#container .cont14 div.powermail_mandatory_js 
{
	color: red;
	margin: 3px 0 15px 200px;
}
#container .cont14 fieldset.tx-powermail-pi1_fieldset 
{
	border: 1px solid #aaa;
	background:none;
	padding: 10px;
}
#container .cont14 fieldset.tx-powermail-pi1_fieldset legend 
{
	font-weight: bold;
	color: black;
}
#container .cont14 fieldset.tx-powermail-pi1_fieldset label 
{
	display: block;
	width: 100px;
	float: left;
	clear: both;
	font-weight: bold;
}
#container .cont14 fieldset.tx-powermail-pi1_fieldset input.powermail_text,
#container .cont14 fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea,
#container .cont14 fieldset.tx-powermail-pi1_fieldset select.powermail_select,
#container .cont14 fieldset.tx-powermail-pi1_fieldset input
{
	width: 260px;
	clear: both;

}
#container .cont14 fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_radio input.powermail_radio 
{
	margin: 5px 0;
}
#container .cont14 div.tx_powermail_pi1_fieldwrap_html 
{
	margin: 10px 0;
}
#container .cont14 fieldset.tx-powermail-pi1_fieldset input.powermail_submit 
{
	margin: 20px 0 10px 200px;
	font-weight: bold;
	width: auto;
}
#container .cont14 p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
#container .cont14 p.tx_powermail_pi1_fieldwrap_html_radio_title 
{
	margin: 0;
	padding: 0;
	font-weight: bold;
}
#container .cont14 div.countryzone 
{
	margin: 10px 0 0 200px;
}
#container .cont14 div.tx_powermail_pi1_fieldwrap_html label a 
{
	cursor: help;
}
#container .cont14 div.tx_powermail_pi1_fieldwrap_html label a dfn 
{
	display: none;
}
#container .cont14 div.tx_powermail_pi1_fieldwrap_html label a:hover dfn 
{
	display: block;
	position: absolute;
	width: 250px;
	padding: 5px;
	background-color: #ddd;
	border: 1px solid red;
	color: black;
	text-decoration: none;
	font-size: 0.8em;
}
#container .cont14 div.tx_powermail_pi1_fieldwrap_html img.icon_info 
{
	padding: 2px 2px 0 2px;
}

#container .cont14 td.powermail_all_td 
{
	padding: 3px 10px 3px 0;
}

#container .cont14 td.powermail_all p.bodytext
{
	margin: 0;
}*/

#container .cont15
{
	width: 800px;
	height: auto;
	position: relative;
	float: left;
}

#container .cont16
{
	width: 800px;
	height: auto;
	position: relative;
	float: left;
}

#container .cont16 .pic
{
	width: 200px;
	float: left;
	height: 200px;
	text-align: center;
	position: relative;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-top: 40px;
	
}
#container .cont16 .pic img
{
  margin-bottom: 10px;
  z-index: 1;
}

#container .cont16 .pic .txt
{
	position: absolute;
	left: 180px;
	top: 80px;
	width: 180px;
	height: auto;
	text-align: left;
	z-index: 100;
	background: #AE0B04;
	color: #FFF;
	padding: 10px;
}

#container .cont17
{
	width: 915px;
	
	min-height:1310px;
	height: auto !important;
	height:1310px;
	
	position: relative;
	float: left;
	background: url(../images/Rubrik6/bg_cont17.gif) left top no-repeat;
}

#container .cont17 .pic1
{
	position: relative;
	margin-left: -55px;
	margin-top: -58px;
	float: left;
}

#container .cont17 .pic2
{
	position: absolute;
	right: 0;
	top: -140px;
	z-index:10;
}

#container .cont17 ul
{
	clear: both;
	margin: 0;
	padding: 0;
	list-style: none;
	padding-left: 57px;
	margin-top: -43px;
	float: left;
	width: 90%;
}

#container .cont17 ul li
{
	clear: both;
	margin: 0;
	padding: 0;
	margin-bottom: 2px;
		
}

#container .cont17 ul li a
{
	color: #00487E;
	text-decoration: none;
	font-size: 1.4em;
	font-weight: bold;
	padding-left: 35px;
	background: url(../images/Rubrik6/pfeil_link1.gif) left top no-repeat;
	padding-top: 5px;
	display: block;
	height: 28px;
}

#container .cont17 ul li a.akt
{
	color: #FFF;
	background: url(../images/Rubrik6/pfeil_liste_akt.gif) left top no-repeat;
	height: 32px;
	padding-top: 32px;
}

#container .cont17 .txt
{
	clear: both;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 610px;
	padding-left: 65px;
	padding-bottom: 50px;
	float: left;
}

#container .cont17 .fla
{
	clear: both;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 620px;
	height: auto;
	padding-left: 26px;
	padding-top: 32px;
	padding-bottom: 27px;
	float: left;
	position: relative;
}
#container .cont17 .fla {
  z-index: 100;
}
#container .cont17 .fla .spiel
{
	width: 600px;
	height: auto;
	z-index: 100;
}
#container .cont17 .fla .link1
{
	position: absolute;
	left: 119px;
	top: -2px;
}

#container .cont17 .fla .link2
{
	position: absolute;
	left: 470px;
	top: -2px;
}

#container .cont17 .fla .link1 a
{
	color: #00487E;
	text-decoration: none;
	font-size: 1.4em;
	font-weight: bold;
	background: url(../images/Rubrik6/pfeil_link1.gif) left top no-repeat;
	padding-left: 35px;
	padding-top: 5px;
	display: block;
}

#container .cont17 .fla .link2 a
{
	color: #00487E;
	text-decoration: none;
	font-size: 1.4em;
	font-weight: bold;
	background: url(../images/Rubrik6/pfeil_link1.gif) left top no-repeat;
	padding-left: 35px;
	padding-top: 5px;
	display: block;
}



#container .cont17 .fla .ecke_oben
{
	background: #000;
	width: 94px;
	height: 97px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

#container .cont17 .fla .ecke_unten
{
	background: #000;
	width: 94px;
	height: 97px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}


#container .cont18
{
	width: 500px;
	
	min-height:800px;
	height: auto !important;
	height:800px;
	
	position: relative;
	float: left;

	padding-left: 45px;
	padding-top: 0px;

}

#container .cont18 .tx-powermail-pi1
{
	width: 449px;
	height: 605px;
	float: left;
	margin: 0;
	padding: 0;
	background: url(../images/Rubrik5/bg_cont17.gif) left top no-repeat;
	border: 0;
	padding-top: 40px;
	padding-left: 81px;
	margin-left: -65px;
	margin-top: 0px;
	position: relative;
	margin-top: 50px;
}

#container .cont18 .tx-powermail-pi1 label
{
	display: block;
	clear: both;
	color: #FFFFFF;
	padding-bottom: 1px;
}

#container .cont18 .tx-powermail-pi1 input
{
	width: 284px;
	margin-bottom: 10px;
	border: 0;
	padding: 5px;
	height: 29px;
}

#container .cont18 .tx-powermail-pi1 textarea
{
	width: 284px;
	height: 267px;
	margin-bottom: 10px;
	border: 0;
	padding: 5px;

}

#container .cont18 fieldset.tx-powermail-pi1_fieldset input.powermail_submit 
{
	width: auto;
	background: #FFFFFF;
	color: #58348B;
	text-align: 1.5em;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-weight: bold;
	margin-top: 10px;
}

#container .cont18 fieldset.tx-powermail-pi1_fieldset 
{
	border: 0px solid #aaa;
	padding: 0;
}

#container .cont18 .pic
{
	background:url(../images/Rubrik5/pic.gif);
	width: 320px;
	height: 300px;
	position: absolute;
	left: 375px;
	top: 395px;

}

#container .clear
{
	clear: both;
	float: left;
	width: 100%;
}



.tx-srfeuserregister-pi1
{
	width: 720px;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	margin-left: 40px;
	
	color: #3A60AA;
	font-weight: bold;
	font-size: 1.3em;
	border: 0;
}

.tx-srfeuserregister-pi1 fieldset
{ 
	border: 0;
	border: 4px solid #3A60AA;
	padding: 10px;
	
}

.tx-srfeuserregister-pi1 legend
{
	font-size: 1.5em;
	font-weight: bold;
	color: #3A60AA;
	padding: 10px;
}

  .tx-srfeuserregister-pi1 p { margin-top: .5em; margin-bottom: 0; padding: 0 .3em; text-indent: 0; }
  .tx-srfeuserregister-pi1 h4 { margin-top: 0; padding-left: .3em; }
  .tx-srfeuserregister-pi1 legend { padding: 0 .5em; font-weight: bold; }
  .tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-notice { font-style: italic; margin-bottom: 1em; }
  .tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-trash { margin-bottom: 2em; }
  .tx-srfeuserregister-pi1 a { padding-left: 14px; background-image: url("../typo3conf/ext/sr_feuser_register/pi1/internal_link.gif"); background-repeat: no-repeat; background-position: 0% 60%; text-decoration:none; }
  .tx-srfeuserregister-pi1 label { margin: 0; padding: 0; }
  .tx-srfeuserregister-pi1 label span { color: #ff0000; }
  .tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-error { color: #ff0000; }
  .tx-srfeuserregister-pi1 input { margin: 0; padding: 0 .5em 0 0; }
  .tx-srfeuserregister-pi1 input[type=password] { margin-right: 0.5em; }
		* html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-password { margin-right: 0.5em; }
  .tx-srfeuserregister-pi1 input[type=radio], .tx-srfeuserregister-pi1 input[type=checkbox] { background-color: transparent; }
		* html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-radio, * html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-checkbox { background-color: transparent; }		
  .tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-delete-icon { margin-left: 1em; background-color: transparent; }
  .tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-delete-icon:hover { cursor: pointer; }
  .tx-srfeuserregister-pi1 a.tx-srfeuserregister-pi1-file-view { padding-left: 15px; background-image: url("../typo3conf/ext/sr_feuser_register/pi1/internal_link_new_window.gif"); background-color: transparent; background-repeat: no-repeat; font-size: .8em; margin-left: 1em; }
  .tx-srfeuserregister-pi1 ul { margin: 0; padding: 0; list-style-position: inside; }
  .tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes { list-style-type: none; }
  .tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes li { margin: 0 0 .3em 0; padding: 0; }
  .tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes li label { margin: 0; padding: 0 0 0 .5em; }
  .tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checked-values li { float: left; padding: 0 2em 0 0; margin: 0; }
  .tx-srfeuserregister-pi1 dl { margin: 0; padding: 1em 0 0 0; }
  .tx-srfeuserregister-pi1 dt, .tx-srfeuserregister-pi1 dd { margin: 0; padding: 0 0 .5em 0; float: left; }
  .tx-srfeuserregister-pi1 dt { clear: both; width: 28%; text-align: right; padding-right: 1em; }
  .tx-srfeuserregister-pi1 dd { text-align: left; width: 60%; }
  .tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-multiple-checkboxes dt { width: auto; padding-right: 0; }
  .tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-multiple-checkboxes dd { width: auto; }
* html .tx-srfeuserregister-pi1 dd { float: none; }
  .tx-srfeuserregister-pi1 dd p { margin-top: 0; margin-bottom: .5em; padding: 0; }
  .tx-srfeuserregister-pi1 dd label { padding: 0 1em 0 .5em; }
  .tx-srfreecap-pi2-image { margin-left: 1em; }
  .tx-srfreecap-pi2-cant-read { font-size: .9em; color:#35006d; }
  .tx-srfreecap-pi2-cant-read a:link { background-color:transparent; font-weight:bold; text-decoration:none; }
  DIV.csc-textpic-caption-c .csc-textpic-caption { text-align: center; }
  DIV.csc-textpic-caption-r .csc-textpic-caption { text-align: right; }
  DIV.csc-textpic-caption-l .csc-textpic-caption { text-align: left; }
  DIV.csc-textpic DIV.csc-textpic-imagecolumn { float: left; display: inline; }

  .tx-srfeuserregister-pi1-submit
{
	background: #3A60AA;
	color: #FFFFFF;
	padding: 5px;
}


.csc-loginform 
{
	margin-top: 20px;
	border: 0px solid #3A60AA;
	padding: 20px;
}

.csc-loginform td
{
	font-size: 1.3em;
	color: #3A60AA;
	font-weight: bold;
	padding-right: 20px;
	padding-bottom: 5px;
}
.tx-srfeuserregister-pi1 p a {color: #3A60AA; }


#container .cont21
{
	width: 700px;
	height: auto;
	position: relative;
	float: left;
	margin-left: -5px;
	background: #FFF;	
}

#container .cont21 .txt
{
	width: 290px;
	padding-right: 40px;
	float: left;
	height:auto;
	display: block;
	margin-top: 5px;
	padding-bottom: 20px;
	clear: both;
}

#container .cont21 .spalte_links,
#container .cont21 .spalte_rechts
{
	float: left;
	width: 330px;
	padding-top: 25px;
	height: auto;
}

#container #content .cont21 .txt h2
{
	font-size: 1.3em;
	margin-bottom: 2px;
	margin-top: 20px;
}

#container #content .cont21 .txt h3
{
	font-size: 1.1em;
	margin-bottom: 4px;
}

#container .cont21 .txt h2 a
{
	margin-top: 0;

}

#container #content .cont21 a
{
	color: #3A60AA;
	text-decoration: none;
}

#container .cont22
{
	width: 555px;
	/*
	min-height:800px;
	height: auto !important;
	height:800px;*/

	height: auto;
	
	position: relative;
	float: left;
	margin-left: -20px;
	padding-left: 65px;
	padding-top: 5px;
	
	background: url(../images/Rubrik5/bg_cont22.gif) left top no-repeat;
	color: #FFFFFF;

}

#container .cont22 form
{
	width: 449px;
	height: 605px;
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	padding-top: 40px;
	padding-left: 81px;
	margin-left: -65px;
	margin-top: 0px;
	position: relative;
}

#container .cont22 label
{
	display: block;
	clear: both;
	color: #FFFFFF;
	padding-bottom: 1px;
}

#container .cont22 input
{
	width: 284px;
	margin-bottom: 10px;
	border: 0;
	padding: 5px;
	height: 29px;
	clear: both;
}

#container .cont22 textarea
{
	width: 284px;
	height: 267px;
	margin-bottom: 10px;
	border: 0;
	padding: 5px;

}

#container .cont22 .submit_btn
{
	width: auto;
	background: #FFFFFF;
	color: #3A60AA;
	text-align: 1.5em;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-weight: bold;
	margin-top: 10px;
}



/*-----------------------------*/

#container #content .cont11
{
	height: 800px;
	margin-top: 20px;
}

#container .cont11 .txt9
{
	top: 250px;
	left: 660px;
}

#container .cont11 .txt1
{
	width: 160px;
	height: auto;
	font-weight: normal;
	position: absolute;
	left: 140px;
	top:280px;
	font-size: 0.9em;
	list-style: 0.9em;
}

#container .cont11 .txt2
{
	width: 170px;
	height: auto;
	font-weight: normal;
	position: absolute;
	left: 110px;
	top: 510px;
	font-size: 0.9em;
	list-style: 0.9em;	
}

#container .cont11 .txt3
{
	width: 180px;
	height: auto;
	font-weight: normal;
	position: absolute;
	left: 360px;
	top: 130px;
	font-size: 0.9em;
	list-style: 0.9em;
}

#container .cont11 .txt4
{
	width: 85px;
	height: auto;
	font-weight: normal;
	position: absolute;
	left: 340px;
	top: 390px;
	font-size: 0.9em;
	list-style: 0.9em;
}

#container .cont11 .txt5
{
	width: 100px;
	height: auto;
	font-weight: normal;
	position: absolute;
	left: 410px;
	top: 530px;
	font-size: 0.9em;
	list-style: 0.9em;
}

#container .cont11 .txt6
{
	width: 200px;
	height: auto;
	font-weight: normal;
	position: absolute;
	left: 620px;
	top: 60px;
	text-align: center;
	color: #000;
	font-weight: bold;	
	font-size: 1.3em;
}

#container #content  .cont11 .txt6 h3
{	
	font-size: 1.3em;
	color: #000;
	font-weight: bold;
}

