/*
  Style Sheet
---------------------------------------------
  Style Name  :  t_vorsh.css
=============================================
  Die Darstellung ist 1024 Pixel breit.
  Das Menu links vertikal angeordnet.
  background-color:#FFFFFF;  weiss
=============================================

Versionshistory:
V01.00	2009-02-15	Tobias Kummer   crieted...
V01.10  2009-02-22  Tobias Kummer	modified...
*/

/* alles zurück setzen */

html, body, div, p, h1, h2, h3, ul, ol, 
span, a, table, td, form, img, li {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


/* ----------------------- */
/*  HMTL - Tags & Klassen  */
/* ----------------------- */
body {
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

p {
	text-align:justify;
}

h1, h1.csc-firstHeader {
    margin-top:20px;
    margin-bottom:6px;
    padding-top: 0px; /* 5 */ 
    padding-bottom:3px;

	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

	color: #333333;	

	text-align: right;
  
	border-bottom-style:solid;
	border-bottom-color:#CCCCCC;
	border-bottom-width:1px;
}

h1.csc-firstHeader {
	margin-top: 5px;
	margin-bottom:20px; 
	padding-bottom:3px;

	font-size:16px;  
}

h1 {

}

h2 {
	margin-top:0px;
	margin-bottom:0px;
  
	padding-top: 15px;

	font-size:14px;
	font-weight:bold;
	color: #333333;
	text-align:left;
}

h3 {
	margin-top:0px;
	font-size:1em;
	margin-bottom:10px;

	padding-top: 5px;  
  
	color:#000000;
}

form {
	padding: 0px; 
	margin: 0px;
}

input{
	color:#666666 ; 
	font-weight:normal; 
	font-family:Geneva, Arial, Helvetica, sans-serif;  
	padding:5px; 
	margin:0px;
	background-color:#FFFFFF;
}

textarea {
	color:#666666; 
	font-weight:normal; 
	font-size:11px; 
	font-family:Geneva, Arial, Helvetica, sans-serif;  
	padding:5px; 
	margin:0px; 
}

select {
	color:#666666; 
	font-weight:normal; 
	font-size:11px; 
	font-family:Geneva, Arial, Helvetica, sans-serif;  
	padding:0px; 
	margin:0px; 
	background-color:#FFFFFF;
}

a {
	color:#093165;
}

/* ----------------------- */
/*  IDs                    */
/* ----------------------- */


#border {
	margin: auto;
	position:absolute;
	vertical-align:middle;
	margin-top:30px;
	margin-left:30px;
	border-style:solid;
	border-width:0px;
	border-color:#666666;
	width:1040px;
	height:830px;
	background-image:url(allinone.jpg);
}

#header {
	color:#354667;
	height:203px;
	width:1040px;
}

#headermenu {
	padding-top:10px;
	padding-right: 10px;
	padding-bottom:10px;
	text-align: right;
}

#mainmenu {  
	position:absolute;
	
	margin-top:0px;
	margin-left:0px;
    
	height: 597px;
	width:180px;
	
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom:0px;
	padding-top:10px;	
}

#mainmenu1 {
	font-size:11px;
	position:absolute;
	
	margin-top:0px;
	margin-left:0px;
    
	height: 597px;
	width:180px;
	
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom:0px;
	padding-top:10px;	
}

#mainmenu2 {
	font-size:10px;
	position:absolute;
	
	margin-top:0px;
	margin-left:0px;
    
	height: 597px;
	width:180px;
	
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom:0px;
	padding-top:10px;	
}

#content {
	position:absolute;
	text-align:justify;
	overflow:auto;
	float:left;
	
	margin-left:180px;
	margin-top:0px;

	padding-left: 40px;
	padding-right: 20px;
	padding-bottom:10px;
	padding-top:10px;
	height:570px;
	width:655px;
}

#borderright
{
	position:absolute;
	margin-left:885px;
	margin-top:0px;
	color:#354667;
	float:left;
	
	padding-left: 15px;
	padding-right: 20px;
	padding-bottom:10px;
	padding-top:30px;
	
	text-align:center;
	
	height: 597px;
	width:205px;
}


#footer {
	width:1040px;
 	position:absolute; 

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#354667;

	margin-top: 595px;
	margin-left:0px;
	height:30px;
	text-align:center;
	padding-top:5px;
}

a.menuItem:link, a.menuItem:visited {
	text-decoration:none;
	color:#093165;
	font-weight:normal;
}

a.menuItem:hover {
	text-decoration:underline;
	color:#093165;
	font-weight:normal;
}

a.menuItemAct:link {
	text-decoration:none;
	color:#093165;
	font-weight:bold;
}

a.menuItemAct:visited{
	text-decoration:underline;
	color:#093165;
	font-weight: normal;
}

a.menuItemAct:hover {
	text-decoration:underline;
	color:#093165;
	font-weight:bold;
}

a.mainMenu:link, a.mainMenu:visited {
	text-decoration:none;
	color:#093165;
	font-weight:normal;
	font-size:12px;
}

a.mainMenu:hover {
	text-decoration:underline;
	color:#093165;
	font-weight:normal;
	font-size:12px;
}

a.mainMenuAct:link, a.mainMenuAct:visited {
	text-decoration:none;
	color:#093165;
	font-weight:bold;
	font-size:12px;
}

a.mainMenuAct:hover {
	text-decoration:underline;
	color:#093165;
	font-weight:bold;
	font-size:12px;
}

