/*******************************************************************************
	Project		:	sweettelegram.com
	Copyright	:	EDV & Internetservice Juergen Lamprecht
    Date        :   März-Juni 2008
	
	Hintergrund :   #CFE49C
	Orange (Box):	#F5B200 , #EC8009
	Grau        :   #636166
	Dunkles Grün:   #9FC939
	Sweet-Farbe :   #C35697
*******************************************************************************/

/*	undo
*******************************************************************************/

* {
    padding: 0;
	margin: 0;
}

:link,:visited { text-decoration:none; }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight:normal; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { margin:0px; padding:0px; }
img, a img,:link img,:visited img, fieldset { border:none }
img { margin:0px; padding:0px; vertical-align:bottom; }
address { font-style:normal }

table {	border:none; padding:0px; margin:0px; border-spacing:0px; font-size:1em;}
tr { border:none; padding:0px; margin:0px; }
td { border:none; padding:0px; margin:0px; vertical-align:top; border-spacing:0px; }

legend { display:none; }
div,p,li { background-repeat:no-repeat; }

/*	reset some basic style
*******************************************************************************/
dl			{margin:0px;}
dl dt		{margin:0px;}
dl dd+dt	{margin-top:0px;}
dl dd		{margin:0px;}

ol			{list-style: none;}
ol li		{margin:0px;}
ol li ol	{margin:0px;}
ol li ul	{margin:0px;}

p			{margin-bottom:0em;}
ul			{list-style:none;margin:0px;padding:0px;}
ul li		{margin:0px;}
ul li ul	{margin:0px; list-style:none;}
ul li ol	{margin:0px;}

pre			{font-size:1.0em; }


.clearer {
	display:block;
	clear:both;
	line-height:0;
	height:1px;
	font-size:0;
	visibility:hidden;
}

.clear {
	clear:both;
}

.flLeft { float:left; }
.flRight { float:right; }

.warning { color:#f00; }


/*	html
*******************************************************************************/
html {
	min-height: 100%;
	margin-bottom:1px;
}

/*	body
background-image:url(background.png);
background-repeat:repeat;
*******************************************************************************/
body {
	font-family: Book Antiqua, Bookman Old Style, Garamond;
	font-size:80.01%;
	color:#000000;
	background-color: #5c1b06;
	
}

/* Website
*******************************************************************************/
#website {
	margin-left:auto;
	margin-right:auto;
	
	height: 100%;
	min-height:500px;

	/*min-width:1010px;
	max-width:80em;*/
	width: 1038px;

}

/* Header
*******************************************************************************/
#HeaderPaddingLeft {
/*height:201px;
background:url(header_padding_left.gif) top left;
background-repeat:no-repeat;*/
}

#HeaderPaddingRight {
height:298px;
background:url(new_design/header_new.png) top right;
background-repeat:no-repeat;
}

#HeaderMiddle {
/*height:201px;
background:url(header_middle.gif);
background-repeat:repeat-x;*/
}

/* header - oben
*******************************************************************************/
#header {
	position:relative;
	margin:0px;
	padding:0px;
}

/* Logo
*******************************************************************************/

#logo {
	position:absolute;
	top:0px;
	left:2px;
	display: none;
}

/*	Boxen
------------------------------------------------------------------------------*/

#box_orange1 {
	position:absolute;
	top:20px;
	left:380px;
	width:273px;
	height:41px;
	background:url(box.png);
    background-repeat:no-repeat;
	text-align:center;
	display: none;
}

#box_orange2 {
	position:absolute;
	top:73px;
	left:480px;
	width:273px;
	height:41px;
	background:url(box.png);
    background-repeat:no-repeat;
	text-align:center;
	display: none;
}

#box_orange3 {
	position:absolute;
	top:126px;
	left:580px;
	width:273px;
	height:41px;
	background:url(box.png);
    background-repeat:no-repeat;
	text-align:center;
	display: none;
}

