
/*juan.css */



body {
    text-align: center;
    font-size: 12px;
    font-family:Arial, Helvetica, sans-serif;
    background-color: #E9EBE5;
  }


a {
    color:#999999;
  }


#container {
    width: 840px;
    border: 1px solid black;
    background-color: white;
    margin: auto;
    padding: 0px 0px 0px 0px;
  }


#calendar {
    /*border:1px solid red;
    */text-align:center;
    font-weight:bold;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
    padding-top:10px;
    padding-bottom:10px;
  }


#calendar a {
    color:#990000;
    text-decoration:none;
  }


#calendar .date_active a {
    border:1px solid white;
  }


#calendar .date_active a:hover {
    border:1px solid #990000;
  }


#calendar .date_num {
    color:#999999;
    margin:2px;
  }


#calendar .date_today {
    border:1px solid #990000;
    margin:3px;
    background-color:#990000;
    color:white;
  }


#calendar .date_today a,#calendar .date_today a:link {
    color: white;
  }


#calendar select {
    border:1px solid #0c0c0c;
    background:#f2f2f2;
    font:11px verdana, sans-serif;
    color: #443;
  }


#calendar option {
    border:1px solid #F0F0F0;
  }


#calendar .last_month {
    display: none;
  }


#header {
    /*border: 1px solid black;
    */height: 300px;
  }


#logo {
    position: absolute;
    height: 33px;
    width: 148px;
    left: 27px;
    top: 20px;
  }


#pic {
    position: absolute;
    height: 210px;
    width: 210px;
    left: 225px;
    top: 72px;
  }


#pic img {
    border: 5px solid #D6D7D1;
  }

/*news*/


#nav01 {
    position: absolute;
    height: 63px;
    width: 63px;
    left: 93px;
    top: 153px;
  }


#nav02 {
    position: absolute;
    height: 63px;
    width: 63px;
    left: 159px;
    top: 153px;
  }


#nav03 {
    position: absolute;
    height: 63px;
    width: 63px;
    left: 159px;
    top: 219px;
  }


#nav04 {
    position: absolute;
    height: 63px;
    width: 63px;
    left: 225px;
    top: 285px;
  }


#nav05 {
    position: absolute;
    height: 63px;
    width: 63px;
    left: 438px;
    top: 72px;
  }


#nav06 {
    position: absolute;
    height: 63px;
    width: 63px;
    left: 504px;
    top: 72px;
  }


#nav07 {
    position: absolute;
    height: 63px;
    width: 63px;
    left: 570px;
    top: 138px;
  }


table, td {
    font: 10px ;
  }


#main {
    /*border: 0px solid blue;
    */ /*height: auto;
    */ width:100%;
    background: white;
  }

/*#main .bgborder{ height:100%;	width: 70%; float: left; }*/


#left {
    width: 100%;
    /*margin-top: 20px;
    */text-align:left;
    /*padding: 100px;
    *//*float: right;
    */overflow :hidden;
    /*background: white;
    *//*border: 1px solid blue;
    */;
  }


#right {
    margin-top: 20px;
    width: 170px;
    float: right;
    text-align:center;
    margin-left: auto;
    margin-right: auto;
    background: white;
  }


.r_title {
    /*background-color:#990000;
    */color: white;
  }


.right_list {
    /*border: 1px solid black;
    */margin: 5px 5px 0px 0px;
  }


#tags, #trackbackurl {
    background: #E9EBE5;
    margin: 10px;
    padding: 5px;
  }


.right_list ul {
    /*text-align: left;
    */padding: 0px;
    margin:0px;
  }


.right_list li {
    list-style-type: none;
    border-bottom-width:1px;
    border-bottom-style:dashed;
    border-bottom-color:#660033;
    /*height: 20px;
    */padding: 10px 0px 0px 0px;
  }


.right_list li a {
    display : block;
    padding-left:10px;
  }


.right_list li a:hover {
  }

/* categorie list*/


#cat a {
    color: #999999;
  }


#cat .r_title {
    height:130px;
    background-repeat:repeat-x;
  }


#cat .r_title span {
    display:none;
  }

/* new post */


#newpost .r_title {
    /*height:120px;
    border:1px solid blue;
    */background-repeat:repeat-x;
  }


#newpost .r_title span {
    display:none;
  }

/*archive*/


#archive .r_title {
    height:50px;
    background-repeat:repeat-x;
  }


#archive .r_title span {
    display: none;
  }

/************** f l i c k r  b a d g e **********/


#flickr_badge .r_title {
    height:70px;
    background-image:url(images/myflickr.png);
    background-repeat:repeat-x;
  }


.left_line {
    border-left: 1px solid #660033;
  }


.left_line a img {
    border: 0px;
  }

/*code from http://www.mandarindesign.com/opacity.html*/


