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

body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height:160%;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #4A4A4A;
	background-image:url(/fileadmin/templates/bilder/background/gelbschwarz.jpg);
	background-position:top left;
	background-repeat: repeat-x;
}
a {
	color:#1e6187; /* #003399*/
	text-decoration:none;
	
}
a.intern {
	padding-left:10px;
	background: url(../bilder/linkimg/img/internal_link.gif) transparent left no-repeat;
}
a.extern {
	padding-left:10px;
	background: url(../bilder/linkimg/img/external_link.gif) transparent left no-repeat;
}
a.mailto {
	padding-left:22px;
	background: url(../bilder/linkimg/img/mail.gif) transparent no-repeat;
	background-position:0px -2px;
}
internalLinkInNewWindow {
  class = internal-link-new-window
  type = page
  titleText = LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xml:internal_link_new_window_titleText
}
a:visited {
	color: #1e6187;
}
a:hover {
	color:#e31925;
}
a:active {
	color:#003399;
}
p {
	margin:0px;
	padding:0px;
}
ul {
	padding:0px;
	margin:10px 0 10px 25px;
	list-style-type: square;

}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.thrColElsHdr #container { 
	width: 920px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #676767;
	border-top:0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
	padding:0 ;
	overflow:hidden;
	
} 
* html body.thrColElsHdr #container { width: 930px;}


.back1 {
	width:100%;
	background-image:url(/fileadmin/templates/bilder/background/streifenquer.jpg);
	background-position:0px 42px;
	background-repeat: repeat-x;
	overflow:hidden;
}
.schattenlinks {
	width:400px;
	height:100%;
	background-image: url(/fileadmin/templates/bilder/background/schattlinks.jpg);
	background-position:top right;
	background-repeat: no-repeat;
	position:absolute;
	top:33px;
	left:-401px;
	z-index:20;
	
}
.schattenrechts {
	width:400px;
	height:100%;
	background-image: url(/fileadmin/templates/bilder/background/schattrechts.jpg);
	background-position:top left;
	background-repeat: no-repeat;
	position:absolute;
	top:33px;
	right:-401px;
	z-index:20;
	
}
* html .schattenrechts {
	width:400px;
	height:600px;
	top:32px;	
}
* html .schattenlinks {
	width:400px;
	height:600px;
	top:32px;	
}