.boxschrift {
	margin-left:7px;
	margin-right:7px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}

/* Content
*******************************************************************************/
#ContentArea {
width:99.9%;
height: 100%;
}

/*	Side-Navigation
*******************************************************************************/
#header_nav {
	float:right;
	padding-right:5px;
	margin-top: 10px;
	font-size:0.8em;
	color:#FFFFFF;
	display:none;
}
#footer_nav {
	float: left; 
	padding-right:5px;
	margin-top: 10px;
	margin-left: 0px; 
	font-size:1em;
	color:#FFFFFF;
}


#footer_nav ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#footer_nav  ul li.impressum {
	float:left;
	margin:0px;
	padding:0px;
}

#footer_nav ul li.sitemap {
	float:left;
	margin:0px;
	padding:0px;
}

#footer_nav ul li.datenschutz {
	float:left;
	margin:0px;
	padding:0px;
}

#footer_nav ul li.agb {
	float:left;
	margin:0px;
	padding:0px;
}

#footer_nav ul li a {
	text-decoration:none;
	padding-left:3px;
	padding-right:3px;
	color:#FFFFFF;
}

#footer_nav ul li a:hover {
	text-decoration:none;
	padding-left:3px;
	padding-right:3px;
	color:#999999;
}



/*	Hyperlinks generell
------------------------------------------------------------------------------*/
a, a:link {
	font-size: 1.0em;
	color: #ffffff;
	text-decoration:none;
}

a:hover, a:focus {
	color:#555555;
}

a:active {
	color: #ffffff;
}

/*	Main - 3 spaltig, Inhalt
------------------------------------------------------------------------------*/
#main3spaltig {
	position:relative;
	padding-top:30px;
	color: #f16745;
	font-size: 1.2em;
	font-family: Book Antiqua, Bookman Old Style, Garamond; 
	padding-left:8px;
	margin-left:198px;

	padding-right:8px;
	padding-bottom: 5px;
	margin-right:197px;

	min-height:500px;
	/*min-width: 625px;*/
	/*min-width:500px;*/
    height:auto !important; 
    height:500px;	
	border: none;
	background-color:#321006;
	margin-bottom: 5px;
}


/*	Navigation links runter - ohne erste Ebene
#------------------------------------------------------------------------------*/



#navigation {
	float:left;
	width:152px;
	margin-left:1px;
	margin-right:8px;
	margin-top: 20px;
	padding-right:8px;
    font-family: Book Antiqua, Bookman Old Style, Garamond; 
}

#nav_punkt_1{
padding: 65px 0px 0px 10px;
background:url(new_design/navigation.png);
background-repeat:no-repeat;
width: 142px;
height: 151px;
}

#nav_punkt_2{
padding: 65px 0px 0px 10px;
background:url(new_design/telegramm.png);
background-repeat:no-repeat;
width: 142px;
height: 137px;
}

#nav_punkt_3{
padding: 65px 10px 0px 10px;
background:url(new_design/anlass.png);
background-repeat:no-repeat;
width: 132px;
height: 272px;
 }

#nav_punkt_4{
padding: 65px 10px 0px 10px;
background:url(new_design/kundeninfo.png);
background-repeat:no-repeat;
width: 132px;
height: 127px;
}

#nav_punkt_5{
padding: 65px 10px 0px 10px;
background:url(new_design/firmen.png);
background-repeat:no-repeat;
width: 132px;
height: 130px;
}

#navigation h1 {
    text-align:center;
	color:#FFFFFF;
    font-size:1.0em;
	font-weight:bold;
	background-color: #636166;
	border: 1px solid #F7a879; 
	padding: 5px;
}

#navigation ul a, 
#navigation ul a:link {
	display:block;
	padding:5px;
	font-size:1.0em;
	font-family: Book Antiqua, Bookman Old Style, Garamond; 
	font-weight:normal;
	text-decoration:none;
	line-height:0.8em;
	/*background-color: #9FC939;*/
	/*border-left: 1px solid #F7a879;
	border-right: 1px solid#F7a879;*/
	color:#000000;

}

