/*hacks:
mozi: normal
ie7+ie6: html* ...
nur ie6: * html ...
chrome+safari3.1: body:nth-of-type(1) ...
alle ausser ie: <!--[if !IE]>-->css-code<!--<[endif]-->
*/

/*
Farben:

#333333; // (grau) Schrift Überschrift
#999999; // (hellgrau) Navi
#a61e0c; // (braun) Links
#000000; // (schwarz) hover
*/


body
{
	margin: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	text-align: left;
}

p, td, th, tr, li  {
	font-size: 12px;
	color: #333333;
}

a {
	font-size: 12px;
	color: #a61e0c;
	text-decoration: none;
}

a:hover {
	color: #000000;
}

a.pdf {
	background: url(/Image/piktogramm/pdf.png) no-repeat left center;
	padding-left: 20px;
	line-height: 16px;
}

a.txt {
	background: url(/Image/piktogramm/txt.png) no-repeat left center;
	padding-left: 20px;
	line-height: 16px;
}
 
a.zip {
	background: url(/Image/piktogramm/zip.png) no-repeat left center;
	padding-left: 20px;
	line-height: 16px;
}
 
a.email {
	background: url(/Image/piktogramm/email.png) no-repeat left center;
	padding-left: 20px;
	line-height: 16px;
}
 
a.external {
	background: url(/Image/piktogramm/link_go.png) no-repeat left center;
	padding-left: 20px;
	line-height: 16px;
}


ul {
	list-style-type: none;
	margin: 0px;
	margin-left: 0.8em;
	padding: 0px;
	padding-left: 0.8em;
	font-size: 12px;
	color: #333333;
	list-style-image: url(/art/bullet.gif);
}

ol {
	margin-left: 0.5em;
	padding-left: 0.5em;	
	list-style-type: decimal;
	color: #333333;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #333333;
}

h1 {
	font-size: 20px;
	margin-top: 0px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
}

h3 {
	font-size: 11px;
	color: #666666;
	text-transform: uppercase;
}

hr {
	background-color: #333333;
	color: #333333;
	border: #333333;
	height: 1px;
}

img {
	border: none;
}

input, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-bottom: 4px;
}

input[type=radio], input[type=checkbox] {
	border: none;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #333333;
	margin: 2px 0px;
}

.submit {
	border: 1px solid #333333;
	background-color: #E5E5E5;
	font-size: 11px;
}

.antifloat
{
	clear: both;
	visibility: hidden;
}

#overDiv
{
	position: absolute; 
	visibility: hidden; 
	z-index:1000;
}

#seitenanfanglink {
	padding: 30px 0px 10px 0px;
}

#seitenanfanglink img, #seitenanfanglink span{
	display:inline-block;
	height:16px;
	vertical-align:middle;
	font-weight:bold;
}

.linkWeiterZurueck {
	float: left;
}

.linkWeiterZurueck ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}

.linkWeiterZurueck li {
	float: left;
	width: 20px;
}

.linkWeiterZurueck li span {
	width: 20px;
}

.linkWeiterZurueck li a {
	float: left;
	width: 20px;
	height: 16px;
	padding:0px;
	text-decoration: none;
}

.linkWeiterZurueck li a span {
	float: left;
	display: block;
	width: 20px;
	height: 16px;
	padding:0px;
}

.linkWeiterZurueck span.vorherigerEintrag {
	background: transparent url(/art/westernhorseshop/previous_page.gif) no-repeat 0px 0px;
}

.linkWeiterZurueck span:hover {
	cursor: pointer;
}

.linkWeiterZurueck span.vorherigerEintrag:hover {
	background: transparent url(/art/westernhorseshop/previous_page_on.gif) no-repeat 0px 0px;
}

.linkWeiterZurueck span.naechsterEintrag {
	background: transparent url(/art/westernhorseshop/next_page.gif) no-repeat 0px 0px;
}

.linkWeiterZurueck span.naechsterEintrag:hover {
	background: transparent url(/art/westernhorseshop/next_page_on.gif) no-repeat 0px 0px;
}