/**************************** HEADER ***************************/
.thrColElsHdr #header { 
	background: #fff; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	position:relative;
} 
.thrColElsHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#logo a {
	background:transparent url(/fileadmin/templates/bilder/jodlerlogo.gif) no-repeat top left;
	width:334px;
	height:210px;
	display:block;
}
/*#logo a:hover {
	background:transparent url(/fileadmin/templates/bilder/jodlerlogo2.gif) no-repeat top left;
	width:334px;
	height:210px;
	display:block;
}
*/
.maske {
	position:absolute;
	left:334px;
	top:0px;
	width:583px;
	height:210px;
	background-image:url(/fileadmin/templates/bilder/maske.gif);
	background-position:top left;
	background-repeat:no-repeat;
	/*border:1px solid red;*/
	z-index:10;
	
}
.fotoleft {
	position:absolute;
	left:334px;
	top:0px;
	width:573px;
	height:133px;
	background-color:transparent;
	/*background-image:url(/fileadmin/templates/bilder/headerfotos1.jpg);
	background-position:top left;
	background-repeat:no-repeat;*/
	z-index:9;	
}
.blauerrhein {
	position:absolute;
	left:334px;
	top:133px;
	width:573px;
	height:10px;
	background-image:url(/fileadmin/templates/bilder/blauerrhein.gif);
	background-position:top left;
	background-repeat:no-repeat;
	z-index:10
}
.fotomiddle {
	position:absolute;
	left:632px;
	top:0px;
	width:127px;
	height:133px;
	background-image:url(/fileadmin/templates/bilder/graubuenden.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	z-index:9;	
}
.fotoright {
	position:absolute;
	left:767px;
	top:0px;
	width:141px;
	height:133px;
	background-image:url(/fileadmin/templates/bilder/thurgauschloss.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	z-index:9;	
}
.wappen {
	position:absolute;
	left:334px;
	top:152px;
	width:574px;
	height:48px;
	background-image:url(/fileadmin/templates/bilder/wappen.gif);
	background-position:top left;
	background-repeat:no-repeat;
	z-index:11;	
}





/******** HORIZONTALES MENU NACH A LIST APART *******/
/* page styling, unimportant for the menu. only makes the page looks nicer */

.navigationoben {
	width:77.7%;
	height:30px;
	background-color:transparent;
	background-image:url(/fileadmin/templates/bilder/background/subnavistreifen.jpg);
	background-repeat:repeat-x;
	background-color:transparent;
	padding:0px 0 0 212px;
	margin:0px;
	letter-spacing:1px;
	font-size:10px;

}
.navigationoben .mact a { 
	color:#1E6187 ! important;
	font-weight:bold;
	}
*+html  .navigationoben, * html .navigationoben {
	font-size:11px;
}


/* - - - ADxMenu: BASIC styles [ MANDATORY ] - - - */

/* remove all list stylings */
.menu, .menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu li li {
	float: none;/* items of the nested menus are kept on separate lines */
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	top: 100%;	/* 1st level go below their parent item */
}

.menu li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	top: 0;
	left: 100%;
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
	padding-top:3px;
}
/* -- float.clear.END --  */

/* -- sticky.submenu --
	it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(/fileadmin/templates/bilder/empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}
.menu ul ul {
	padding: 30px 30px 30px 10px;
	margin: -23px 0 0 -14px;
}
/* -- sticky.submenu.END -- */


/* - - - ADxMenu: DESIGN styles [ OPTIONAL, design your heart out :) ] - - - */

.menu, .menu ul li {
	color: #eee;
	background-color:transparent;
}

.menu ul {
	width: 15em;
}

.menu a {
	text-decoration: none;
	color: #000000;
	padding: .4em 1em;
	display: block;
	position: relative;
}

.menu ul a {
	background-color:#ffd500;
}
*+html .menu ul ul li:first-child a {
	margin-top:-2px;
}

.menu a:hover, .menu li:hover>a {
	color: #e31925;
}


.menu li {
	background: transparent url(../bilder/trennzeichen.gif) right no-repeat;
}
/*DIE KLASSE FUER DEN LETZTEN MENUEEINTRAGE, DER LEER SEIN MUSS, ALSO KEIN BILD */
.menu li.lastend {
	background: transparent none;
}
.menu li li {	/* create borders around each item */
	border: 1px solid  #333333;
}
.menu li li:first-child {border-top:0px solid #ffd500;}/* FIRST-CHILD GEHT NUR IM IE7*/
.menu li li li:first-child {border-top:1px solid #000;}
.menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}
.menu 

.menu li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}
*+ html .menu li li:hover>ul, * html .menu li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	top: 3px;
}

/* special colouring for "Main menu:", and for "xx submenu" items in ADxMenu
	placed here to clarify the terminology I use when referencing submenus in posts */
.menu>li:first-child>a, .menu li + li + li li:first-child>a {
	color: #000;
}
*+ html .menu li li, * html .menu li li {	
	margin-top:-2px;
}


/* Fix for IE5/Mac \*//*/
.menu a {
	float: left;
}
/* End Fix */

/*]]>*/

/******** ENDE HORIZONTALES MENUE *************/





/*************** NAVIGATION LINKS VERTIKAL *****************/

.navigationlinks {
	background: transparent;
	padding: 23px 10px 10px 10px;
}
* html .navigationlinks, *+html .navigationlinks {
	background: transparent;
	padding: 8px 10px 10px 10px;
}

* html .navigationlinks {
	margin-top:-43px;
}

/* - - - ADxMenu: BASIC styles - - - */