#navigation ul a.current, 
#navigation ul a.current:link, 
#navigation ul a:hover {
	text-decoration:none;
}

#navigation ul li {
	padding:0;
	font-size:1.0em;
	font-weight:normal;
}

#navigation ul li span {
	color:#000000;
	font-weight:bold;
	background-color: #CFE49C;
	border-left: 1px solid #F7a879;
	border-right: 1px solid #F7a879;
}

#navigation ul a:hover {
	color:#FFFFFF;
}

#navigation ul a.current,
#navigation ul a.current:hover {
	color:#FFFFFF;
	font-weight:bold;
}


/*	Ende Artikel (Drucken, Zurueck, Top usw.)
------------------------------------------------------------------------------*/
#EndeArtikel
{
	margin-left:13em;
	margin-top: 1em;
}

#EndeArtikel p{
	font-size:0.8em;
}

#EndeArtikel a, a:link {
	color: #000000;
	text-decoration:none;
}

#EndeArtikel a:hover, a:focus {
	color:#555555;
}

#EndeArtikel a:active {
	color: #000000;
}


/*	Links, so wie Navigation - außer Nav.
------------------------------------------------------------------------------*/
#links img {
    margin:3px;
}

#links a, a:link {
	color: #000000;
	text-decoration:none;
}

#links a:hover, a:focus {
	color:#555555;
}

#links a:active {
	color: #000000;
}

#links label{
	font-size:0.8em;
}

#links h1 {
    text-align:center;
	color:#FFFFFF;
    font-size:1.0em;
	font-weight:bold;
	background-color: #636166;
	border: 1px solid #FFFFFF;
	padding: 5px;
	display: none;
}

#links p{
	font-size:11.3px;
	padding: 5px;
	/*background-color: #9FC939;*/
	/*border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;*/
	color:#000000;
}


/*	Rechts, so wie Navigation - außer Nav.
------------------------------------------------------------------------------*/
#rechts {
	float:right;
	width:152px;
	margin-left:0.5em;
	margin-left:8px;
	padding-left:8px;
	margin-top: 20px;

	overflow:hidden;
}

#rechts h1 {
    text-align:center;
	color:#FFFFFF;
    font-size:1.0em;
	font-weight:bold;
	background-color: #636166;
	border: 1px solid #FFFFFF;
	padding: 5px;
}

#rechts label{
	font-size:0.8em;
}

#rechts p{
	font-size:0.8em;
	padding: 5px;
	/*background-color: #9FC939;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;*/
	color:#000000;
}

#rechts img {
    margin:3px;
}

#rechts a, a:link {
	color: #000000;
	text-decoration:none;
}

#rechts a:hover, a:focus {
	color:#555555;
}

#rechts a:active {
	color: #000000;
}

#rechts ul a, 
#rechts ul a:link {
	display:block;
	padding:5px;
	font-size:1.0em;
	font-family: Book Antiqua, Bookman Old Style, Garamond; 
	font-weight:normal;
	text-decoration:none;
	line-height:0.8em;
	/*background-color: #9FC939;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;*/
	color:#000000;

}

#rechts ul a.current, 
#rechts ul a.current:link, 
#rechts ul a:hover {
	text-decoration:none;
}

#rechts ul li {
	padding:0;
	
	font-size:1.0em;
	font-weight:normal;
}

#rechts ul a:hover {
	color:#FFFFFF;
}

#rechts ul a.current,
#rechts ul a.current:hover {
	color:#FFFFFF;
	font-weight:bold;
}

/*	Inhalts Formatierung
------------------------------------------------------------------------------*/
#main-block {
	width:99.5%;
	background-color:#321006;
}