.linkWeiterZurueck span.keinEintrag {
	background: transparent url(/art/westernhorseshop/no_page.gif) no-repeat 0px 0px;
}

p.linkZurueckZumParent {
	float: left;
	margin: 0px;
	padding-left: 5px;
}

p.linkZurueckZumParent img {
	border: none;
}
/*------------------------------------------------------------------------*/

/******************************
	layout
******************************/
#main {
	width: 980px;
	padding: 0px 20px;
	background: #DDDDDD url(/art/westernhorseshop/bg_main.gif) repeat-y;
	text-align: left;
}

* html #main {
	width: 1020px;
}

#kopf {
	width: 980px;
	height:100px;
	background: url(/art/westernhorseshop/bg_kopf.gif) repeat-x bottom;
}

* html #kopf {
	background-position: 0 72;
}

#shortcutlinks {
	float: left;
	width: 380px;
	height: 13px;
	margin-top: 17px;
	padding-left: 15px;
}

#loginlinks {
	float: left;
	width: 140px;
	height: 15px;
	margin-top: 18px;	
}

#loginlinks form select {
	width: 140px;
	height: 15px;
	margin: 0px;
	font-size: 11px;
	color: #a61e0c;
}

html* #loginlinks form select {
	height: 20px;
}

#sprachenlinks{
	float: left;
	width: 240px;
	height: 13px;
	padding-left: 40px;
	margin-top: 17px;
}

#sprachenlinks select {
	height: 15px;
	margin: 0px;
	font-size: 11px;
	color: #a61e0c;
}

html* #sprachenlinks select {
	height: 20px;
}

#shortcutlinks2 {
	float: left;
	width: 80px;
	height: 13px;
	margin-top: 17px;
}

#logo {
	float: right;
	width: 210px;
	height: 95px;		
	/*margin-top: 10px;*/
}

#navcontainer_ebene1 {
	float: left;
	width: 770px;
	height: 30px;
	margin-top: 37px;
	border-bottom: 1px solid #ffffff;
	position: relative;
	z-index: 4;
}

#bannerbalken {
	float: left;
	width: 980px;
	height: 200px;
	position: relative;
	z-index: 1;
	background-color: #a61e0c;
	text-align: right;
}

#banner {
	width: 980px;
	height: 200px;
}

#bannerMenuContent {
	width: 980px;
	height: 200px;
}

#bannerSeiteContent2 {
	width: 980px;
	height: 200px;
}

/*#seitentitel1_background_layer {
	float: left;
	width: 980px;
	height: 65px;
	margin-top: 115px;
	background-color: #a61e0c;
	filter: alpha(opacity=25);
	-moz-opacity: 0.25;
	-khtml-opacity: 0.25;
	opacity: 0.25;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}*/

#seitentitel2 {
	float: left;
	width: 980px;
	height: 35px;
	margin-top: 145px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
	text-align: left;
}

#seitentitel2 h2{
	color: #ffffff;
	font-size: 18px;
	text-transform: uppercase;
	margin: 10px 15px;
}

#kruemelnavi_background_layer {
	float: left;
	width: 980px;
	height: 20px;
	margin-top: 180px;		
	background-color: #ffffff;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}

#kruemelnavigation {
	float: left;
	width: 965px;
	height: 17px;
	margin-top: 180px;
	margin-left: 15px;	
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
	padding-top: 3px;
	font-size: 11px;
	color: #666666;
	text-align: left;
}

#links_mitte {
	float: left;
	width: 770px;
}

#navcontainer_links {
	float: left;
	width: 170px;
	padding: 30px 15px 20px 15px;
}

html* #navcontainer_links {
	padding-top: 230px;
}

* html #navcontainer_links {
	padding-top: 30px;
}

#inhalt {
	float: left;
	width: 560px;
	min-height: 300px;
	padding: 30px 10px 20px 0px;
}

html* #inhalt {
	padding-top: 230px;
}

* html #inhalt {
	padding: 30px 0px 20px 0px;
	height: 300px;
}

#inhalt_breit {
	float: left;
	width: 770px;
	min-height: 300px;
	padding: 30px 10px 20px 0px;
}

