/*
URLAUB IN STOLBERG
(c)2007 J.Krug
*/

/* Elements */

@media screen, print {
.hidden, hr {
	display: none;
}
}


@media screen {
body {
	background: #739C4A;
	color: #333333;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 90%;
}
}

@media print {
body {
	background: #FFF;
	color: #333333;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 90%;
}
}

@media handheld {
body {
	background: #FFFFD6;
	width: 240px;
}
}

@media screen, print {
h2, h3 {
	margin-top: 0px;
	color: #2D661F;
}

h2 {
	font-size: 130%;
}

h3 {
	margin: 0;
	margin-top: 10px;
	font-size: 100%;
}

h4, h5, h6 {
}

img, p, ol, ul, dl, blockquote {
	margin-top: 0;
}

a {
	color: #248A06;
}

a:hover {
	text-decoration: none;
}

a:visited  {
	color: #1C570A;
}

.errormessage {
	color:red; 
	font-weight:bold;
}

sup  a {
	text-decoration: none;
}

}

@media screen {
abbr, acronym {
        cursor: help;
        border-bottom: 1px dotted #A9B0D7;
}
}

/* Header */
@media screen {
#header {
	width: 785px;
	height: 78px;
	margin: 0 auto;
	background: url(../images/img1_1.gif);
}
}

@media print  {
#header {
	width: 785px;
	height: 78px;
	margin: 0 auto;
	clear: both;
}
}

@media screen, print {
#header h1 {
	float: left;
	margin: 0;
	padding: 30px 0 0 25px;
	font-size: 160%;
}

#header h1 a {
	text-decoration: none;
	color: #2D661F;
}

#header h2 a {
	text-decoration: none;
	color: #000000;
}

#header .slogan {
	float: right;
	margin: 0;
	padding: 35px 30px 0 0;
	font-size: 110%;
}
}

@media handheld {
.slogan {
	padding-top: 100px;
	background: url(../images/header_mobile.jpg) no-repeat;
}
}

/* Menu */

@media screen {
#mainmenu {
	width: 767px;
	/*height: 30px;*/
	height: 206px;
	margin: 0 auto;
	padding: 0 10px;
	background: url(../images/header_2.jpg);
}
}

@media print {
#mainmenu {
	width: 767px;
	/*margin: 0 auto;*/
	margin-left: 15px;
	/*border: 1px solid #666666;*/
	clear: both;
}
}

@media screen, print {
#mainmenu ul {
	/*width: 785px;*/
	/*height: 30px;*/
	/*height: 25px;*/
	margin: 0;
	padding: 0;
	list-style: none;
	/*background: #333333;*/
}

#mainmenu li {
	display: inline;
}
}


@media screen {
#mainmenu a {
	display: block;
	float: left;
	padding: 6px 15px 5px 15px;
	border-left: 1px solid #666666;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-size: 90%;
	font-weight: bold;
	color: #FFFFFF;
	background: #333333;
}

#mainmenu a.language {
	float: right;
	border-left: none;
	color: #DDD;
}
}

@media print {
#mainmenu a {
	display: block;
	float: left;
	margin: 30px 0px 20px 0px;
	padding: 6px 15px 5px 15px;
	/*border-left: 1px solid #666666;*/
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-size: 90%;
	font-weight: bold;
	color: #000;
	background: #FFF;
}
}

@media screen, print {
#mainmenu .first a {
	border: none;
    margin-left: 0px;
}
}

@media screen {
#mainmenu a.selected {
	background: #4E4E4E;
}
}

@media print  {
#mainmenu a.selected {
	background: #F4F4F4;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}
}

@media screen  {
#mainmenu a:hover {
	background: #CCCCCC;
	color: #000000;
}

#mainmenu a.selected:hover {
	background: #4E4E4E;
	color: #FFF;
}
}


/* Content */
@media screen {
#maincontent {
	width: 767px;
	margin: 0 auto;
	padding: 0px 10px 0 10px;
	background: url(../images/img3_1.gif);
}
}

@media print {
#maincontent {
	width: 767px;
	margin: 0 auto;
	padding: 10px 10px 0 10px;
	clear: both;
}
}

/*Submenu*/
@media screen, print {
#submenu {
	float: left;
	width: 170px;
	padding: 0 0 0 15px;
}
}

@media screen {
#submenu ul {
	display: block;
	margin: 0;
	padding: 0;
	background: #333333;
	list-style: none;
}

#submenu li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #666666;
}

#submenu a {
	display: block;
	/*float: left;*/
	padding: 7px 15px 5px 15px;
	/*border-bottom: 1px solid #666666;*/
	text-transform: uppercase;
	text-decoration: none;
	text-align: left;
	font-size: 90%;
	font-weight: bold;
	color: #FFFFFF;
}

#submenu a.selected {
	background: #4E4E4E;
}

#submenu a:hover {
	background: #CCCCCC;
	color: #000000;
}

#submenu a.selected:hover {
	background: #4E4E4E;
	color: #FFF;
}
}

@media print {
#submenu ul {
	display: block;
	margin: 0;
	padding: 0;
	background: #FFF;
	list-style: none;
}

#submenu a {
	display: block;
	/*float: left;*/
	padding: 7px 15px 5px 15px;
	/*border-bottom: 1px solid #666666;*/
	text-transform: uppercase;
	text-decoration: none;
	text-align: left;
	font-size: 90%;
	font-weight: bold;
	color: #000;
}


#submenu a.selected {
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	background: #F4F4F4;
}
}

/*subcontent*/
@media screen, print {
#subcontent {
	float: right;
	width: 550px;
	padding: 0 15px 0 0;
}