.menul {
	width: 15em;/* VERY IMPORTANT! Set this to appropriate value, either here on down in the design section */
}

.menul, .menul ul {	/* remove all list stylings */
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menul li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

.menul li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menul ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

.menul li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	left: 100%;	/* and move them to the right of the item */
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menul:after, .menul ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menul, .menul ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* sticky submenu: it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menul UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menul ul {
	background-image: url(/fileadmin/templates/bilder/empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
	
}


/* - - - ADxMenu: DESIGN styles - - - */

.menul, .menul ul li {
	color: #eee;
	background: #ebeaea;
}
/*ACHTUNG BEI AKTIVIERUNG VON HAUPTMENÜ FARBE WIEDER SETZEN */
* html .menul, .menul ul li {
	background:transparent;
}
*+ html .menul, .menul ul li {
	background:transparent;
}
.menul {
	width: 16em;
}

.menul ul {
	width: 16em;
}

.menul a {
	text-decoration: none;
	color: #000;
	padding: .4em 1em;
	display: block;
	background-image:url(/fileadmin/templates/bilder/pfeilnachrechts-schwarz.gif);
	background-repeat: no-repeat;
	background-position:168px 9px;
	
}

.menul a:hover, .menul li:hover>a {
	color: #e31925;
}

.menul li {	/* create borders around each item */
	border-bottom: 2px solid #fff;
	
}
*+html .menul li li, * html .menul li li {	/* create borders around each item */
	border-bottom: 2px solid #fff;
	padding-top:1px;
	
}
.menul>li + li, .menul ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

.menul li:hover>ul {	/* inset submenus, to show off overlapping */
	top: 0px;
	left: 99%;
}
*+ html .menul li:hover>ul, * html .menul li:hover>ul {	/* inset submenus, to show off overlapping */
	top: -3px;
	left: 99%;
}
*+ html .menul li li:hover>ul, * html .menul li li:hover>ul {	/* inset submenus, to show off overlapping */
	top: -1px;
	left: 99%;
}

/* special colouring for "Main menu:", and for "xx submenu" items in ADxMenu
	placed here to clarify the terminology I use when referencing submenus in posts */
.menul>li:first-child>a, .menul li + li + li li:first-child>a {
	color: #000;
}


/*******WICHTIG STEHEN LASSEN FUER ALLE IE EV FUER IE 8 AUCH EINBAUEN ****************/

/* place css fixes for all versions of IE in this conditional comment */
/*IE 6 */
* html .thrColElsHdr #sidebar1, * html  .thrColElsHdr #sidebar2, * html .thrColElsHdr #sidebar1, * html  .thrColElsHdr #sidebar2 { padding-top: 30px; }
* html .thrColElsHdr #mainContent, * html .thrColElsHdr #mainContent  { zoom: 1; padding-top: 15px; }

/*IE 7*/
*+html .thrColElsHdr #sidebar1, *+html .thrColElsHdr #sidebar2, *+html .thrColElsHdr #sidebar1, *+html .thrColElsHdr #sidebar2 { padding-top: 30px; }
*+html .thrColElsHdr #mainContent, *+html .thrColElsHdr #mainContent  { zoom: 1; padding-top: 15px; }


/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */


/*************** END NAVIGATION LINKS VERTIKAL *****************/





/****** HAUPTNAVIGATION ********/

/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColElsHdr #sidebar1 p" rule.
*/
.thrColElsHdr #sidebar1 {
	float: left; 
	width: 197px; /* since this element is floated, a width must be given */
	background:transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0; /* top and bottom padding create visual space within this div */
}

*+ html .thrColElsHdr #sidebar1 {
	margin-top: -50px;
}


.thrColElsHdr #sidebar2 h4, .thrColElsHdr #sidebar1 h4 {

	font-weight:normal;
	color:#646363;
	background-color:#ebeaea;
	background-image: url(../bilder/pfeilnachrechts-schwarz.gif);
	background-position:160px 5px;
	background-repeat:no-repeat;
	font-weight:normal;
	padding:0 2px 2px 4px;
	font-size:11px;
	width:166px;
	margin:20px 0px 10px 10px;
	font-weight:bold;
}

