body {
        background: url(images/bg.png) #bac1c9 repeat-x;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #363636;
        margin: 0px;
}

table {
        font-size: 11px;
}

h1{
        font-weight: bold;
        font-size: 22px;
        font-family: Arial, Helvetica, sans-serif;
        text-decoration: none;
        line-height : 120%;
        margin: 2px;
}

h2 {
        font-family: georgia;
        font-size: 18px;
        margin: 0px;
		font-style: italic;
}

h3 {
        font-weight: normal;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        margin: 2px;
}

p {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 100%;
        margin: 2px 0px;
}

ul {
        margin-left: 5px;
        padding: 0px;
}

li {
        margin-left: 10px;
        margin-top: 4px;
        margin-bottom: 4px;
        padding: 0px;
        list-style-position: outside;
        list-style-type: disc;
}

.textinput {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 1px solid #D1D7DC;
        padding: 3px;
}

.listbox {
        font-family: Verdana, Arial, Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 1px solid #D1D7DC;
        vertical-align : middle;
}

.button {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 1px solid #bac1c9;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
}

.comment_button {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 85%;
        border: 1px solid #bac1c9;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
        padding-left: 3px;
        padding-right: 3px;
}

.radio {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 100%;
        vertical-align : middle;
}

.checkbox {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 100%;
        vertical-align : middle;
}

a {
        color: #7d7d7d;
        text-decoration: none;
		font-family: georgia;
		font-weight: bold;
}

a:hover {
        color: #7d7d7d;
        text-decoration: underline;
		font-family: georgia;
}

.maintable {
        margin-top: 1px;
        margin-bottom: 1px;
		background-color: #eaebed;
		-moz-border-radius: 10px; 
		-webkit-border-radius: 10px; 
		-khtml-border-radius: 10px; 
		border-radius: 10px; 
		padding: 1px;
		border: 1px solid #bac1c9;
}

.tableh1 {
        background : url(images/h1.png) #bac1c9;
        color : #fff;
        padding: 10px 15px;
        font-weight: bold;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-khtml-border-radius: 10px;
		border-radius: 10px;
		font-family: trebuchet ms;
		text-shadow: 2px 2px 2px #363636;
}

.tableh1_compact {
        background : url(images/h1.png) #bac1c9;
        color : #fff;
        padding: 7px 15px;
        font-weight: bold;
		-moz-border-radius: 10px; 
		-webkit-border-radius: 10px; 
		-khtml-border-radius: 10px; 
		border-radius: 10px; 
}

.tableh2 {
        background : url(images/h2.png) #bac1c9;
        color : #202838;
        padding: 7px 15px;
        font-weight: bold;
		-moz-border-radius: 10px; 
		-webkit-border-radius: 10px; 
		-khtml-border-radius: 10px; 
		border-radius: 10px; 
}

.tableh2_compact {
        background : url(images/h1.png) #bac1c9;
        color : #fff;
        padding: 7px 15px;
        font-weight: bold;
		-moz-border-radius: 10px; 
		-webkit-border-radius: 10px; 
		-khtml-border-radius: 10px; 
		border-radius: 10px; 
}

.tableb {
        padding: 0px 18px 0px 10px;
		-moz-border-radius: 10px; 
		-webkit-border-radius: 10px; 
		-khtml-border-radius: 10px; 
		border-radius: 10px; 
}

.tableb_compact {
        padding: 7px;
}

.tablef {
        padding: 7px 15px;
}

.catrow_noalb {

        padding-top: 5px;
        padding-right: 10px;
        padding-bottom: 5px;
        padding-left: 10px;
		-moz-border-radius: 10px; 
		-webkit-border-radius: 10px; 
		-khtml-border-radius: 10px; 
		border-radius: 10px; 
}

.catrow {
        padding-top: 5px;
        padding-right: 10px;
        padding-bottom: 5px;
        padding-left: 10px;
		-moz-border-radius: 10px; 
		-webkit-border-radius: 10px; 
		-khtml-border-radius: 10px; 
		border-radius: 10px; 
}

.album_stat {
        font-size: 85%;
        margin: 5px 0px;
}

.thumb_filename {
        font-size: 80%;
        display: block;
}

.thumb_title {
        font-weight : bold;
        font-size: 80%;
        padding: 2px;
        display : block;
}

.thumb_caption {
        font-size: 80%;
        padding: 1px;
        display : block;
}

.thumb_caption a {
        text-decoration: underline;
        color: #363636;
}

.thumb_num_comments {
        font-weight: normal;
        font-size: 80%;
        padding: 2px;
        font-style : italic;
        display : block;
}

.user_thumb_infobox {
        margin-top: 1px;
        margin-bottom: 1px;
}