a.mainMenu1:link, a.mainMenu1:visited {
	text-decoration:none;
	color:#093165;
	font-weight:normal;
	font-size:11px;
}

a.mainMenu1:hover {
	text-decoration:underline;
	color:#093165;
	font-weight:normal;
	font-size:11px;
}

a.mainMenu1Act:link, a.mainMenu1Act:visited {
	text-decoration:none;
	color:#093165;
	font-weight:bold;
	font-size:11px;
}

a.mainMenu1Act:hover {
	text-decoration:underline;
	color:#093165;
	font-weight:bold;
	font-size:11px;
}

a.mainMenu2:link, a.mainMenu1:visited {
	text-decoration:none;
	color:#093165;
	font-weight:normal;
	font-size:10px;
}

a.mainMenu2:hover {
	text-decoration:underline;
	color:#093165;
	font-weight:normal;
	font-size:10px;
}

a.mainMenu2Act:link, a.mainMenu1Act:visited {
	text-decoration:none;
	color:#093165;
	font-weight:bold;
	font-size:10px;
}

a.mainMenu2Act:hover {
	text-decoration:underline;
	color:#093165;
	font-weight:bold;
	font-size:10px;
}

a.headerMenu:link, a.headerMenu:visited {
	text-decoration:none;
	color:#093165;
	font-weight:normal;
}

a.headerMenu:hover {
	text-decoration:underline;
	color:#093165;
	font-weight:normal;
}

a.headerMenuAct:link, a.headerMenuAct:visited {
	text-decoration:none;
	color:#093165;
	font-weight:bold;
}

a.headerMenuAct:hover {
	text-decoration:underline;
	color:#093165;
	font-weight:bold;
}


/*entry-miss 04.07.2010*/
.entry-miss{
	color:#FF0000;
	font-weight:bold;
}


/*show-single-event 04.07.2010*/
.show-single-event{
	margin-left:10px;
	font-weight:normal;
	font-size:11px;
	color:#093165;
}
.show-single-event-header{
	margin-left:10px;
	font-weight:bold;
	font-size:12px;
	color:#093165;
}

/*show-events 04.07.2010*/
.show-events{
	border-bottom-color:#999999;
	border-bottom-style:solid;
	border-top-style:none;
	border-left-style:none;
	border-right-style:none;
}

/*create tabledesign for the whole page 04.07.2010*/
contenttable
.contenttable {
	background-color:#FFFFFF;
	width:570px;
	font-size:10px;
	color:#093165;
	margin:5px;
}

.tr-0 {
	background-color: #093165;
	color:#FAF3E0;
	font-size:14px;
	font-weight:bold;
}

.tr-even {
	font-size:13px;
	text-decoration:none;
}

.tr-odd {
	background-color:#C1C1C1;
	font-size:13px;
	text-decoration:none;
}


ve_guestbook  /* => 20090902 */

.tx-guestbook-list-header, .tx-guestbook-list-header:visited { 
	background-color: #CE3908; 
	color: #FFFFFF; 
	font-weight:bold; 
 }
 
.tx-guestbook-list{
	margin-top:3px;	
	margin-bottom:0px;

  	border-bottom-style:solid;
  	border-bottom-color:#CCCCCC;
  	border-bottom-width:1px;

	width:600px;
}

.tx-guestbook-list-left {
	float:left;
 	font-weight:bold;
	color:#333333;
	width:100px;
}

.tx-guestbook-list-content {
	padding-left: 100px; 
	text-align:left;
	margin-bottom:4px;
}

.tx-guestbook-list-date {
	text-align:left;
}

.tx-guestbook-list-from {
	text-align:left;
}


.tx-guestbook-list-row { 
	background-color: #FFFFFF; 
 }

.tx-guestbook-list-rowleft { 
	background-color: #FFFFCE; 
 }

.tx-guestbook-list-small { 
	font-size: 9px; 
	color: #666666; 
 }

.tx-veguestbook-pi1-browsebox TD { 
	font-size: 9px; 
	color: #666666;
}

.tx-veguestbook-pi1-browsebox-strong, .tx-ttnews-browsebox-SCell { 
	font-weight: bold; 
 }

.tx-veguestbook-pi1-browsebox-SCell { 
	background-color: #FFFFCE; 
}

.tx-guestbook-latest-header { 
	background-color: #CE3908; 
	color: #FFFFFF; 
	font-weight:bold; 
}

.tx-guestbook-latest-row { 
	background-color: #FFFFFF; 
}

.tx-guestbook-latest-small { 
	font-size: 9px; 
	color: #666666; 
}

.tx-guestbook-form-inputfield-med { 
	border-style: solid; 
 	border-width: 1pt; 
	border-color:#CCCCCC; 
	font-size:1.0em; 
	font-weight:bold;
	color:#666666; 		
	height:20; 
}

.tx-guestbook-form-inputfield-big { 
	border-style: solid; 
	border-width: 1pt; 
	border-color:#CCCCCC; 
	font-size:1.0em; 
 	font-weight:bold;
  	color:#666666; 		
  	height:20;
  	width:250px;
}

.tx-guestbook-form-textarea { 
	border-style: solid; 
	border-width: 1pt; 
  	border-color:#CCCCCC; 
  	font-size:1.0em;
  	font-weight:bold;
  	color:#666666; 		
}

.tx-guestbook-form-obligationfield { 
  	color: #666666;
}
.tx-guestbook-form-obligationfield li { 
  	margin-left: 30px;
}

.tx-guestbook-form-error { 
  	color: #CC0000; 
}