html* #inhalt_breit {
	padding-top: 230px;
}

* html #inhalt_breit {
	padding: 30px 0px 20px 0px;
	height: 300px;
}

#spalte_rechts {
	float: left;
	width: 190px;
	padding: 30px 20px 20px 0px;
}

html* #spalte_rechts {
	padding-top: 260px;
}

* html #spalte_rechts {
	padding-top: 60px;
}

#fusszeile {
	width: 950px;	
	padding: 20px 15px 20px 15px;
	background-color:#e7e7e7;
	font-size: 11px;
	color: #666666;
}

#impressum {
	width: 950px;	
	padding: 0px 15px 20px 15px;
	background-color:#e7e7e7;
	font-size: 10px;
	color: #999999;
}

.playbutton:hover {
cursor: pointer;
}

/*------------------------------------------------------------------------*/

/******************************
	layout drucken
******************************/

#drucken
{
	width: 580px;
}

/*------------------------------------------------------------------------*/

/******************************
	layout printscreen
******************************/

#printscreen
{
	margin-top: 0px;
}

/*------------------------------------------------------------------------*/

/******************************
	navigation ebene1
******************************/

/******************************
	stufe 1 
******************************/
#navcontainer_ebene1 ul {
	float: left;
	display: inline;
	margin: 0px;
}

#navcontainer_ebene1 ul li {
	float: left;
	display: inline;
	list-style: none;
}

#navcontainer_ebene1 ul li a {
	float: left;
	color: #999999;
	font-size: 14px;
	margin: 0px 0px 0px 7px;
	padding: 10px 13px 6px 8px;
}

#navcontainer_ebene1 ul li.parentactive {
	background-image: url(/art/westernhorseshop/bg_navi_aktiv_left.gif);
	background-repeat: no-repeat;
}

#navcontainer_ebene1 ul a.parentactive {
	color: #a61e0c;
	background: #ffffff url(/art/westernhorseshop/bg_navi_aktiv_right.gif) no-repeat right;
}

#navcontainer_ebene1 ul li.active {
	background-image: url(/art/westernhorseshop/bg_navi_aktiv_left.gif);
	background-repeat: no-repeat;
}

#navcontainer_ebene1 ul a.active {
	color: #a61e0c;
	background: #ffffff url(/art/westernhorseshop/bg_navi_aktiv_right.gif) no-repeat right;
}

#navcontainer_ebene1 ul li.active_no_kids {
	background-image: url(/art/westernhorseshop/bg_navi_aktiv_left.gif);
	background-repeat: no-repeat;
}

#navcontainer_ebene1 ul a.active_no_kids {
	color: #a61e0c;
	background: #ffffff url(/art/westernhorseshop/bg_navi_aktiv_right.gif) no-repeat right;
}

/******************************
	stufe 2
******************************/
#navcontainer_ebene1 ul ul {
	background-color: #ececec;
	border-right: 1px solid #a61e0c;
	border-bottom: 1px solid #a61e0c;
}

#navcontainer_ebene1 ul ul li {
	border-bottom: 1px solid #FFFFFF;
}

#navcontainer_ebene1 ul ul li a:hover {
	background-color: #edb993;
}

#navcontainer_ebene1 ul ul li a {
	width:190px;
* html width: 100%;
	font-size: 11px;
	padding: 5px 0px 5px 10px;
	margin: 0px;
}

#navcontainer_ebene1 ul ul li.parentactive {
	background-image: none;
	background-color: #ececec;
}

#navcontainer_ebene1 ul ul li:hover.parentactive {
	background-color: #edb993;
}

#navcontainer_ebene1 ul ul a.parentactive {
	background-image: none;
	background-color: transparent;
}

#navcontainer_ebene1 ul ul li.active {
	background-image: none;
	background-color: #ececec;
}

#navcontainer_ebene1 ul ul li:hover.active {
	background-color: #edb993;
}

#navcontainer_ebene1 ul ul a.active {
	background-image: none;
	background-color: transparent;
}

#navcontainer_ebene1 ul ul li.active_no_kids {
	background-image: none;
	background-color: #ececec;
}

