/*

	STYLESHEET FÜR SUNLOG AUSGABE-TEMPLATES

*/

body
{
/*	background-image: #fff url(images/flux_white/bg_body.png) repeat-x;	*/
	background-image: url(images/flux_white/bg_body.png);
	background-repeat: repeat-x;
	color: #444;
	font-family: "Trebuchet MS", Verdana, Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	text-align: center;
}

pre {
	font-family: "Lucida Console", "Courier New", Monospace;
	font-size: 10pt;
	line-height: 180%;
}

/* Der Hauptcontainer */
#container {
	background-color: #fff;
	width: 900px;
	border: none;
	text-align: left;
}

#container_shadow
{
	border: none;
	margin: auto;
	width: 900px;
}	

/* Container oben */
#sub_header
{
	background: url(images/flux_white/bg_header_900.png) 0 0 no-repeat;
	width: 900px;
	height: 234px;
	border: none;
}

/* Logo oben */
#sub_header_logo {
	text-align: center;
	position: absolute;
	margin-top: 120px;
	margin-left: 0px;
	width: 900px;
	font-size: 15px;
	font-weight: bolder;
}

#sub_header_logo a {

        color:#aaa;
        text-decoration:none;

}

#sub_header_logo a:hover {

        color:#ccc;

}

/* Das obere Menü im Karteikartenformat */
#sub_header_menu
{
	position: relative;
	top: 207px;
	left: 30px;
	width: 720px;
	height: 20px;
	border: none;
}

#sub_header_menu a {

	background: url(images/flux_white/bt.png) -100px 0 no-repeat;
	display: block;
	float: left;
	height: 25px;
	width: 100px;
	font-family: verdana, trebuchet ms, sans-serif;
	font-size: 10px;
	font-weight: bold;
    color: #888;
	text-decoration: none;
	text-align: center;
	padding: 0;
	margin: 0;
	line-height: 30px;

}

#sub_header_menu a:hover, #sub_header_menu a:active {

	background: url(images/flux_white/bt.png) -200px 0 no-repeat;
	color: #444;

}

#sub_header_menu a.active,
#sub_header_menu a.active:hover,
#sub_header_menu a.active:active
{
	background: url(images/flux_white/bt.png) 0 0 no-repeat;
	line-height:27px;
	color: #444;
}

#sub_header_info_bt {background: url(images/flux/bt_info.gif) 0 0 no-repeat; float: right; height: 16px; width: 16px; border:none; padding: 0; margin: 2px 0 0 0;}
#sub_content_help_bt {background: url(images/flux_white/bt_help.gif) 0 0 no-repeat; float:left; height: 16px; width: 16px; border:none; padding: 0; margin: 0;}
#sub_content_plus_bt {background: url(images/flux_white/bt_plus.gif) 0 0 no-repeat; height: 16px; width: 16px; border:none; padding: 0; margin: 0;}
#sub_content_minus_bt {background: url(images/flux_white/bt_minus.gif) 0 0 no-repeat; height: 16px; width: 16px; border:none; padding: 0; margin: 0;}
#sub_bottom_top_bt {background: url(images/flux_white/bt_top.gif) 0 0 no-repeat; float: left; width:16px; height:16px; border:none; padding: 0; margin-top:20px; margin-left:250px;}

#sub_header_info_bt:hover,
#sub_header_info_bt:active,
#sub_content_help_bt:hover,
#sub_content_help_bt:active,
#sub_content_plus_bt:hover,
#sub_content_plus_bt:active,
#sub_content_minus_bt:hover,
#sub_content_minus_bt:active,
#sub_bottom_top_bt:hover,
#sub_bottom_top_bt:active
{
	background-position: -16px 0; background-repeat: no-repeat;
}

/* Seperate Definition für den Content-Hintergrund */
#sub_content_bg {

	background-image:url(images/flux_white/bg_content_900.png);
	background-repeat: repeat-y;
	width: 900px;
	border: none;

}

/* Der Content-Container */
#sub_content {

	margin-left: 35px;
	width: 620px;
	border: none;

}

/* Das Menü auf der Rechten Seite */
#sub_content_menu {

	position: relative;
	float: right;
	width: 210px;
	padding: 10px 0 0 0;
	color: #888;

}

#sub_content_menu_in {

	width: 180px;

}

#sub_content_menu_in a.mi, #sub_content_menu_in p.mi {

	color: #888;
	border: 1px solid #fafafa;
	background-color: #fafafa;
	display: block;
	margin: 0;
	padding: 1px 4px;
	text-decoration: none;
}

