/**
  *  - $style/main.css -
  *
  *  @ Software    eXpBlog Weblog Software
  *  @ Version     0.5
  *  @ Lizenz      Frei zur privaten Nutzung (siehe LIZENZ.txt)
  *  @ Author      Volker Latainski 
  *  @ Home        www.expblog.net / www.expblog.de
  *  @ Kontakt     kontakt@expblog.net
  *  
  *
  *  Die Nutzung der eXpBlog Software erfolgt eigenverantwortlich und 
  *  auf eigene Gefahr. Der Autor haftet für keine Schäden die durch 
  *  die Nutzung entstehen.
  *  
  *  Bugs und Feature Requests können im Forum (www.expblog.net/forum) 
  *  eingereicht werden.
  *
  ***********************************************************************/
 
/************************************************************************
 ****** Sektion Layout **************************************************
 ************************************************************************/

html { padding:0; margin:0; width:100%; height:100%; }

body {
   width:100%; height:100%;
   margin:0;
   padding:0; 
   font: 13px Arial, Helvetica, sans-serif;   
   color:white; 
   text-align:center;
   background: #eee;   
}

#main { background:#fff; text-align:left; color:#000; width:865px; margin:20px auto; }

#header { height:150px; line-height:50px; background-image:url('img/header.png'); text-align:center; margin:0 auto; }

/* Die Navigationsleiste unter dem Header */
#navbar { height:30px; background: #fff; color:#333; }

/* Container fuer Plugins und Content */
#mainbody { background:#fff; color:#333; width:865px; padding:0; }

/* Die Pluginspalte */
#plugins { float:left; width:195px; margin:0; padding:10px 0 0 30px; background:#fff; color:#333; }

/* Der Inhaltsbereich */
#content { float:left; width:580px; margin:0; padding:10px 0 0 30px; background:#fff; color:#333; }

#footer { clear:both; padding:150px 0 0 0; margin:0; background:#fff; }  

/* Abgerundete Ecken erzeugen */
#boxtop { background: url('img/or.gif') no-repeat top right; margin:0; padding:0; }
#boxtop div { height: 10px; background: url('img/ol.gif') no-repeat top left; margin:0; padding:0; }
#boxbottom { background: url('img/ur.gif') no-repeat bottom right; margin:0; padding:0; }
#boxbottom div { height: 10px; background: url('img/ul.gif') no-repeat bottom left; margin:0; padding:0; }


/************************************************************************
 ****** Sektion Global **************************************************
 ************************************************************************/