#navcontainer_ebene1 ul ul li:hover.active_no_kids {
	background-color: #edb993;
}

#navcontainer_ebene1 ul ul a.active_no_kids {
	background-image: none;
	background-color: transparent;
}

/*------------------------------------------------------------------------*/

/******************************
	navigation links
******************************/

/******************************
	stufe 1 
******************************/
#navcontainer_links ul {
	list-style-type: none;
	text-transform: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer_links ul li {
	display: inline;
}

#navcontainer_links a, #navcontainer_links a:hover
{
	color: #666666;
}

#navcontainer_links ul ul li a {
	padding: 3px 0px 3px 6px;
	display: block;
	border-bottom: 1px solid #ececec;
}

#navcontainer_links ul ul a:hover {
	background-color: #edb993;
}

#navcontainer_links ul ul a.parentactive {
	font-weight: bold;
	background-color: #ececec;
}

#navcontainer_links ul ul a:hover.parentactive {
	font-weight: bold;
	background-color: #edb993;
}

#navcontainer_links ul ul a.active {
	font-weight: bold;
	background-color: #ececec;
}

#navcontainer_links ul ul a:hover.active {
	font-weight: bold;
	background-color: #edb993;
}

#navcontainer_links ul ul a.active_no_kids {
	font-weight: bold;
	background-color: #ececec;
}

#navcontainer_links ul ul a:hover.active_no_kids {
	font-weight: bold;
	background-color: #edb993;
}

#navcontainer_links ul ul a.nach_active {
	border-top: 1px solid #ececec;
}

/******************************
	stufe 2 
******************************/
#navcontainer_links ul ul ul a {
	font-size: 12px;
	border-bottom: none;
	padding-left: 15px;
	background: url(/art/westernhorseshop/strichli.gif) no-repeat 5px 3px;
}

#navcontainer_links ul ul ul a:hover {
	font-size: 12px;
}

#navcontainer_links ul ul ul a.parentactive {
	background-color: #f0f0f0;
}

#navcontainer_links ul ul ul a.active {
	background-color: #f0f0f0;
}

#navcontainer_links ul ul ul a.active_no_kids {
	background-color: #f0f0f0;
}

/******************************
	stufe 3 
******************************/
#navcontainer_links ul ul ul ul a {
	font-size: 11px;
	padding-left: 25px;
	background-image: none;
}

#navcontainer_links ul ul ul ul a:hover {
	font-size: 11px;
}

#navcontainer_links ul ul ul ul a.parentactive {
	background-color: #f5f5f5;
}

#navcontainer_links ul ul ul ul a.active {
	background-color: #f5f5f5;
}

#navcontainer_links ul ul ul ul a.active_no_kids {
	background-color: #f5f5f5;
}
/*------------------------------------------------------------------------*/

/******************************
	kruemel-navigation 
******************************/
#kruemelnavigation span
{
	font-size: 11px;
	color: #666666;
}

#kruemelnavigation a
{
	font-size: 11px;
	color: #666666;
}

#kruemelnavigation a:hover
{
	color: #a61e0c;
}
/*------------------------------------------------------------------------*/

/******************************
	Shortcutnavigation
******************************/
#shortcutlinks ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
}

#shortcutlinks li
{
	display: inline;
	margin: 0px;
	padding:0px 8px;
	border-left: 1px solid #666666;
}

#shortcutlinks li.first
{
	border-left: none;
	padding-left: 0px;
}

#shortcutlinks li.drucken 
{
	border-left: none;
	padding-left: 0px;
}

#shortcutlinks a.tools 
{
	font-size: 11px;
	color: #666666;
}

#shortcutlinks a:hover.tools 
{
	color: #a61e0c;
}
/*------------------------------------------------------------------------*/

/******************************
	Shortcutnavigation 2
******************************/
#shortcutlinks2 ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
}

#shortcutlinks2 li
{
	display: inline;
	margin: 0px;
	padding: 0px 10px;
}

#shortcutlinks2 li.first
{
	padding-left: 0px;
}

#shortcutlinks2 a.tools 
{
	font-size: 11px;
	color: #a61e0c;
	text-decoration: none;
}