#sub_content_menu_in a.mi:hover {

	border: 1px solid #ddd;
	background-color: #eee;
	color: #555;

}

#sub_content_menu_in .bi {

	margin: 4px 0px 0px 5px;

}

#sub_content_menu_in h3 {

	margin: 10px 0 0 0;
	color: #333;
	font-weight: bold;
	font-size: 100%;

}


#sub_content_menu_in ul {
	list-style-type: none;
	padding: 0;
	margin: 0.2em 0 0.2em 0.4em;
	width: 13.4em;
}

#sub_content_menu_in ul li {
	/* set the bullets */
	background-image: url(images/flux_white/curren.png);
	background-repeat: no-repeat;
	background-position: 0em 0.5em;

	padding: 0.2em 0 0.2em 1.1em;
}

#sub_content_menu_in ul li a {
	text-decoration: none;
	font-size: 90%;
	color: #000;
}



/* START my navi */

#navcontainer {
	margin-left: -2px;
}

/*
ul.h2nav {
	list-style-type: none;
	padding: 0;
	margin: 0.2em 0 0.2em 0.4em;
	width: 13.4em;
}


li.h2nav {
	background-image: url(images/flux_white/curren.png);
	background-repeat: no-repeat;
	background-position: 0em 0.5em;

	padding: 0.2em 0 0.2em 1.1em;
}


ul ul.h2nav {
	width: 11.4em;
}

ul ul ul.h2nav {
	width: 9.4em;
}

li.h2nav a {
	text-decoration: none;
	font-size: 90%;
	color: #000;
}

*/

/* END my navi */

/*
.middlehead {

	font-size: 80%;
	color: #ccc;
	text-align: right;
	border-bottom:1px solid #eee;
	margin-bottom:5px;

}

.middledate {

	color: #888;
	margin: 0;
	padding: 0;
	font-size: 120%;

}
*/

/* Eintrags-Titel */
#sub_content h1 {

	margin: 1em 0 1.2em 0;

	font-size: 120%;
	color: #444;
	text-decoration: none;

}

/* Eintrags-Titel als Link */
#sub_content h1 a {

	margin: 1em 0 0em 0;
	color: #444;

}

#sub_content h1 a, #sub_content .middledate a {
	margin: 5em 0.5em 1em 0;
	font-size: 95%;
	color: #444;
	text-decoration: none;
}

#sub_content h1 a:hover, #sub_content .middledate a:hover {
	color: #444;
}


/* Ueberschriften der Artikelabschnitte */
#sub_content h2 {
	font-size: 100%;
	margin-top: 0em;
	margin-bottom: 2.5em;
}

#sub_content h3 {
	font-size: 90%;
	margin-top: 3em;
	margin-bottom: 1.0em;
}
}

#sub_content h4 {
	margin-top: 3em;
	margin-bottom: 1em;
}


/* Eintragstext */
.entry, .entry p {
	margin: 0;
	font-size: 100%;
	line-height: 1.5em;
	text-align: justify;
}

.entry p {
	margin-bottom: 1.5em;
}

.entry a {
	color: #000;
/*	text-decoration: none; 
	border-bottom: 1px dotted #444; */
}

.entry a {
	padding-left: 14px;
	background: url("images/link-icon_special.png") no-repeat left 50%;
	display: inline-block;
	white-space: nowrap;
}

.entry a.email {
	padding-right: 12px;
	background: url("images/link-icon_email.png") no-repeat right 50%;
	display: inline-block;
	white-space: nowrap;
}

.entry a:hover {
	color: #aaa;
}

.entry a.ex {
	color: #aaa;
	text-decoration: none;
	padding-left:12px;
	background:url(images/flux_white/link_ex.gif) no-repeat;
}

.entry a.ex:hover {
	color: #ccc;
	background:url(images/flux_white/link_ex_hover.gif) no-repeat;
}

.entry a.dl {
	color: #aaa;
	text-decoration: none;
	padding-left:12px;
	background:url(images/flux_white/link_dl.gif) no-repeat;
}

.entry a.dl:hover {
	color: #ccc;
	background:url(images/flux_white/link_dl_hover.gif) no-repeat;
}

/* START spezial fuer die tagcloud */
#tagcloud {
	width: 360px;
	margin: 0;
	padding: 20px;
	background-color: #f2f4f6;
	border: 1px solid #abc;
	text-align: justify;
	line-height: 140%;
	
/*	font-family: Aral, Helvetica, sans-serif; */
}

.entry #tagcloud a {
	text-decoration: underline;
	border: 0;
	background: none;
	padding: 0;
}