#main-block h1 {
	background-color:#321006
	color:#FFFFFF;
	font-size:1.2em;
	padding-bottom: 2px;
	margin-bottom:5px;
}

#main-block .teaser h1 {
	font-size:1.2em;
}

#main-block h2 {
	color:#F16745;
	font-size:1.1em;
	font-weight:bold;
	margin-bottom: 3px;
}

#main-block p,
#main-block ul,
#main-block ol {
	font-size:0.9em;
	line-height:1.4em;
	margin-bottom:1.0em;
}

#main-block td {
	font-size:0.8em;
}

#main-block p {
    text-align:left;
}

#main-block ul li ul,
#main-block ul li ol,
#main-block ol li ol,
#main-block ol li ul {
	font-size:1em;
}

#main-block ul li{
	margin-left:18px;
	list-style-type:disc;
	list-style-position:outside; 
}

#main-block ol li{
	margin-left:18px;
	list-style-type:decimal;
	list-style-position:outside;
}

#main-block div.image {
	margin-bottom:0px;
}
#main-block div.image p {
	margin:0px;
	font-size:0.8em;
}
#main-block div.flLeft {
	margin-right:1em;
}
#main-block div.flRight {
	margin-left:1em;
}


#main-block a, a:link {
	font-size: 1.0em;
	color: #ffffff;
	text-decoration:underline;
}

#main-block a:hover, a:focus{
	color:#555555;
}

#main-block a:active {
	color: #ffffff;
}

/*	Linktrenner, verstecken von .
------------------------------------------------------------------------------*/
.hide{
position:absolute;
left:-1000px;
top:-1000px;
width:0;
height:0;
overflow:hidden;
display:inline;
}

.barrierefrei{
position:absolute;
left:-1000px;
top:-1000px;
width:0;
height:0;
overflow:hidden;
display:inline;
}


/*	footer
------------------------------------------------------------------------------*/
#footer {
	text-align:right;
	color:#000000;
	font-size:0.8em;
	font-family: Book Antiqua, Bookman Old Style, Garamond; 
	margin-bottom: 5px;
	padding-left: 400px;
}
#footer a {
	color:#000000;
	text-decoration:none;
}
#footer a:hover {
	color:#666666;
}


/* form-exhibitor (Kontaktformulare)
*******************************************************************************/
#form-exhibitor * {
	padding:0px;
	margin:0px;
}

#form-exhibitor {
	margin:0px;
	padding:0px;
	color:#666;
}

#form-exhibitor fieldset {
	margin: 20px 10px 10px 0px;
	padding: 5px 10px;
	border: 1px solid #e7e7e7;
    display: inline;
	background-color:#BDCBF2;
}

#form-exhibitor fieldset.fieldset2 {
	margin: 20px 10px 10px 0px;
	padding: 5px 10px;
	border: 1px solid #e7e7e7;
    display: inline;
	background-color:#BDCBF2;
	float:left;
	width: 97%;
}

#form-exhibitor legend {
    display: inline;
	padding: 2px 10px;
	border: 1px solid #e7e7e7;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	background-color:#FFCC33;
}

#form-exhibitor p {
	margin:0px;
	padding-bottom:1em;
	font-size:1em;
	font-weight:bold;
}

#form-exhibitor h2 {
	padding:1em 0 1em 0;
}

#form-exhibitor .element {
	display:block;
	clear:both;
}

#form-exhibitor label {
	display:block;
	float:left;
	padding:0px;
	width:120px;
}

#form-exhibitor label.checkbox {
	width:252px;
	border-right:none;
}

#form-exhibitor label.checkboxinner {
	width:250px;
	border-right:none;
}

#form-exhibitor input, 
#form-exhibitor select, 
#form-exhibitor textarea {
	float:left;
	margin:2px;
    font-size: 1em;
    font-family: verdana;
	width:250px;
	border:1px solid #999;
}