#shortcutlinks2 a:hover.tools 
{
	color: #666666;
}
/*------------------------------------------------------------------------*/

/******************************
	Sprach-Wechsel-Links
******************************/
#sprachenlinks ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
}

#sprachenlinks li
{
	display: inline;
	margin: 0px;
	padding: 0px 10px;
}

#sprachenlinks li.first
{
	padding-left: 0px;
}

#sprachenlinks a.sprachwahl 
{
	font-size: 11px;
	color: #a61e0c;
		color: #666666;
}

#sprachenlinks a:hover.sprachwahl 
{
	color: #666666;
}

#shortcutlinks2 a.currentSprachwahl, #sprachenlinks a.currentSprachwahl  
{
	font-size: 11px;
	color: #666666;
	color: #a61e0c;
	text-decoration: none;
}

#shortcutlinks2  a:hover.currentSprachwahl, #sprachenlinks a:hover.currentSprachwahl 
{
	color: #a61e0c;
	color: #666666;
}
/*------------------------------------------------------------------------*/

/******************************
	Fusszeile 
******************************/
#fusszeile p
{
	font-size: 11px;
	color: #666666;
}

#fusszeile a
{
	font-size: 11px;
	color: #666666;
}

#fusszeile a:hover
{
	color: #a61e0c;
}
/*------------------------------------------------------------------------*/

/******************************
	Impressum 
******************************/
#impressum p
{
	font-size: 10px;
	color: #999999;
}

#impressum a
{
	font-size: 10px;
	color: #999999;
}

#impressum a:hover
{
	color: #a61e0c;
}
/*------------------------------------------------------------------------*/

/******************************
Template: Download 
******************************/
.download
{
	padding: 10px 0px;
}

/* tabelle */
.download table.download-table
{
	width: 100%;
	border-collapse: collapse;
}

.download tr
{
	margin: 0px;
	padding: 1px;
}

.download tr.zebra
{
	background-color: #BBBBBB;
}
.download tr.zebra0
{
	background-color: #DDDDDD;
}
.download tr.zebra1
{
	background-color: #CCCCCC;
}

.download th, .download td
{
	margin: 0px;
	padding: 1px;
}

.download th
{
	/*border-bottom: 1px solid #999999;*/
}
.download th.dateLastModified
{
	width: 14em;
}
.download th.name
{
}
.download th.extension
{
	width: 5em;
	text-align: center;
}
.download th.name_datum
{
	width: 10em;
}
.download th.size
{
	width: 6em;
	text-align: right;
}
.download th.delete
{
	text-align: center;
}

.download td
{
	/*border-bottom: 1px solid #999999;*/
}
.download td.dateLastModified
{
	width: 14em;
}
.download td.name
{
}
.download td.extension
{
	width: 5em;
	text-align: center;
}
.download td.name_datum
{
	width: 10em;
}
.download td.size
{
	width: 6em;
	text-align: right;
}
.download td.delete
{
	text-align: center;
}
.download td.delete img
{
	border: 0px;
}

/* formatierung fuer upload-formular */
.download .upload
{
	padding-top: 0.5em;
}
.download .upload-message
{
	padding: 0.5em;
	border: 1px solid #BBBBBB;
}
.download .upload-message-success-true
{
	background-color: PaleGreen;
}
.download .upload-message-success-false
{
	background-color: LightSalmon;
}
.download .upload img
{
	float: left;
	padding-right: 0.2em;
}
.download .upload form.hidden
{
	display: none;
}

/* zebrastreifen (bei angezeigten Unterorndern) */
.download .aufklapp div.zebra0
{
	background-color: #F1F1F1;
}
.download .aufklapp div.zebra1
{
	background-color: #E9E9E9;
}
/*------------------------------------------------------------------------*/

/******************************
Template: Formular
******************************/
/*
fuer html-formatiertes antwort-mail: Form-Felder, die bearbeitet wurden, werden mit dieser klasse versehen
*/
.formular-eingabe
{
	background-color: #E5F3F8;
	border-color: #0089BD;
}
/*------------------------------------------------------------------------*/

