/* body
--------------------------------------------------*/

body
{
	margin:0em;
	padding:0em;
	font-family: Arial, Helvetica, sans-serif; 
	font-size:75%;
	text-align:left;
	overflow-y: scroll;
	overflow-x: hidden;

	background:url(img/theme/bg_site.jpg) repeat-x #c5ddff;
	background-attachment: fixed;

	color:#808080;
}

h1, h2, h3
{
	margin-top:1em;
}

a
{
	text-decoration:none;
}

#wrapper
{
	position:relative;
	width:980px;
	text-align:left;
	margin:auto;
}

#wrapper_content
{
	position:relative;
	width:980px;
	min-height:400px;
}

#headerimage
{
	width:980px;
}

#login
{
	position:relative;

	width:960px;
	height:100px;
	padding:10px;

	background-color:#ffffff;
}

.statusline
{
	position:relative;

	width:962px;
	padding:3px;
	padding-left:15px;
	font-weight:bold;
	margin-bottom:1em;
	margin-top:1em;

	color:#ffffff;
	background-color:#022c68;
}

.statusline a
{
	color:#8080ff;
}

.statusline a:hover
{
	text-decoration:underline;
}

.status_ok, .status_failed, .status_neutral, .timenav
{
	display:block;
	padding:0.2em;
	padding-left:1em;
	padding-right:1em;
	margin-top:1em;
	font-weight:bold;

	color:#606060;
	background-color:#bbdddb;
}

.status_failed
{
	background-color:#de9594;
}

.status_neutral
{
	background-color:#d3def3;
}

.span_10, .span_12, .span_15, .span_20
{
	width:10em;
	display:block;
	float:left;
}

.span_12
{
	width:12em;
}

.span_15
{
	width:15em;
}

.span_20
{
	width:20em;
}

#menu
{
	position:relative;

	width:210px;
	padding:0px;
	margin-right:5px;
}

.menuitem, .menuitem_selected
{
	width:100%;
	line-height:2em;
}

.menuitem a, .menuitem_selected a
{
	display:block;
	text-align:left;
	font-weight:bold;
	padding-left:1em;

	color:#ffffff;
	background-color:#6e8db9;
}

.menuitem a:hover, .menuitem_selected a:hover, .page_item_main a:hover, .page_item_main_selected a:hover, .subpage_item_main a:hover, .subpage_item_main_selected a:hover
{
	text-decoration:underline;
}

.menu_divider
{
	height:1px;
	background-color:#ffffff;
}


#page_content
{
	position:relative;
	width:745px;
	top:0px;
	margin-top:0px;
	padding:10px;
	text-align:left;
	min-height:500px;

	background:url(img/theme/bg_admin.jpg) repeat-y;
}

#pg_content
{
	background:url(img/theme/bg_admin.jpg) repeat-y;
}

#content_top
{
	margin-left:210px;
	height:0px;
	width:770px;
}

#page_content h3
{
	margin-top:0px;
}

#page_content a:hover
{
	font-weight:bold;
}

.timenav
{
	height:43px;
	text-align:center;
	background-color:#cccccc;
	background:url(img/theme/bg_admin_timenav.jpg) repeat-x;
}

.timenav h2
{
	margin:0;
	color:#ffffff;
}

.rezeptenav, .jobnav
{
	height:20px;
	padding:5px;
	text-align:center;
	color:#000000;
	background-color:#cccccc;
	background:url(img/theme/bg_admin_timenav.jpg) repeat-x;
}

.textfeld, .textfeld_7, .textfeld_30, .textfeld_42, .textfeld_20, .textfeld_8, .textfeld_10, .textfeld_12, .textfeld_15, .textarea_30, .textarea_30_hoch, .textfeld_50_zweizeilig, .textfeld_60_dreizeilig, .textfeld_50, .textfeld_60, .textfeld_60_hoch, .textarea_50, .imagelist, select, .textarea_twitter
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 0.8em;
        font-weight: bold;
        width:20em;

	border: #808080 1px solid;
        color: #808080;
}

.textfeld_7
{
	width:7em;
}

.textfeld_8
{
	width:8em;
}

.textfeld_10
{
	width:10em;
}

.textfeld_12
{
	width:12em;
}

.textfeld_15
{
	width:15em;
}

.textfeld_20
{
	width:20em;
}

.textfeld_30
{
	width:30em;
}

.textfeld_42
{
	width:41.6em;
}

.textfeld_60
{
	width:595px;
}