#form-exhibitor input:focus, #form-exhibitor input:hover,
#form-exhibitor select:focus, #form-exhibitor select:hover, 
#form-exhibitor textarea:focus, #form-exhibitor textarea:hover {
	background-color: #EFEEEE;
 	border:  1px solid #000;
}

#form-exhibitor input.radio:focus, #form-exhibitor input.radio:hover {
    border-style: none;
	background-color:#BDCBF2;
}

#form-exhibitor input.text {
	height:1.4em;
}

#form-exhibitor input.textshort {
	width:30px;
}

#form-exhibitor input.textshortdisabled {
	display:none;
	float:none;
	width:50px;
	border:none;
}

#form-exhibitor input.checkbox {
	width:120px;
	border:none;
}

#form-exhibitor input.checkboxinner {
	width:30px;
	border:none;
}

#form-exhibitor input.checkbox:focus, #form-exhibitor input.checkbox:hover {
    border-style: none;
	background-color:#BDCBF2;
}

#form-exhibitor input.submit { 
	margin:5px 5px 5px 123px;
	padding:2px 5px;
	width:120px;
	background-color:#f7f7f7;
	color:#000;
	font-size:1em;
	text-align:center;
	cursor:pointer;
}

#form-exhibitor input.submit:hover { 
	background-color:#FFCC33;
	color:#000;
}

#form-exhibitor label.textarea, 
#form-exhibitor textarea.textarea {
	height:96px;
}

.radio {
	border-style: none;
}

#form-exhibitor input.radio {
	width:140px;
	border-style: none;
}

#form-exhibitor-thanks {
	display:block;
	color:#666;
	font-size:1.2em;
}

.el_left {
	display:block;
	float:left;
	padding:0px;
	width:50%;
	border-bottom:1px solid black;
}

.el_right {
	display:block;
	width:50%;
	float:right;
	border-bottom:1px solid black;	
}

.el_left_place {
	padding-top:30px;
	margin-top:30px;
	padding-bottom:10px;
	height:30px;
	width:50%;
	border-bottom:1px solid black;
}

.el_right_stamp {
	padding-top:30px;
	margin-top:30px;
	height:30px;
	width:50%;
	border-bottom:1px solid black;
}

.justforprint h2 {
	font-size:1em;
	padding-top:20px;
	orphans:5;
}

div.onearticle  {
	font-size:0.8em; 
	line-height:130%;
	padding:1em 0;
} 

.noprintpage { display:none; }

.onearticle ul {
	list-style-image: none;
	list-style-position: inside;
}

.onearticle li {
	list-style-image: none;
	list-style-position: inside;	
}

input, select, textarea {
 font-size: 1em;
 font-family: verdana;
 border:1px solid #777;
}

/* Groupletter
*******************************************************************************/
#GlAddUser * {
	padding:0px;
	margin:0px;
}

#GlAddUser {
	margin:0px;
	padding:0px;
	color:#666;
}

#GlAddUser p {
	margin:0px;
	padding-bottom:1em;
	font-size:1em;
	font-weight:bold;
}

#GlAddUser fieldset {
	margin: 20px 10px 10px 0px;
	padding: 5px 10px;
	border: 1px solid #e7e7e7;
    display: inline;
	background-color:#BDCBF2;
}

#GlAddUser legend {
    display: inline;
	padding: 2px 10px;
	border: 1px solid #e7e7e7;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	background-color:#FFCC33;
}

#GlAddUser label {
	display:block;
	float:left;
	padding:0px;
	width:120px;
}

#GlAddUser input, 
#GlAddUser select
{
	float:left;
	margin:2px;
    font-size: 1em;
    font-family: verdana;
	width:250px;
	border:1px solid #999;
}

#GlAddUser input.text {
	height:1.4em;
}

#GlAddUser input.submit { 
	margin:5px 5px 5px 123px;
	padding:2px 5px;
	width:120px;
	background-color:#f7f7f7;
	color:#000;
	font-size:1em;
	text-align:center;
	cursor:pointer;
}