a { color:#2857A4 }
.clear_left { clear:left; }
.sql_debuging { font-size:0.98em; padding:6px 10px; margin:0 20px; border:1px dashed #8CACBB; background-color:#F7F9FA; overflow-x:auto; }


/************************************************************************
 ****** Sektion Templates ***********************************************
 ************************************************************************/
 
/*** header.tpl.php ******************************/
#blogtitel { /*visibility:hidden;*/ color:#fff; font-size:26px; text-align:center; font-weight:bold; margin-bottom:0; padding-top:50px; }
#blogtitel a { color:#fff; text-decoration:none; }
#navi { background:#fff; margin:0; padding:0; }
#navlinks { background:#fff; margin:0; padding:0; float:left; width:820px; text-align:left; }
#navlinks ul { margin:0 0 0 25px; padding:0; }
#navlinks li { display:inline; list-style-type:none; background-color:#fafafa; }
#navlinks a { 
  border:1px solid silver; 
  width:75px; float:left;
  background:#fafafa; color:black; 
  text-decoration:none; text-align:center;
  padding:0 5px 0 5px; margin:0 5px 0 5px;
}
#navlinks a:link { background:#fafafa; }
#navlinks a:visited { background:#fafafa; }
#navlinks a:hover { background:#eee; }
#navlinks a:active { background:#fafafa; }
#rssicon { width:14px; float:left; margin:0px; padding:0; }
#rssicon a { height:14px; width:14px; display:block; text-decoration:none; text-indent:-9000px; background:url('img/rss.png'); border:0; }
/*********************************************/

/*** index.tpl.php *******************************/
.index_post { padding: 0; margin:0 0 10px 0; text-align:left; }
.index_post_titel { font-size:18px; text-decoration:none; margin: 0 0 -14px 0; }
.index_post_titel a { font-size:18px; text-decoration:none; font-weight:normal; }
.index_post_author_date { font-size:11px; color:#A3A3AD; font-weight:normal; margin:8px 0 0 0; padding: 8px 0 2px 0; border-bottom:1px dotted #BEC4C9; }
.index_post_author_date a { text-decoration:none; font-weight:normal; }
.index_post_teaser { margin:10px 0 0 0; padding:0; font-size:12px; line-height:17px; }
.index_post_weiter { text-align: right; margin:5px 0 0 0; padding:0; }
.index_post_footer { width:100%; margin:10px 0 60px 0; color:#A3A3AD; line-height:20px; padding:0; text-align:left; border-top:1px dotted #BEC4C9; }
.index_post_footer a {  text-decoration:none; }
.index_post_footer img { vertical-align: middle; }
.index_post_footer_stuff { width:60%; float:left; padding:0; }
.index_post_kommentar_count { padding:0 5px 0 0; }
.index_post_kommentar{ padding:0; }
.index_post_kommentar img { height:16px; width:16px; border:0; padding:0 5px 0 0; }
.index_post_bookmarkicons { width:40%; float:left; padding:0; text-align:right; }
.index_post_bookmarkicons img { vertical-align: middle; padding:0 2px; border:0; }
.index_post_hits { padding:0 5px 0 0; }
#index_blaetterfunktion { display:none; visibility:hidden; }
/*********************************************/

/*** details.tpl.php *****************************/
#details_titel { margin:0; padding:0; font-size: 18px; font-weight:normal; }
#details_teaser { margin:13px 0 10px 0; padding:0; font-size:12px; line-height:17px; }
#details_body { margin:0 0 25px 0; padding:0; font-size:13px; line-height:17px; }
#details_nav { margin:20px 0 0 0; text-align: center; }
#details_comments { margin: 50px 0 50px 0; }
#details_comments_headline { font-weight:bolder; margin-bottom:10px; }
.details_single_comment_container { padding: 10px 0 10px 0; margin-bottom:5px; }
.details_single_comment_usericon { float: left; width:30px; }
.details_single_comment_usericon img { border: 0; padding: 0 0 0 15px; }
.details_single_comment_username { float: left; padding: 0 0 0 10px; font-weight:bolder; }
.details_single_comment_userhomepage { float: left;  padding: 0 0 0 10px; }
.details_single_comment_createdatetime { float: left;  padding: 0 0 0 10px; font-size:10px; color:#A3A3AD; }
.details_single_comment_comment { clear: both; padding:5px 15px 0 15px; }
#details_captcha { width:501px; text-align:center; margin:0 auto; padding:0; }
#details_captcha_img { width: 130px; height:40px; float: left; margin:0; padding:0; text-align: left; }
#details_captcha_img_tag { width:120px; height:40px; border:0; }
#details_captcha_indicator { width:16px; height:16px; border:0; margin: 12px 52px; }
#details_captcha_txt { font-size:11px; line-height: 17px; text-align: justify; margin:0; padding:3px 0 0 0; }
#details_captcha_pwd { height: 14px; width: 50px; font-size: 10px; background:#fafafa; border:1px solid #ccc; padding: 0 0 0 2px; }
#details_comment_form { margin:0; padding:0; text-align:center; }
.details_comment_form_text { width:240px; background:#fafafa; border:1px solid #ccc; padding:3px; margin:10px 2px 0 2px; }
#details_comment_form textarea { width:501px; height:250px; background:#fafafa; border:1px solid #ccc; margin: 8px 0 0 0; }
#details_footer { padding:0; margin:0; font-size:10px; color:#A3A3AD; }
#details_footer a { text-decoration:none; }
.details_error_msg {}
#details_captcha_error_msg { font-weight: bold; margin: 20px 0 20px 0; }
#details_comment_buttons { width:501px; margin: 8px auto 10px auto; }
#bbcode_buttons { float:left; width:175px; text-align:left; margin:0; padding:0 0 0 20px; }
.details_bbcode_buttons_short { width:20px; background:#fafafa; border:1px solid #ccc; }
.details_bbcode_buttons_long { width:40px; background:#fafafa; border:1px solid #ccc; }
#kommentar_button { float:left; text-align:right; width: 286px; padding:0; margin:0; }
#details_comment_submit { background:#fafafa; border:1px solid #ccc; }
#bbcode_smilies { margin:0; padding:20px 0 0 0; text-align: center; }
/*********************************************/

/*** archiv.tpl.php ******************************/
#archiv { margin: 5px 15px 30px 15px; }
.archiv_header { text-align: center; font-size: 14px; font-weight: bold; }
.archiv_counter { text-align: right; font-size: 12px; padding: 0; }
.archiv_pager { text-align: center; padding: 30px 0 10px 0; }
.archiv_post { padding: 10px 0 0 0; margin: 0 0 0 0; }
.archiv_post_titel { font-size: 14px; display: block; }
.archiv_post_abgelegt { font-size: 12px; padding: 0; margin: 0; }
.archiv_error_msg {}
.archiv_footer { text-align: right; padding: 10px 0 0 0; }
/*********************************************/

/*** kontakt.tpl.php ***************************/
#impressum { margin: 5px 15px 30px 15px; }
#impressum_titel { text-align: center; font-size: 14px; font-weight: bold; }
#impressum_daten { padding: 15px 0 15px 0;}
.impressum_form_name_txt { display: inline; }
.impressum_form_name { display: block; width: 270px; border: 1px solid black; margin-bottom: 5px; }
.impressum_form_email_txt { display: inline; }
.impressum_form_email { display: block; width: 270px; border: 1px solid black; margin-bottom: 5px; }
.impressum_form_subject_txt { display: inline; }
.impressum_form_subject { display: block; width: 270px; border: 1px solid black; margin-bottom: 5px; }
.impressum_form_message_txt { display: inline; }
.impressum_form_message { height: 180px; width: 450px; border: 1px solid black; display: block; }
.impressum_form_submit { text-align: right; }
/*********************************************/

/*** suche.tpl.php ******************************/
#suche { margin: 5px 15px 30px 15px; }
#suche_header { text-align: center; font-size: 14px; font-weight: normal; margin: 0 0 30px 0; }
#suche_suchfeld { width:330px; margin:0 auto 30px auto; }
#suche_suchfeld_input { float:left; height:18px; width:250px; padding:2px 2px 2px 5px; margin:0 10px 0 0; font-size:13px; background:#eee; border:1px solid #ccc; }
#suche_suchfeld_submit { float:left; height:24px; width:60px; font-size:13px; font-weight:bolder; background:#cfcfcf; border:1px solid #ccc; }
.suche_results { margin:0 0 10px 0; }
.suche_result_titel { margin:5px 0 0 0; }
.suche_result_titel a { font-size:13px; }
.suche_result_footer { margin:5px 0 0 0; font-size:11px; }
/*********************************************/

/*** offline.tpl.php ******************************/
#wartungsmodus { text-align: center; }
#wartungsmodus p { margin: 60px 0 0 0; font-size:12px; }
/*********************************************/

/*** footer.tpl.php ******************************/
#copyright { text-align: center; font-size:11px; color:#A3A3AD; }
/*********************************************/



/************************************************************************
 ****** Sektion Plugins *************************************************
 ************************************************************************/

/*** plugins/statistik.php ********************/
#plugin_statistik { padding-bottom: 25px;  text-align: left; }
#plugin_statistik_topic { margin: 0; padding: 0; color:#13568C;/*#ff7c08*/ font-weight:bold; border-bottom: 1px dotted #BEC4C9; }
#plugin_statistik ul  { list-style-image: url('img/dots.png'); margin:10px 0 0 30px; padding:0; }
#plugin_statistik p {}

/*********************************************/

/*** plugins/weblinks.php ********************/
#plugin_weblinks { padding-bottom: 25px; }
#plugin_weblinks_topic { margin: 0; padding: 0; color:#13568C;/*#ff7c08*/ font-weight:bold; text-align: left; border-bottom: 1px dotted #BEC4C9; }
#plugin_weblinks_liste { list-style-image: url('img/dots.png'); margin:10px 0 0 30px; padding:0; }
/*********************************************/

/*** plugins/blognavi.php ********************/
#plugin_kategorien { padding-bottom: 25px; }
#plugin_kategorien_topic { margin: 0; padding: 0; color:#13568C;/*#ff7c08*/ font-weight:bold; text-align: left; border-bottom: 1px dotted #BEC4C9; }
ul#plugin_kategorien_links { /*margin: 0; padding: 0;*/ list-style-image: url('img/folder.png'); margin:10px 0 0 35px; padding:0; }
#plugin_kategorien_links li { list-style-type: none; /*margin: 0; padding: 0;*/ }
#plugin_kategorien_error {}
/*********************************************/

/*** plugins/kalender.php ********************/
#plugin_kalender { padding-bottom: 25px; }
#plugin_kalender a { color: #2857A4; font-weight:bolder; text-decoration:underline; }
#plugin_kalender_box { width:182px; margin-left:auto; margin-right:auto; font-size:11px; }
#plugin_kalender_monat { text-align:center; font-size:11px; text-align:center; }
.plugin_kalender_wochentage { float:left; width:25px; font-weight:bolder; color:#484848; text-align:center; margin-right:1px; }
.plugin_kalender_tag_normal { float:left; width:25px; text-align:center; background:#EEEEEE; margin-right:1px; margin-top:1px; }
.plugin_kalender_tag_normal_link { float:left; width:25px; text-align:center; background:#EEEEEE; margin-right:1px; margin-top:1px; }
.plugin_kalender_tag_today { float:left; width:25px; text-align:center; background:#CFCFCF; margin-right:1px; margin-top:1px; }
.plugin_kalender_placeholder_top { float:left; width:25px; text-align:center; background:#F5F5F5; margin-right:1px; margin-top:1px; }
.plugin_kalender_placeholder_bottom { float:left; width:25px; text-align:center; background:#F5F5F5; margin-right:1px; }
#plugin_kalender_navi { text-align: center; }
#plugin_kalender_navi a { text-decoration:none; }
#plugin_kalender_navi a:hover { text-decoration:underline; }
/*********************************************/

/*** plugins/kommentare.php ****************/
#plugin_kommentare { padding-bottom: 25px; text-align: left; }
#plugin_kommentare_topic { margin: 0; padding: 0; color:#13568C;/*#ff7c08*/ font-weight:bold; text-align: left; border-bottom: 1px dotted #BEC4C9; }
.plugin_kommentare_entry { font-size:11px; padding:10px 0 0 14px; margin:0; }
/*********************************************/

/*** plugins/lastnews.php ********************/
#plugin_lastnews { padding-bottom: 25px; }
#plugin_lastnews_topic { margin: 0; padding: 0; color:#13568C;/*#ff7c08*/ font-weight:bold; text-align: left; border-bottom: 1px dotted #BEC4C9; }
#plugin_lastnews_liste { list-style-image: url('img/dots.png'); margin:10px 0 0 30px; padding:0; }
/*********************************************/

/*** plugins/phpbb.php **********************/
#plugin_phpbb { padding-bottom: 25px; }
#plugin_phpbb_topic { margin: 0; padding: 0; color:#13568C;/*#ff7c08*/ font-weight:bold; text-align: left; border-bottom: 1px dotted #BEC4C9; }
#plugin_phpbb_liste {}
/*********************************************/

/*** plugins/zufallspost.php *****************/
#plugin_zufallspost { padding-bottom: 25px; text-align: center; }
#plugin_zufallspost_topic { margin: 0; padding: 0; color:#13568C;/*#ff7c08*/ font-weight:bold; text-align: left; border-bottom: 1px dotted #BEC4C9; }
#plugin_zufallspost_content { padding-top: 15px; }
#plugin_zufallspost_content a {}
/*********************************************/

/*** plugins/autoren.php *****************/
#plugin_autoren { padding-bottom: 25px; }
#plugin_autoren_topic { margin: 0; padding: 0; color:#13568C;/*#ff7c08*/ font-weight:bold; text-align: left; border-bottom: 1px dotted #BEC4C9; }
ul#plugin_autoren_links { /*margin: 0; padding: 0;*/ list-style-image: url('img/user.gif'); margin:10px 0 0 36px; padding:0; }
#plugin_autoren_links li { list-style-type: none; /*margin: 0; padding: 0;*/ }
#plugin_autoren_error {}
/*********************************************/

/*** plugins/blogroll.php ********************/
#plugin_blogroll { padding-bottom: 25px; }
#plugin_blogroll_topic { margin: 0; padding: 0; color:#13568C;/*#ff7c08*/ font-weight:bold; text-align: left; border-bottom: 1px dotted #BEC4C9; }
#plugin_blogroll_liste { list-style-image: url('img/dots.png'); }
/*********************************************/

/*** plugins/meistgelesene.php ********************/
#plugin_meistgelesene { padding-bottom: 25px; }
#plugin_meistgelesene_topic { margin:0; padding:0; color:#13568C;/*#ff7c08*/ font-weight:bold; text-align: left; border-bottom: 1px dotted #BEC4C9; }
#plugin_meistgelesene_liste { list-style-image: url('img/dots.png'); margin:10px 0 0 30px; padding:0; }
/*********************************************/

/*** plugins/archiv.php ********************/
#plugin_archiv { padding-bottom: 25px; }
#plugin_archiv_topic { margin:0; padding:0; color:#13568C;/*#ff7c08*/ font-weight:bold; text-align:left; border-bottom:1px dotted #BEC4C9; }
#plugin_archiv_liste { margin:0; padding:0; }
#plugin_archiv_liste dt { padding:10px 0 3px 13px; font-size:11px; font-weight:bolder; color:#6E6E6E; }
#plugin_archiv_liste dd { margin:0; padding:0 0 2px 35px; }