.tag1 { font-size: 95%; color: #000;} /* smallest font */
.tag2 { font-size: 125%; color: #000;}
.tag3 { font-size: 155%; color: #000;}
.tag4 { font-size: 185%; color: #000;}
.tag5 { font-size: 215%; color: #000;}
.tag6 { font-size: 245%; color: #000;}
.tag7 { font-size: 275%; color: #000;}
.tag8 { font-size: 305%; color: #000;}
.tag9 { font-size: 335%; color: #000;} /* largest font */

/* test */
.tag1 { font-size: 95%; color: #000;} /* smallest font */
.tag2 { font-size: 135%; color: #000;}
.tag3 { font-size: 175%; color: #000;}
.tag4 { font-size: 215%; color: #000;}
.tag5 { font-size: 255%; color: #000;}

/* END spezial fuer die tagcloud */


/* Datum und Zeit unter dem Eintragstitel */
div.date, div.date a{margin: 0 0 30px 0; font-size: 8pt; color: #aaa;}
div.date a:hover{color: #ccc;}

/* Abschluss-Container des Content */
#sub_bottom
{
	background-image:url(images/flux_white/bg_bottom_900.png);
	background-repeat: no-repeat;
	width: 900px;
	height: 66px;
	border: none;
	clear: both;
}

/* Ende der Seite */
#sub_footer
{
	text-align: center;
	font-family: verdana, sans-serif;
	font-size: 10px;
	padding: 5px 0 5px 0;
	color: #555;
	text-decoration: none;
}

#sub_footer a
{
	color: #000;
}

/* Es folgen allgemeien Verzierungen */
a
{
	color: #555;
}

a:hover
{
	color: #777;
}

/* Zitatkasten */
blockquote
{
	margin: 3px 10px;
	padding: 2px 8px;
	color: #777;
	font-style:italic;
	border: 1px solid #fafafa;
	border-left: 2px solid #ccc;
	text-align: left;
}

/* Abkürzungs- und Akronymdarstellung */
acronym,
abbr
{
	cursor: help;
	border-bottom: 1px dotted;
}

/* Für das Fragezeichen */
.help
{
	cursor: help;
}

/* Vor- und Zurückblätterer */
#browse
{
	text-align: center;
	padding: 30px 0 10px 0;
}

#browse a
{
	font-family: verdana, sans-serif;
	text-decoration: none;
	font-size: 90%;
	color: #777;
}





/* Kommentare */
#markdown
{
	padding:10px;
	border:1px solid #eee;
	background:#fbfbfb;
	text-align:left;
}

#commentlist
{
	text-align:justify;
	width:350px;
}

#commentlist .date_comment a, #markdown a
{
	color: #222;
}

/* Farbwechselmölichkeit für die Kommentare */
li.commentlistid1,
li.commentlistid2
{
	background:#fdfdfd;
	border:1px solid #eee;
	padding:5px;
	margin-bottom: 20px;
	overflow:hidden;
	width:350px;
}

li.commentlistid1 ul,
li.commentlistid2 ul,
li.commentlistid1 ol,
li.commentlistid2 ol
{
	padding-left:20px;
}

div.date_comment
{
	color: #888;
}
.entry_comment a
{
	color: #777;
}
.entry_comment a:hover
{
	color: #aaa;
}
.entry_comment p
{
	margin:0;
	padding:0;
}


/* Agrarwirtschaft */
input.feld, textarea.feld
{
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-Serif;
	background: #fafafa;
	color:#333;
	font-size:1em;
	border: 1px solid #aaa;
	padding: 1px;
	margin: 1px 0;
}

input.feld:focus, textarea.feld:focus,
input.feld:hover, textarea.feld:hover
{
	border: 1px solid #555;
        background:#fff;
}

/* Der schicke weiße Button */
input.button
{
	background: #ddd url(images/flux_white/bt_button.gif) 0 0 repeat-x;
	border: 1px solid #777;
	color: #333;
	cursor: pointer;
	font-family: Verdana, Lucida Sans Unicode, Helvetica, Arial, Sans-Serif;
	font-size: 11px;
	height: 20px;
	padding: 2px 20px 2px 20px;
	margin: 1px 0;
}

input.button:hover
{
	border: 1px solid #999;
	background: #eee url(images/flux_white/bt_button_hover.gif) 0 0 repeat-x;
	color: #666;
}

/* Formular drücken nicht */
form
{
	margin: 0;
}

/* HR gibts nicht mehr */
div.linie
{
	border-top: 1px solid #ccc;
	height: 1px;
	margin: 10px 0;
	padding: 0;
}

/* Die versteckten Suchoptionen */
#extsearch
{
	padding: 5px;
	border: 1px solid #eee;
	background: #fdfdfd;
}

a.search
{
	color:#444;
	border: 1px solid #fff;
	display: block;
	margin: 1px;
	padding: 4px;
	text-decoration: none;
}
a.search:hover
{
	color:#666;
	border: 1px solid #ddd;
}

/* Die Archivliste */
ul.archive li
{
	color: #555;
}

ul.archive a
{
	color: #666;
	text-decoration: none;
}

img
{
	border: 0;
}

table
{
	border: none;
	text-align: left;
	margin: 0 auto;
}

td
{
	vertical-align: top;
}
li
{
  text-align:left;
}

div.yearlist
{
	float: left;
}

div.monthlist
{
	background: #fafafa;
	border: 1px solid #eee;
	border-left: 2px solid #ccc;
	float: right;
	width: 280px;
	padding: 5px 10px 10px 10px;
}

div.yearlist a, div.monthlist a{color:#555;}
div.yearlist a:hover, div.monthlist a:hover{color:#777;}

ul.yearlist
{
	list-style-type: none;
	margin: 2px 0 0 10px;
	padding: 0;
}

ul.monthlist
{
	color: #999;
	margin: 2px 0 0 5px;
	list-style-type: none;
	padding: 0;
}

/* Thumbnails (Minibilder) */
.avatar {
        height:60px;
        width:60px;
        float:right;
        padding:1px;
        border:1px solid #ddd;
}

.thumbnail, .thumbnailmiddle, .thumbnailright, .thumbnailleft
{
	background:#fff;
	padding:2px;
	border:1px solid #888;
	margin-bottom: 3px;
	margin-top: 3px;
}
.thumbnailright, .imgright
{
	margin-left: 8px;
        float:right;
}	
.thumbnailleft, .imgleft
{
	margin-right: 8px;
        float:left;
}

/* Kalendersyle */
.month		{text-align:center; padding:0; margin:0; width:160px;font-size:11px;}
.month a	{text-decoration:none; color:#aaa;}
.month td	{vertical-align:middle;}
.nomonthday	{}
.dayname	{color:#555;}
.event a, .monthday a, .monthnavigation a, .selectedday a, .selectedevent a, .saturday a, .sunday a, .today a, .todayevent a
		{display:block; margin:1px; line-height:18px; height:18px; width:18px; border: 1px solid #fafafa;}
.event a:hover, .monthday a:hover, .monthname a:hover, .monthnavigation a:hover, .selectedday a:hover, .selectedevent a:hover, .saturday a:hover, .sunday a:hover, .today a:hover, .todayevent a:hover
		{color:#555;border: 1px solid #ddd; background-color: #eee;}
.monthname a	{display:block;border: 1px solid #fafafa;color:#555;}
.monthnavigation a,
.monthname a	{margin:auto;}
.monthnavigation a{font-size:14px;}

.event a	{color:#000;}
.selectedday a	{border: 1px solid #ccc; color:#333;}
.selectedevent a{border: 1px solid #ccc; color:#000;}
.saturday a	{color:#888;}
.sunday	a	{color:#555;}
.today a	{border: 1px solid #777;}
.todayevent a	{border: 1px solid #777; color:#000;}
.monthpicker	{background:#f5f5f5; color:#222; width:40px;}
.yearpicker	{background:#f5f5f5; color:#222; width:55px;}



/* START defintion lists for showcase */

#sub_content dl.showcase
{
	float: left;
	width: 615px;
	margin: 1em 0;
	padding: 0;
}

#sub_content .showcase dt
{
	clear: left;
	float: left;
	width: 305px;
	margin: 0;
	padding: 10px 0 100px 0;
	font-weight: bold;
}

#sub_content .showcase dd
{
	float: left;
	width: 290px;
	margin: 0;
	padding: 10px 0 100px 20px;
}

#sub_content .showcase dd h3 {
	margin-top: 0;
}

#sub_content .showcase dd p {
	font-size: 85%;
}

/* END defintion lists for showcase */

/* START tags in content footer */
#sub_content p.resource-tags {
	font-size: 80%;
	color: #a2a2a2;
	margin-top: 5em;
}

#sub_content p.resource-tags a {
	color: #a2a2a2;
}
/* END tags in content footer */



/* START hihlighted areas */

#sub_content .entry div.highlightcite {
	border-width: 0 0 0 10px;
	padding-left: 1em;
	border-style: solid;
	border-color: #f4f4f4;
}

/* END hihlighted areas */
