/* Start of CMSMS style sheet '_Content' */
/*******************************************************************************
 C O N T E N T A R E A */

div#contentarea {
	width: 100%;
	float: left;
	margin: 20px 0 0 0;
	text-align: left;
}

div#contentarea,
div#contentarea font,
div#contentarea p,
div#contentarea li  {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	background-color: #fff !important;
}

/**************************************
 E S S E N T I A L */

p { margin: 0 0 5px 0; }



/* E S S E N T I A L 
**************************************/

/**************************************
 L I N K S */
 
div#contentarea a {
	color: #C87853;
	text-decoration:none;
}

div#contentarea a:hover {
	text-decoration:underline;
}

/* L I N K S 
**************************************/

/**************************************
 C O L U M N S */

#maintable { width: 100% !important; }
 
td#column_left {
	width: 440px !important;
	vertical-align: top;
	padding: 0 20px 0 0 !important;
	margin: 0 0 0 0 !important;
	border-width: 0 1px 0 0;
	background-color: #fff !important;
}

td#column_right {
	width: 240px !important;
	padding: 0 0 0 10px !important;
	margin: 0 0 0 0 !important;
	vertical-align: top;
	background-color: #fff !important;
}

td#column_left img {
	margin: 0 10px 10px 0;
}

td#column_right img {
	margin: 0 0 10px 0;
}

td#column_left table {
	vertical-align: top
}

td#column_right table tr td {
	vertical-align: top
}


/* C O L U M N S 
**************************************/


/**************************************
 H E A D I N G S - M A I N */

div#contentarea h1 {	font-size: 26px;	line-height: 30px;	margin: 0 0 10px 0; }

div#contentarea h2 { 	font-size: 18px;	line-height: 22px; 	margin: 0 0 0 0; }

div#contentarea h3 {	font-size: 14px;	line-height: 16px;	margin: 0 0 0 0; }

div#contentarea h4 {	
	color: #294B5F;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 5px 0;
}

div#contentarea h5 {	font-size: 1.1em;	line-height: 1.3em;	margin: 0 0 5px 0;	}

div#contentarea h6 {	font-size: 1em;	line-height: 1.3em;	margin: 0 0 5px 0;	}

/*  H E A D I N G S - M A I N
**************************************/


/**************************************
 H E A D I N G S - C O L U M N   R I G H T */

div#contentarea div#column_right h1 {	font-size: 26px;	line-height: 30px;	margin: 10px 0 0 0;	border-width: 1px 0 0 0;}

div#contentarea div#column_right h2 { 	font-size: 18px;	line-height: 22px; 	margin: 10px 0 0 0;	border-width: 1px 0 0 0;	}

div#contentarea div#column_right h3 {	font-size: 14px;	line-height: 16px;	margin: 10px 0 0 0; }

div#contentarea div#column_right h4 {	color: #294B5F; 	font-size: 1.2em;	line-height: 1.3em;	}

div#contentarea div#column_right h5 {	font-size: 1.1em;	line-height: 1.3em;	}

div#contentarea div#column_right h6 {	font-size: 1em;		line-height: 1.3em;	}

/* H E A D I N G S - C O L U M N   R I G H T
**************************************/

/**************************************
 T E X T */

hr {
	height: 1px;
	width: 100%;
	border-width: 1px 0 0 0;
}
blockquote {
	border-left: 10px solid #ddd;
	margin-left: 10px;
}
pre {
	font-family: monospace;
	font-size: 1.0em;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style:italic;
}


/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}

pre {
	border: 1px solid #000;  /* black border for pre blocks */
	background-color: #ddd;
	margin: 0 1em 1em 1em;
	padding: 0.5em;
	line-height: 1.5em;
	font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* T E X T 
**************************************/

/**************************************
 L I S T S */

div#dl dt {
	font-weight: bold;
	margin: 0 0 0.25em 3em;
}
div#dl dd {
	margin: 0 0 0 3em;
}
div#contentarea ul {
	line-height:22px;
	margin: 0 0 0 20px;
	padding:0;
}

div#contentarea ul li {
	list-style-type: disc;
	margin: 0 0 0 0px;
	padding: 0;
}

/* L I S T S 
**************************************/

/**************************************
 H I G H L I G H T S */