#GlAddUser input.submit:hover { 
	background-color:#FFCC33;
	color:#000;
}

#GlAddUser .element {
	display:block;
	clear:both;
}

#GlAddUser input.checkbox {
	width:30px;
	border:none;
}

#GlAddUser input.checkboxinner {
	width:30px;
	border:none;
}

#GlAddUser label {
	display:block;
	float:left;
	padding:0px;
	width:120px;
}

#GlAddUser label.checkbox {
	width:252px;
	border-right:none;
	margin-top:2px;
}

#GlAddUser label.checkboxinner {
	width:250px;
	border-right:none;
}

#GlMessage{
	margin-top:10px;
	margin-bottom:10px;
	background-color:#FFCC33;
	font-style:italic;
}


/* Beispiel CSS (nicht unbedingt erforderlich):
*******************************************************************************/
.magazine-container {
	background: #000000;
}

.magazine-image a, .magazine-image a:hover {
	border: 0;
	background: transparent;
   	outline: 0;
}

.galimg {
	background: #000000;
    margin:0;
	padding: 1px 1px 1px 1px;
}

.magazine-image1 {
	background: #000;
	border: 1px #000 solid;
 }
 
.magazine-image1 img {
	padding: 1px;
	background: #000;
	margin: 0px;
	border: 1px #000 solid; 
}

/* Veranstaltungskalender
*******************************************************************************/
td.eltitle
{	font-weight: bold;
}
td.eltitle a
{	color: #333333;
}

td.elDate,
td.elDateMore 
{ width: 18%;
  font-size:0.8em;
  vertical-align:middle;
}
td.eltitle 
{ width: 40%;
  font-size:0.8em;
  vertical-align:middle;  
}
td.elcat 
{ width: 20%;
  font-size:0.8em;
  vertical-align:middle;  
}
td.elvenue 
{ width: 22%;
  font-size:0.8em;
  vertical-align:middle;  
}

p.eltitel
{	float: left;
	font-weight: bold;
}
p.eldesc 
{	margin-left: 8em;
}

div.elbeschreibung
{	float: left;
    margin-left: 1em;
}

.extern{padding-right:18px; background:url('extern2.gif') no-repeat right center;}

.ecardthumb {
	width: 140px;
	height: 130px;
	padding: 3px;
	margin: 1px;
	text-align: center;
	vertical-align: middle;
	float: left;
}


#form-module-thanks {
  font-style: italic;
}


/* Suchergebnis */
.suchlink
{
	background-color:#FFCC33;
	font-weight:bold;
	font-style:normal;
}

.highlightedtext
{
	font-style:italic;
	font-weight:normal;
	background:inherit;
}



/* Formular Definition */

/* Div das das Formular umschließt */
.formgen {
	font-size: 1em;
}


label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit]
{
cursor : pointer;
}



.formgen form
{
line-height : 120%;
width: 370px;
}


/* 
Wie sehen die einzelnen Blöcke aus? 
Jedes Feld wird von einem DIV umschlossen, das hier definiert werden kann
*/


.formgen .formblock
{
	margin-bottom: 3px;
	background-color: #F7A879;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 5px;
}


/*
Verhalten von br-Tags
*/
.formgen br
{
clear : both;
}


/* 
--------- FORMULAR-OBJEKTE ------------ 
*/
.formgen * {
	padding:0px;
	margin:0px;
}

.formgen {
	margin:0px;
	padding:0px;
	color:#000000;
	font-size:0.8em;
	line-height:0.7em;
}

.formgen fieldset {
	margin: 20px 10px 10px 0px;
	padding: 5px 10px;
	border: 1px solid #F16745;
    display: inline;
}


.formgen legend {
    display: inline;
	padding: 2px 10px;
    border: 1px solid #F16745;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	background-color:#F16745;
	color:#000000;
}