#subcontent ul {
	list-style: disc;
	margin: 0;
	padding: 0;
	margin-left: 15px;
}

#subcontent ol {
	list-style-type:decimal;
	margin: 0;
	padding: 0;
	padding-right:10px;
	margin-left: 25px;
}

/*Bild am rechten Rand*/
#subcontent .imgRightGlobal {
	float:right;
	padding: 0;
	padding-right: 5px;
	width: 200px;
}

#subcontent .imgRight {
	float:right;
	padding-left:25px;
	padding-right:5px;
}

/*schmaler Umbruch */
#subcontent .umbruch {
	clear: both;
	height: 8px;
}

/*Text in der Mitte neben dem rechten Bild */
#subcontent .textMitte {
	width: 320px;
}

/*Text in der Mitte neben dem rechten Bild */
#subcontent .textVoll, #subcontent p.textVoll {
	width: 540px;
}

/*Tabellen*/
table {
	border: 1px #8D8B75 solid;
	border-collapse:collapse;
	border-spacing:0px;
	padding: 0;
	margin: 0;
}

th {
	border: 1px #8D8B75 solid;
	background-color: #DEE6B2;
	text-align: center;
	padding: 5px;
	margin: 0;
}

td {
	border: 1px #8D8B75 solid;
	text-align: center;
	padding: 5px;
	margin: 0;
}

td.left {
	border: 1px #8D8B75 solid;
	background-color: #DEE6B2;
	text-align: left;
	padding: 5px;
	margin: 0;

}

/*Formulare*/
.reihe {
  clear: both;
  padding: 6px 0px;
}
}

@media screen {
label {
  float: left;
  width: 200px;
  text-align: right;
  padding-top: 3px;
  padding-right: 5px;
  cursor:pointer;
}
}

@media screen, print {
.feld {
  float: right;
  width: 320px;
  text-align: left;
}

.knopf {
  clear: both;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 0px;
}

.defbreite {
  width: 260px;
}

input.result {
	border-style:none;
	background-color:transparent;
	text-align:right;
}

input.resultsum {
	font-weight:bold;
}

input.meldung {
	color: red;
}
}

@media handheld {
table, th, td {
	border: 1px #000 solid;
	border-collapse:collapse;
}
}


/* Footer */
@media screen {
#footer {
	width: 785px;
	height: 30px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	background: url(../images/img4_1.gif) no-repeat;
}
}

@media print {
#footer {
	width: 785px;
	height: 30px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}
}

@media screen, print {
#footer p {
	margin: 0px;
	text-align: center;
	color: #1C570A;
}

#footer p a {
	color: #222;
}
}

/*border: 1px #000 solid;*/



#calendarDiv{
	position:absolute;
	width:205px;
	border:1px solid #317082;
	padding:1px;
	background-color: #FFF;
	font-family:arial;
	font-size:10px;
	padding-bottom:20px;
	visibility:hidden;
}
#calendarDiv span,#calendarDiv img{
	float:left;
}
#calendarDiv .selectBox,#calendarDiv .selectBoxOver{
	
	line-height:12px;
	padding:1px;
	cursor:pointer;
	padding-left:2px;
}

#calendarDiv .selectBoxTime,#calendarDiv .selectBoxTimeOver{	
	line-height:12px;
	padding:1px;
	cursor:pointer;
	padding-left:2px;
}

#calendarDiv td{
	padding:3px;
	margin:0px;
	font-size:10px;
}


#calendarDiv .selectBox{
	border:1px solid #E2EBED;		
	color: #E2EBED;
	position:relative;
}
#calendarDiv .selectBoxOver{
	border:1px solid #FFF;
	/*background-color: #317082;*/
	background-color:#739C4A;
	color: #FFF;
	position:relative;
}
#calendarDiv .selectBoxTime{
	border:1px solid #317082;		
	color: #317082;
	position:relative;
}
#calendarDiv .selectBoxTimeOver{
	border:1px solid #216072;	
	color: #216072;
	position:relative;
}

#calendarDiv .topBar{
	height:16px;
	padding:2px;
	/*background-color: #317082;*/
	background-color: #739C4A;


}
#calendarDiv .activeDay{	/* Active day in the calendar */
	color:#FF0000;
}
#calendarDiv .todaysDate{
	height:17px;
	line-height:17px;
	padding:2px;
	background-color: #E2EBED;
	text-align:center;
	position:absolute;
	bottom:0px;
	width:201px;
}
#calendarDiv .todaysDate div{
	float:left;
}
	
#calendarDiv .timeBar{
	height:17px;
	line-height:17px;
	background-color: #E2EBED;
	width:72px;
	color:#FFF;
	position:absolute;
	right:0px;
}

#calendarDiv .timeBar div{
	float:left;
	margin-right:1px;
}


#calendarDiv .monthYearPicker{
	background-color: #E2EBED;
	border:1px solid #AAAAAA;
	position:absolute;
	color: #317082;
	left:0px;
	top:15px;
	z-index:1000;
	display:none;

}
#calendarDiv #monthSelect{
	width:70px;
}
#calendarDiv .monthYearPicker div{
	float:none;
	clear:both;	
	padding:1px;
	margin:1px;	
	cursor:pointer;
}
#calendarDiv .monthYearActive{
	/*background-color:#317082;*/
	background-color: #739C4A;
	color: #E2EBED;
}

#calendarDiv td{
	text-align:right;
	cursor:pointer;
}

#calendarDiv .topBar img{
	cursor:pointer;
}
#calendarDiv .topBar div{
	float:left;
	margin-right:1px;
}