#flickr_badge a img {
    border: 1px solid black;
    padding: 0px;
    margin: 0px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.50;
    opacity: .5;
  }


#flickr_badge a:hover img {
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
  }


#feed .r_title {
    height:70px;
  }


#feed  .r_title span {
    display: none;
  }

/* right end */



#page {
    text-align: center;
  }


#footer {
    margin: 20px 0 20px 0;
    clear: both;
    text-align:center;
    font-size:10px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
  }


#footer a:link {
    font-weight:bolder;
    font-size:12px;
  }


#footer a:hover {
    color: blue;
    font-weight:bolder;
  }


.num {
  }


.zusatzzinfo {
    padding: 10px 0px 10px 10px;
  }


.passwordprotect {
    text-align:center;
    padding: 50px 10px 10px 10px;
    background: url("images/f2.png") 50% 0% no-repeat;
  }


.blog_ctn {
    padding: 10px 10px 10px 10px;
    border-bottom:1px dotted black;
    /*background-color:#66FF99;
    */;
  }


.blog_datum {
    font-size:12px;
  }


#datum {
    text-align: right;
    font-size: 12px;
  }


#datum .creat_datum {
  }


#datum .modify_datum {
  }


.blog_title {
    margin: 55px 0px 0px 0px;
    padding: 5px 5px 5px 5px;
    font-size: 18px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
  }


.blog_title a, a:visited {
    text-decoration : underline;
  }


.blog_summ {
    /*background-color: #FF0066;
    */padding: 10px 5px 10px 8px;
  }


.blog_sumtil {
    /*height: 100px;
    */;
  }


.blog_sumtxt {
    font-size:14px;
  }


.blog_text {
    font-size:14px;
    line-height: 24px;
    padding: 10px 10px 10px 10px;
  }


.debug {
    font-size:10px;
    line-height:12px;
    color:black;
  }

/*Commentar */



#commentar {
    margin: 50px 0px 50px 0px;
    font-size: 14px;
  }


#commentar label {
    font-size: 16px;
    width: 70px;
    padding: 5px;
    margin: auto;
  }


#commentar .com_tar {
    margin-left: 10px;
  }

/* INPUT FORM  */


#cmt_form textarea, #cmt_form  input {
    width: 350px;
    /*border: 1px solid blue;
    */;
  }


#cmt_form textarea {
    height: 100px;
  }


#cmt_form .com_button {
    margin-left: 70px;
    width: 80px;
  }

/*show commentar*/
/*
#ct_list { }
#ct_list .commentar{  margin:5px; padding: 15px 0px 0px 0px; border-top: 1px solid #B5B5B5;}
#ct_list .com_email { }
#ct_list .com_time{ background: url("images/f1.png") no-repeat ;margin-left: 25px; padding: 8px 8px 8px 25px; line-height: 30px; height: 35px; font-family: }
#ct_list .com_guestname{  font-weight: bold ; padding: 0px 0px 0px 0px;  }
#ct_list .com_text{	margin-left: 25px; padding: 8px 8px 8px 25px; }
*/


.commentar {
    /*border-bottom:1px solid #C0C0C0;
    */border-top: 1px solid #C0C0C0;
    padding: 10px 0px 0px 30px;
  }


.com_info {
    font-size: 0.8em;
  }


.com_text {
    padding: 10px 0px 30px 0px;
  }


.com_time {
    padding: 10px 0px 0px 0px;
  }


.commentar_input {
    padding-left: 10px;
  }


.com_left {
    text-align:left;
    padding-left:10px;
  }


.com_right {
    text-align:left;
  }


.com_button {
    border: 1px solid black;
  }

/* page splieter*/


.spmore, .spmore_aktive {
    width: 18px;
    height: 17px;
    text-align: center;
    padding: 0px;
    margin: 5px;
  }


.spmore a {
    display:block;
  }


.spmore a:link {
    line-height:17px;
  }


.spmore a:visited {
    text-decoration:none;
  }


.spmore :hover {
    color: white;
  }


.spmore_aktive a {
    display:block;
    color: white;
  }


.spmore_aktive a:link {
    color: white;
  }


.spmore_aktive a:visited {
    text-decoration:none;
    color: white;
  }


.spmore_aktive a:hover {
  }

/************ A D M I N *************************/
/*


#admin_mainmenu a{
color:#006595;
font:normal 12px arial,sans-serif;
padding:5px 0 5px 0;
width:100%;
height:100%;
display:block;
text-decoration:none;
background:#fafafa;
border:1px solid #d5e7ec;
border-left:4px solid #d5e7ec;
text-align:center;}

#admin_mainmenu a:hover{
color:#006595;
border:1px solid #008996;
border-left:4px solid #008996;}
*/


#admin_mainmenu {
    margin-bottom: 100px;
  }


#admin_mainmenu ul {
    list-style-type:none;
  }