.thrColElsHdr #sidebar2 h4.csc-firstHeader, .thrColElsHdr #sidebar1 h4 {
	margin:5px 0px 10px 10px;
	font-weight:bold;
}
.thrColElsHdr #sidebar1 h4 {
	margin:5px 0px 10px 10px;
	font-weight:bold;
}
*+html .thrColElsHdr #sidebar1 h4 {
	margin:28px 0px 10px 10px;
}
*+html .thrColElsHdr #sidebar1 h4.csc-firstHeader {
	margin:-20px 0px 10px 10px;
}
.thrColElsHdr #sidebar2 {
	float: right; 
	width: 197px; /* since this element is floated, a width must be given */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 33px 0; /* top and bottom padding create visual space within this div */
}



*+html .thrColElsHdr #sidebar2 {
	padding: 39px 0; /* top and bottom padding create visual space within this div */
}
* html .thrColElsHdr #sidebar2 {
	padding: 39px 0; /* top and bottom padding create visual space within this div */
}
.thrColElsHdr #sidebar1 h3, .thrColElsHdr #sidebar1 p, .thrColElsHdr #sidebar2 p, .thrColElsHdr #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
#sidebar1 h1 {
	margin-left: 10px;
	margin-right: 10px;
	color: #666666;
	font-size:12px;
	
}
*+html #sidebar1 h1, * html #sidebar1 h1 {
	margin:10px 10px 10px 10px;
	
}

/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/


/**** HAUPTSPALTE IN DER MITTE **********/
.thrColElsHdr #mainContent {
 	margin: 0 20em 0 20em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	line-height:160%;
	padding-top:23px;
	min-height:500px;
} 
* html .thrColElsHdr #mainContent {
 	margin: 0 10em 0 10em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	line-height:160%;
	padding-top:23px;
	min-height:500px;
	padding:0px 10px 0px 10px;
} 

*+ html .thrColElsHdr #mainContent {margin-top:-150px ! important;}


* html .thrColElsHdr #mainContent, *+html .thrColElsHdr #mainContent {
 	margin: 0 19.0em 0 20em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding-top:57px;

}
.thrColElsHdr #mainContent p {
 	text-align:left;	
	margin-top:10px;
	
}

#h1bild {
	margin-top:-25px;
	height:110px; /* DER FIREFOX BRAUCHT EINE FESTE GROESSE */

}
/*DAS ADMIN PANEL AUSBLENDEN, WEIL DARSTELLUNGSFEHLER */
#h1bild form {
	display:none;
}

*+ html #h1bild, * html #h1bild {
	margin-top:-17px;
	height:auto;/* DER IE 7 BRAUCHT UNBEDINGT AUTO*/
	
}
* html #h1bild {
	margin-top:-17px;
	height:auto;/* DER IE 7 BRAUCHT UNBEDINGT AUTO*/
	width:470px;
	overflow:hidden;
	margin-bottom:-60px;
	
}
.thrColElsHdr #mainContent a {
 	font-weight:bold;
} 


/*** DIE H1-H6 ***/
#mainContent h1 {
	font-size:14px;
	color:#666666;
	
}
#mainContent h1.csc-firstHeader, #mainContent h1 {
	color:#006633;
	font-size:22px;
}
* html #mainContent h1.csc-firstHeader, #mainContent h1 {
	color:#006633;
	font-size:22px;
	margin-top:38px;
}
#mainContent h1 {
	margin-top:14px;
	margin-bottom:0px;
}
*+html #mainContent h1 {
	color:#006633;
	font-size:22px;
	padding-top:150px;
}
*+ html h1.csc-firstHeader, *+html #mainContent h1 {
	margin-top:-20px;
	
}
#mainContent h1.seitentitel {
	font-size:18px;
	color:#e31925;
	margin-top:23px;
	
	
}
*+html .seitentitel, * html .seitentitel {
	margin-top:183px ! important; /* DER IE7 BRAUCHT IMPORTANT*/
}