.formgen p {
	margin:0px;
	padding-bottom:1em;
	font-size:0.8em;
	font-weight:bold;
}

.formgen h2 {
	padding:1em 0 1em 0;
}

.formgen .element {
	display:block;
	clear:both;
}

.formgen label {
	display:block;
	float:left;
	padding:0px;
	width:120px;
	color: #F16745;
}

.formgen label.checkbox {
	width:252px;
	border-right:none;
}

.formgen label.checkboxinner {
	width:250px;
	border-right:none;
}

.formgen input, 
.formgen .formselect, 
.formgen .formtextfield {
	float:left;
	margin:2px;
    font-size: 1em;
    font-family: verdana;
	width:250px;
	border:1px solid #999;
}

.formgen input:focus, .formgen input:hover,
.formgen select:focus, .formgen select:hover, 
.formgen .formtextfield:focus, .formgen .formtextfield:hover {
	background-color: #EFEEEE;
 	border:  1px solid #000;
}

.formgen input.radio:focus, .formgen input.radio:hover {
    border-style: none;
	background-color:#BDCBF2;
}

.formgen .formtext {
	height:1.4em;
}

.formgen input.textshort {
	width:30px;
}

.formgen input.textshortdisabled {
	display:none;
	float:none;
	width:50px;
	border:none;
}

.formgen input.checkbox {
	width:120px;
	border:none;
}

.formgen input.checkboxinner {
	width:30px;
	border:none;
}

.formgen input.checkbox:focus, .formgen input.checkbox:hover {
    border-style: none;
	background-color:#BDCBF2;
}

.formgen .formsubmit { 
	margin:5px 5px 5px 123px;
	padding:2px 5px;
	background-color:#F16745;
	color:#000000;
	width: 120px;
	font-size:1em;
	text-align:center;
	cursor:pointer;
}

.formgen .formsubmit:hover { 
	background-color:#FFFFFF;
	color:#000000;
}

.formgen .formtextfield {
	height:96px;
}

.radio {
	border-style: none;
}

.formgen input.radio {
	width:140px;
	border-style: none;
}


/* Multilist
*******************************************************************************/
   
.newslist {
   float:left;
   width: 98%;
}

.newsimage {
   width: 300px;
   float:left;
   margin-bottom: 1em;
}

.title {
   float: left;
   margin:3px; padding:3px; 
}

/* Guestbook Addon */

/* Formular */
.a63-form {
  width: 400px;
}

/* Eingabefelder */
.a63-form input, .a63-form textarea {
  border: 1px solid black;
  margin: 1px 2px 1px 2px;
  width: 250px;
  background-color: #F6F4EF;
}

.a63-form input:focus, .a63-form textarea:focus {
  background-color: #EEEEEE;
}

/* Text-Eingabefeld*/
.a63-form textarea {
  height: 100px;
}

/* Beschriftungen der Eingabefelder */
.a63-form label {
  width: 100px;
  float: left;
  padding-left: 5px;
}


/* Buttons */
.a63-form .a63-fsubmit {
  width: 100px;
  margin: 0px;
  margin-top: 5px;
  background-color: #D6D3CE;
}

/* Buttons-Layer*/
.a63-form .a63-buttons {
  padding-left: 105px;
}

/* Zusatztext-Layer*/
.a63-form .a63-info {
  text-align: right;
  padding: 0px 5px 5px 0px;
}

/* Fehlermeldungs-Layer*/
.a63-form div.error {
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 10px;
}

/* Listen Styles */

/* Einträge-Layer */
.a63-entries .a63-entry {
  padding-bottom: 10px;
  border-bottom: 1px dotted #859885;
}

.a63-entries p {
  margin: 0px;
  padding: 0px;
}

/* Pagination-Layer */
.a63-entries .a63-pagination {
  text-align: right;
}