/******************************
Template: Suche
******************************/
#erweiterte_suche
{
	padding-top: 1em;
}

#erweiterte_suche fieldset
{
	border: 1px solid #CCCCCC;
}
/*------------------------------------------------------------------------*/

/******************************
	Template: Tabs
******************************/

/* Div rund um die Tabs (Nav und Inhalte) */
.tabs
{
}

/* Tab-Nav */
.tabs .tabNavi
{
	float: left;
	width: 100%;
	background: #FFFFFF url(/art/westernhorseshop/tabs/hintergrund.gif) repeat-x bottom;
	line-height: normal;
}

.tabs .tabNavi ul
{
	margin: 0px;
	padding: 10px 10px 0;
	list-style: none;
}

#kategorietyp_tabs {
	float: left;
	width: 100%;
}

.tabs .tabNavi ul li
{
	float: left;
	margin: 0px 4px;
	background: url(/art/westernhorseshop/tabs/passiv_rechts.gif) no-repeat right top;
}

.tabs .tabNavi ul li a
{
	display: block;
	background: url(/art/westernhorseshop/tabs/passiv_links.gif) no-repeat left top;
    padding: 5px 15px 4px;
	font-weight: bold;
	color: #666666;
}

.tabs .tabNavi ul li a:hover
{
}

.tabs .tabNavi ul li.aktiv
{
	background-image: url(/art/westernhorseshop/tabs/aktiv_rechts.gif);
}

.tabs .tabNavi ul li.aktiv a
{
	background-image: url(/art/westernhorseshop/tabs/aktiv_links.gif);
	padding-bottom: 5px;
	color: #a61e0c;
}

.tabs .tabNavi ul li.aktiv a:hover
{
}

/* Tabs-Inhalt */
.tabs .tabinhalt
{
	clear: left;
	width: 100%;
	padding-bottom: 5px;
	padding-top: 5px;
}


.tabs .tabinhalt .aktiv
{
	display: block;
	/*border: 1px solid #B7B7B7;*/
	border-top: 0px; /* wird mit den tabs gemacht. */
}

.tabs .tabinhalt .versteckt
{
	display: none;
}

/* Tabs-Inhalt Livingsense */
.tabs .tabinhalt .tabinhalt_kinder {
	padding: 5px 0px;
}

.tabs .tabinhalt .tabinhalt_bild {
	float: left;
	width: 100px;
	height: 100px;
	padding-bottom: 2px;
}

.tabs .tabinhalt .tabinhalt_bild img {
	border: none;
	width: 100px;
	height: 100px;
}

.tabs .tabinhalt .tabinhalt_inhalt {
	float: left;
	width: 565px;
	height: 83px;
	padding: 20px 0px 0px 10px;
	background-color: #CCCCCC;
}

.tabs .tabinhalt .tabinhalt_titel {
	font-weight: bold;
	padding-bottom: 15px;
}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/******************************
	Login 
******************************/
input.eingabeFeld {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	line-height: 16px;
}

input.submit {
	font-size: 10px;
	background-color: #F6F6F7;
	border: 1px solid #999999;
	margin: 2px 0px;
}
/*------------------------------------------------------------------------*/

/******************************
	Hinweis Versionen-Management
******************************/
#hinweisVmgmtVorschau
{
	margin: 20px;
	padding: 5px;
	border: 1px solid black;
	background: #D9E9EF;
}
#hinweisVmgmtVorschau.versteckt
{
	display: none;
}
#hinweisVmgmtVorschau img.icon_help
{
	border: 0px;
}
#hinweisVmgmtVorschau img.icon_schliessen
{
	border: 0px;
	float: right;
}

/*------------------------------------------------------------------------*/

/******************************
	RSS
******************************/
.rsslink img
{
	border: 0px;
}
.rsslink img.rsslogo
{
	padding: 0px 6px 0px 3px;
}
/*------------------------------------------------------------------------*/

/*
Style fuer den FCK-Editor
*/
.kleineschrift
{
	font-size: smaller;
}

.grosseschrift
{
	font-size: larger;
}


/*------------------------------------------------------------------------*/


@media print {
.window_print {display:none;}