#mainContent h2.seitensubtitel {
	font-size:14px;
	color:#008732;
	margin: -6px 0 11px 0;
}

*+html #mainContent h2.seitensubtitel {
	margin: -15px 0 9px 0;
}
* html #mainContent h2.seitensubtitel {
	margin: -15px 0 9px 0;
}
#mainContent h2 {
	font-size:14px;
	color: #666666;
	margin:32px 0 10px 0;
	
}
body#ide65 #mainContent h2 {
clear:both;
	
}

#mainContent h3 {
	font-size:12px;
	color:#666666;
	margin:18px 0 0px 0;
	
}

/*BILDER*/
div.csc-textpic-clear {
	clear:none;
}
/* nur fuer die Seite id=9 = OK */
#ide9 div.csc-textpic-clear {clear:left;}

div.csc-textpic-above {
	margin-top:17px;
}
* html div.csc-textpic-above {
	margin-top:37px;
}
#sidebar1 div.csc-textpic-above {
	margin-top:10px;
	margin-left:-6px;
}


.thrColElsHdr #footer { 
	padding: 5px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(/fileadmin/templates/bilder/background/bottomfoot.jpg) left repeat-x transparent;
	margin-top:40px;
	
} 
.thrColElsHdr #footer p {
	margin: 0 0 -1px 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
	margin-left:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:normal;
	
}
div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
	border:1px solid #EBEAEA;
}



.schliessen {
	position:absolute;
	top:-50px;
	right:-25px;
	width:73px;
	height:26px;
	background-color:transparent;
}
*+html .schliessen, * html .schliessen {
	position:absolute;
	top:-40px;
	
}




/*	popup */
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position:relative;
	
}


* .oneColElsCtr #mainContent .tx-flvplayer2-pi1 {
	margin-right:-620px;
		
}
.oneColElsCtr #container {
	width: 46em;
	background:transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

body.oneColElsCtr h1, h2, h3, h4, h5, h6 {
	margin-top:40px;
	
}
body.thrColElsHdr h4 {
	margin-top:10px;
	margin-bottom:10px;
	font-size:11px;
	
}
body#ide8 h4 {
	margin-top:40px;
	
}
.oneColElsCtr h1 {
	margin-top:40px;
	
}


.csc-textpic-caption {
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}
body.oneColElsCtr p {
	
	}
.schliessen {
	position:absolute;
	top:-34px;
	right:-25px;
	width:73px;
	height:26px;
	background-color:transparent;
	z-index:1;
	
}
*+html .schliessen, * html .schliessen {
	position:absolute;
	top:-24px;
	display:none;
	
}


/*Formularfelder */
 input#Name, input#Vorname, input#TelNr, input#email, input#Betreff {
	width:200px;
	
}
textarea#Mitteilung {
	width:200px;
}


div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img {padding:2px;}
div#sidebar1 div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image {
	float:none;
}
.align-center  {
	text-align:center;
	
}


/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

div.tx-flvplayer2-pi1 {
	position:absolute;
	top:40px;
	right:-40px;
	z-index:2;
	width:700px;
	height:500px;
	
 }
 #mainContent .roteh2 {
	color:#e3161f;
	font-size:16px;
} {
	color:#e3161f;
	
}
div.csc-textpic-center {margin:0 0 20px 0}
p.align-center  {
	text-align:center ! important;
	
}

div.csc-textpic-left div.csc-textpic-text { clear: none }
table.csc-uploads {line-height:30%;}

/*SBB */
.tx-mdasbbtimetable-pi1 div div, .tx-mdasbbtimetable-pi1 div h1 {padding-right:20px ! important;}

body#ide8 div#c141 {margin-top:165px ! important; }
body#ide46 div#c270 {margin-top:220px ! important;}