#admin_mainmenu li {
    /*float:right;*/
	display:inline;
	margin-left:3px;
	list-style:none;
	border: 2px solid black;
  }


#admin_mainmenu li:hover {
    background:#fafafa;
  }

/* CSS2, Only Mozilla support this */


#admin_mainmenu a {
    /*display:block;*/
	text-align:center;
    margin: 10px;
    padding: 10px;
  }


#admin_mainmenu a:link {
    color:#666;
    text-decoration:none;
  }


#admin_mainmenu a:active {
    color: #FF9933;
  }


#admin_mainmenu a:visited {
    color:#666;
    text-decoration:none;
  }


#admin_mainmenu a:hover {
    color:black;
    font-weight:bold;
    text-decoration:none;
    /*background:#fafafa;*/
  }


.postListTitle {
    float:none;
    clear:both;
  }


#newpostinput div {
    float: none;
    clear: both;
    margin: 0 auto;
    width: 800px;
  }


#newpostinput form {
  }


#simpleform {
    text-align: right;
    padding-right: 300px;
  }


#simpleform input ,  textarea {
    width: 450px;
  }


#simpleform .submit_button input {
    margin: 10px;
    padding: 1px;
    border: 1px solid red;
    width: 150px;
    font-size: 15px;
  }


#simpleform .checkbox {
    width: auto;
    border: 1px solid black;
  }


#login_id,#login_id input {
    font-size: 30px;
  }


#login_id .error {
    color: white;
    background-color: red;
  }


.adm_uploadlist li {
    float: left;
    list-style-image : none ;
    border: 2px solid #99CCFF;
    width: 140px;
    height: 200px;
    text-align: center;
    margin: 10px;
    padding-top: 10px;
    padding-right: auto;
    padding-bottom: 10px;
    padding-left: auto;
  }


.adm_uploadlist a:hover {
    background-color: #FFFFCC;
  }


.adm_uploadlist {
  }


.adm_thumbs {
    display:block;
    width:100%;
    height: 120px;
    /*border: 1px solid blue;
    */margin: 0px;
    padding: 0px;
  }


.adm_thumbs img {
    padding: 10px 0px 0px 0px;
  }


.adm_thumbs_text {
    /*border: 1px solid black;
    */position:relative;
    bottom : 1px;
  }


.adm_thumbs_text p {
    /*font-family: arial;
    */font-size: 10px;
  }


.admin_msg {
    border:1px solid black;
    width: 350px;
    height: 120px;
    margin: auto;
  }


.adm_postlist {
    margin:0 auto;
  }


.adm_postlist table {
    margin:auto;
  }


.equal {
    background-color: #FFFFE6;
  }


.adm_postlist tr:hover {
    background-color:#E8E7E1;
  }


#userTplLayer ul {
    margin: auto;
    border: 1px solid red;
  }


#userTplLayer  .tplselectorList {
    width:100px;
  }


#userTplLayer  li {
    /*float: left;
    */border: 2px solid #99CCFF;
    width: 140px;
    height: 200px;
    text-align: center;
    margin: 10px;
    padding: 10px auto 10px auto;
    list-style-image : none ;
    list-style: none;
  }


#userTplLayer button {
    margin: 10px;
    width: 106px;
  }


#phpinfo {
    width: 800px;
    text-align:center;
  }


#phpinfo .center {
    margin: 0 auto;
  }


#phpinfo table {
    border: 1px solid black;
    margin: 0 auto;
    background-color: white;
  }


#phpinfo td {
    border: 1px solid #003344;
  }

/************** f l i c k r **********/



#flickr {
    text-align: center;
    margin: auto;
  }

/*
#flickr .rahmen{
	border:1px solid #888888;
}*/



#flickr img {
    border:2px solid red;
    padding:10px;
  }

/* A J A X */


.edithuge {
    font-size: 1.7em;
  }

/*BBcode*/


.quote {
    margin: 10px 0px 10px 0px;
    border: 1px solid black;
    width: 450px;
  }


.quotecodeheader {
    border: 1px solid white;
    border-bottom: none;
    background-color: #4F63EE;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 0px;
    text-align: center;
  }


.codebody {
    text-align: left;
    padding: 20px 0px 20px 20px;
    background-color: #000000;
    border: 1px solid #FFCCCC;
    color: #66FF00;
    font-family: "Courier New", Courier, monospace;
    font-size: 16px;
    letter-spacing : 1px;
    line-height: 120%;
  }

/*MOD Produktion*/


#produktion {
    border: 2px solid red;
  }


#produktion .editTabelle {
    border: 1px solid blue;
    font-size: 1.0 em;
  }


#produktion .editTabelle th {
    text-align:right;
    font-size: 2.5 em;
    background-color: #CCCCCC;
  }


#produktion .editTabelle td {
    text-align: left;
  }


#produktion .tipp {
    font-size: 0.85em;
    font-weight:normal;
  }