/* Pagination-Links */
.a63-entries .a63-pagination a {
  padding-left: 2px;
  padding-right: 2px;
}

/* hervorheben des Aktuelle-Seite-Links */
.a63-pagination_aktuell a {
  font-weight: bold;
  text-decoration:underline;
}


.a63-entries ul li {
  list-style-type: none;
  display: inline;
}

/*
  Allgemeine Formatierungen
*/

/* Beschriftungen */
.a63-entries .a63-label {
  float: left;
  width: 70px;
}

/* Werte */
.a63-entries .a63-value {
  padding-left: 70px;
}

/* Mozilla */
li.a63-pagination {
  list-style-type: none;
}

/* Ausgabe der Dateiversion
  möglichst unauffällig und klein */
.Modulversion {
  font-size: 0.5em;
  color: #aaaaaa;
/*  color: #dddddd; */ /* (fast) unsichtbar*/
}


/* Teaser Style - Style fuer Categorie Überschrift  - background-color:#FFCC33;
*******************************************************************************/
.teaser {
}

.teaser a h1{
	text-decoration:none;
	font-size:1.1em;
	font-weight:bold;
}


/* TELEGRAMM erfassen: Schritt 1
*******************************************************************************/
.progress{
	width: 1px;
	height: 14px;
	color: white;
	font-size: 12px;
    overflow: hidden;
	background-color: #F5B200;
	padding-left: 5px;
	display:none;
}


/* TELEGRAMM erfassen: Schritt 2
*******************************************************************************/
.telegramm {
	cursor:pointer;
	padding: 2px 5px;
	border: 1px solid gray;
	background-color:#f16745;
}
.telegrammschritte {
}


.opentelegramm{ 
	background: #F1956C;
}


#telegramminhalt h2{
  color: #000; 
}
#telegramminhalt fieldset {
	margin: 20px 10px 10px 0px;
	padding: 5px 10px;
	border: 1px solid #F16745;
    display: inline;
	font-size: 0.8em;
}


#telegramminhalt legend {
    display: inline;
	padding: 2px 10px;
	border: 1px solid #f16745;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	background-color:#f16745;
	color:#ffffff;
}

#telegramminhalt .formtext, 
#telegramminhalt .formselect, 
#telegramminhalt .formtextfield {
	float:left;
	margin:2px;
    font-size: 1em;
    font-family: verdana;
	width:240px;
	border:1px solid #999;
}

#telegramminhalt input:focus, .telegramminhalt input:hover,
#telegramminhalt select:focus, .telegramminhalt select:hover, 
#telegramminhalt .formtextfield:focus, .telegramminhalt .formtextfield:hover {
	background-color: #EFEEEE;
 	border:  1px solid #000;
}

#telegramminhalt .formsubmit { 
	margin:5px 5px 5px 123px;
	padding:2px 5px;
	background-color:#F16745;
	color:#ffffff;
	width: 220px;
	font-size:0.9em;
	text-align:center;
	cursor:pointer;
}

#telegramminhalt .formsubmit:hover { 
	background-color:#FFFFFF;
	color:#000000;
}

#telegramminhalt .formtextfield {
	height:96px;
}

#telegramminhalt label {
	display:block;
	float:left;
	padding:0px;
	width:150px;
	font-size: 0.8em;
}

#telegramminhalt .telegrammradio {
	width:100%;
	border:none;
}

/* Teaser Style - Style fuer Categorie Überschrift  - background-color:#FFCC33;
*******************************************************************************/
.telteaser {
	float: left;
	width: 47%;
	height:10em;
	padding: 6px;
	color: #000000;
	background-color:#FFFFFF;
	border: 1px solid #999999;
}

.telteaser  p{
	color: #000000;
}

.telteaser a h1{
	text-decoration:none;
	font-size:1.1em;
	font-weight:bold;
}

div.telteaser:hover {
    background-color:#F5B200;
	border: 1px solid #999999;
}