.user_thumb_infobox th {
        font-weight : bold;
        font-size: 100%;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

.user_thumb_infobox td {
        font-size: 80%;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

.user_thumb_infobox a {
        text-decoration: none;
        color: #363636;
}

.user_thumb_infobox a:hover {
        color: #363636;
        text-decoration: underline;
}

.sortorder_cell {
        background : #6f7585;
        color: #fff;
        padding: 3px;
        margin: 0px;
		-moz-border-radius: 10px; 
		-webkit-border-radius: 10px; 
		-khtml-border-radius: 10px; 
		border-radius: 10px; 
}

.sortorder_options {
        font-family: trebuchet ms;
        color : #eaebed;
        padding: 0px;
        margin: 0px;
        font-weight: normal;
        font-size: 70%;
        white-space: nowrap;
		letter-spacing: 1px;
}

.navmenu {
        font-family: arial;
        color: #eaebed;
        font-size: 100%;
        font-weight: bold;
        background : url(images/h1.png) #bac1c9;
        border-style: none;
		-moz-border-radius: 10px; 
		-webkit-border-radius: 10px; 
		-khtml-border-radius: 10px; 
		border-radius: 10px; 
}

.navmenu img {
        margin: 5px;
}

.navmenu a {
        display: block;
        margin: 5px;
}

.navmenu a:hover {
        display: block;
        margin: 5px;
}

.admin_menu_thumb {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 85%;
        border: 1px solid #bac1c9;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
        color: #363636;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 0px;
        width: 85px;
}

.admin_menu_thumb a {
        color: #363636;
        text-decoration: none;
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 10px;
        padding-right: 10px;
}


.admin_menu_thumb a:hover {
        color: #363636;
        text-decoration: underline;
}

.admin_menu {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 85%;
        border: 1px solid #bac1c9;
        background-color:#EFEFEF;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
        color: #363636;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top:2px;
        padding-bottom:2px;
        padding-left:1px;
        padding-right:1px;
        text-align: center;
}

.admin_menu a {
        color: #363636;
        text-decoration: none;
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 2px;
        padding-right: 2px;
}

.admin_menu a:hover {
        color: #363636;
        text-decoration: underline;
}

td #admin_menu_anim {
        background-image : url(images/button_bg_anim.gif);
}

.comment_date{
        color : #5F5F5F;
        font-size : 90%;
        vertical-align : middle;
}

a img {
border:1px solid #cccccc;
background:#eaebed;
padding:5px;
/* F r die Webkitbrowser */
-webkit-border-radius: 5px;
/* F r die Geckobrowser */
-moz-border-radius: 5px;;
/* F r die KHTML-Browser */
-khtml-border-radius: 5px;
/* Die zuk nftige CSS 3.0 Deklaration */
border-radius: 5px;
-webkit-box-shadow: 5px 5px 10px #A0A0A0;
-moz-box-shadow: 5px 5px 10px #A0A0A0;
box-shadow: 5px 5px 10px #A0A0A0;
}

a:hover img  {
border:1px solid #cccccc;
background:#e4e4e4;
padding:5px;
/* F r die Webkitbrowser */
-webkit-border-radius: 5px;
/* F r die Geckobrowser */
-moz-border-radius: 5px;;
/* F r die KHTML-Browser */
-khtml-border-radius: 5px;
/* Die zuk nftige CSS 3.0 Deklaration */
border-radius: 5px;
-webkit-box-shadow: 5px 5px 10px #A0A0A0;
-moz-box-shadow: 5px 5px 10px #A0A0A0;
box-shadow: 5px 5px 10px #A0A0A0;
}

.display_media {
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.thumbnails {
        padding: 5px;
		-moz-border-radius: 10px; 
		-webkit-border-radius: 10px; 
		-khtml-border-radius: 10px; 
		border-radius: 10px; 
}

.footer {
        font-size : 11px;
}

.credit {
		padding-bottom: 20px;
        font-size : 11px;
}

.statlink {
        color : #fff;
}

.statlink a {
        text-decoration: none;
        color: #eaebed;
}

.statlink a:hover {
        color: #eaebed;
        text-decoration: underline;
}

.alblink a {
        text-decoration: nonr;
        color : #131c2d;
}

.alblink a:hover {
        color : #131c2d;
        text-decoration: underline;
}

.catlink {
        display: block;
        margin-bottom: 2px;
}

.catlink a {
        color: #afb7c5;
        text-decoration: none;
		font-family: trebuchet ms;
}

.catlink a:hover {
        color: #afb7c5;
        text-decoration: underline;
}

.topmenu {
        line-height : 130%;
        font-size: 100%;
}

.topmenu a {
        color : #0033CC;
        text-decoration : none;
}

.topmenu a:hover  {
        color : #0033CC;
        text-decoration : underline;
}

.img_caption_table {
        border: none;
        background-color: #eaebed;
        width : 100%;
        margin : 0px;
}

.img_caption_table th {
        background: #D1D7DC ;
        font-size: 100%;
        color : #363636;
        padding-top: 4px;
        padding-right: 10px;
        padding-bottom: 4px;
        padding-left: 10px;
        border-top : 1px solid #eaebed;
}

.img_caption_table td {
        background: #EFEFEF ;
        padding-top: 6px;
        padding-right: 10px;
        padding-bottom: 6px;
        padding-left: 10px;
        border-top : 1px solid #eaebed;
        white-space: normal;
}

.debug_text {
        border: #BDBEBD;
        background-color: #EFEFEF;
        width : 100%;
        margin : 0px;
}

.clickable_option {
        cursor : default;
}

.listbox_lang {
        color: #363636;
        background-color: #D1D7DC;
        border: 1px solid #D1D7DC;
        font-size: 80%;
        font-family: Arial, Helvetica, sans-serif;
        vertical-align : middle;

}