.textfeld_60_hoch
{
	width:595px;
	height:20.2em;
}

.textfeld_50, select
{
	width:50em;
}

.textfeld_50_zweizeilig
{
	width:50em;
	height:3em;
}

.textfeld_60_dreizeilig
{
	width:595px;
	height:4em;
}

.textarea_40
{
	width:45em;
	height:30em;
}

.textarea_50
{
	width:740px;
	height:20em;
}

.textarea_50c
{
	font-family: "Lucida Console", Arial, Helvetica, sans-serif;
        font-weight: normal;

}

.textarea_twitter
{
	width:740px;
	height:8em;
}

.textarea_tmce
{
	height:35em;
	width:600px;
}

.textarea_rezepte
{
	height:30em;
	width:740px;
}

.textarea_jobs
{
	height:15em;
	width:593px;
}

.textarea_news, .textarea_ticker
{
	height:30em;
	width:593px;
}

.imagelist
{
	width:30em;
}

.checkbox
{
	border: #808080 0px solid;
        color: #808080;
	margin-left:0em;
}

.r_radio
{
	position:relative;
	top:3px;
	margin-top:-2px;
}

.button
{
	padding:1px;
	padding-left:5px;
	padding-right:5px;
	border: #97a9c2 1px solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background:url(img/theme/button_bg.jpg);
}

.button_small
{
	font-size:0.75em;
	padding:0px;
	padding-left:5px;
	padding-right:5px;
	border: #97a9c2 1px solid;
	background:url(img/theme/button_bg.jpg);
}

.button:hover, .button_small:hover
{
	background:url(img/theme/button_bg_hover.jpg);
}

.icon_display
{
	width:16px;
	height:16px;
	background:url(img/icon_display_normal.gif);
}

.icon_display:hover
{
	background:url(img/icon_display_highlight.gif);
}

.icon_video
{
	width:16px;
	height:16px;
	background:url(img/icon_video_normal.gif);
}

.icon_video:hover
{
	background:url(img/icon_video_highlight.gif);
}

.icon_copy
{
	width:16px;
	height:16px;
	background:url(img/icon_copy_normal.gif);
}

.icon_copy:hover
{
	background:url(img/icon_copy_highlight.gif);
}

.icon_transfer
{
	width:16px;
	height:16px;
	background:url(img/icon_transfer_normal.gif);
}

.icon_transfer:hover
{
	background:url(img/icon_transfer_highlight.gif);
}

.icon_up
{
	width:16px;
	height:16px;
	margin-top:-5px;
	background:url(img/icon_up_normal.gif);
}

.icon_up:hover
{
	background:url(img/icon_up_highlight.gif);
}

.icon_settings
{
	width:16px;
	height:16px;
	background:url(img/icon_settings_normal.gif);
}

.icon_settings:hover
{
	background:url(img/icon_settings_highlight.gif);
}

.icon_moveup
{
	width:16px;
	height:16px;
	background:url(img/icon_moveup_normal.gif);
}

.icon_moveup:hover
{
	background:url(img/icon_moveup_highlight.gif);
}

.icon_delete
{
	width:16px;
	height:16px;
	background:url(img/icon_delete_normal.gif);
}

.icon_delete:hover
{
	background:url(img/icon_delete_highlight.gif);
}

.padbox
{
	padding:7px;
	border:1px solid #bbbbbb;
	background:url(img/theme/admin_bg_padbox.png);
}

.padbox h4
{
	margin:0px;
	margin-bottom:7px;
}

.img_prev_35
{
	border:1px solid #dddddd;
}

.page_item_main, .page_item_main_selected, .subpage_item_main, .subpage_item_main_selected
{
	width:100%;
	line-height:2em;

}

.page_item_main a, .page_item_main_selected a
{
	display:block;
	text-align:left;
	padding-left:3em;

	background-color:#89a3c8;
	color:#ffffff;
}

.subpage_item_main a, .subpage_item_main_selected a
{
	display:block;
	text-align:left;
	padding-left:5em;
	font-style:italic;

	color:#808080;
}

.menuitem_selected a, .page_item_main_selected a
{
	background-color:#022c68;
}


.if_imageselect
{
	width:597px;
	height:150px;
	padding:0px;
	margin:0px;
}


#content
{
	position:relative;
	width:755px;
	min-height:400px;
	padding-left:10px;
	margin-bottom:10px;
	text-align:left;

	background-color:#ffffff;
}