div#infobox {
	width:350px;
	padding: 0 20px 0 0;
	margin: 0 30px 10px 0; 
	float:left;
	border-right: 0px solid #cbccba;
}
div#infobox table {
	vertical-align:top;
	width:350px;
	border-collapse:collapse;
	font-size:11px;
	line-height:16px;
}
div#infobox table tr td{
	vertical-align:top;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #cbccba;
}
div#infobox table p {
	font-size:11px;
}
div#highlightbox {
	border: 1px solid #cbccba;
	background-color: #eaeade;
	width:200px;
	height:200px;
	text-align:center;
	vertical-align:bottom;
	margin:0 18px 20px 0;
	float:left;
	padding:0px;
	text-decoration:none;
}
a:hover#highlightbox {
	border: 1px solid #cbccba;
	background-color: #eaeade;
	width:200px;
	height:400px;
	text-align:center;
	vertical-align:bottom;
	margin:0 18px 20px 0;
	float:left;
	padding:0px;
	text-decoration:none;
}
a#highlightbox p {
	display:none;
}
a:hover#highlightbox p {
	display:block;
	color:#000;
}
div#highlightbox h1 {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #C87853; 
	font-size: 16px; 
	text-align: center; 
	vertical-align:bottom;
}
/* END HIGHLIGHTS 
**************************************/


/**************************************
TAGCLOUDS */

div#tagcloud {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-heigth: 14px;
	font-weight: normal;
	font-size: 14px;
	text-align: center; 
	vertical-align:bottom;
}

/* END TAGCLOUDS
**************************************/


/**************************************
TELL A FRIEND */

div.expand {
	z-index: 500;
	padding: 10px;
	position: absolute;
	width: 250px;
	margin-top: -300px;
	margin-left: -290px;
	background-color: #fff;
	border: 3px solid #c87853;
	font-size :10px;
	color: #000;
	text-align: left;
}
div.expand fieldset {
	font-size: 10px;
	border: 0;
}
div.expand fieldset lable {
font-size: 10px;
display: block;
}
div.expand fieldset input {
background-color:#fff;
width:100%;
margin:0 0 5px 0;
}

div.expand fieldset input.button {
background-color:#fff;
margin:0 0 5px 0;
width:44%;
}

div.expand fieldset input.buttonX {
background-color:#fff;
margin:0 0 5px 0;
width:9%;
}

div.expand fieldset textarea {
background-color:#fff;
width:100%;
margin:0 0 5px 0;
word-wrap:break-word;
overflow-x:hidden;
overflow-y:auto; 
}

* html div.expand {
margin-left:-350px;
}

/* END TELL A FRIEND 
**************************************/


/*************************************
RSS - TAGESSCHAU  */

div#modulerssentry {
	border-width: 1px 0 0 0;
	background-color: #DDDCCA;
	font-size: 12px;
	line-height: 12px;
	text-align: left;
	padding: 10px;
	margin: 20px 0 0 0;
}

div.modulerssentry {
	margin: 5px 0 5px 0px;
	padding: 0 0 0 0px;
	background-image: url(images/cms/arrow-right.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

div.modulerssentry a:link,
div.modulerssentry a:visited,
div.modulerssentry a:active {
	color:#000;
	margin: 0px 0 0px 10px;
	font-size:10px;
	line-height:12px;
	font-weight: normal;
	margin-bottom: 10px;
	text-decoration:none;
}

div.modulerssentry a:hover {
	margin: 0px 0 0px 10px;
	color:#000;
	font-size:10px;
	line-height:12px;
	font-weight: normal;
	margin-bottom: 10px;
	text-decoration:underline;
}

/* END RSS - TAGESSCHAU
*************************************/

/*************************************
 F O R M U L A R */

table.formbuilderform {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:14px;
	border-collapse:collapse;
	}
input, select {
	border:1px solid #9E9981;
	color:#9E9981;
	background-color:#ffffff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:0; 
	margin:0;
}

table.formbuilderform textarea,
table.formbuilderform input,
table.formbuilderform select {
	width:187px;
}

textarea {
	border:1px solid #9E9981;
	color:#9E9981;
	background-color:#ffffff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:0; 
	margin:0;
}

input.search {
	border:0px solid #737c7a;
	color:#9E9981;
	background-color:#ffffff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:0; 
	margin:0;
}

form {	margin:0; }

/* F O R M U L A R
*************************************/


/* Content END
*******************************************************************************/
/* End of '_Content' */

