
/* philonous.com */

body {
    color:#808080;
    background-image:url(images/bg.gif);
    font-family: Verdana, Helvetica, Arial;
    font-size:11px;
    }

h1 {
    font-size:16px; 
    font-weight:bold;
    }

h2 {
    font-size:14px;
    font-weight:bold;
    }

h3 {
    font-size:12px;
    font-weight:bold;
    }

hr {
    color:#808080;
    background-color:#808080;
    border:0;
    height:1px;
    }

a:link,
a:active,
a:visited { 
    text-decoration: none; 
    color:#333;
    }

a:hover {
    text-decoration: none; 
    color:#ccc; 
    }

table#layout {
    border-style:none;
    border-collapse:collapse;
    }

table#inner-layout { 
    border-style:solid; 
    border-width:14px; 
    border-color:#ff9c00; 
    border-collapse:collapse; 
    background-color:#ffffff;
    }

table#content_table {
    border-style: none;
    border-collapse:collapse;
    }

td#image {
    width: 780px;
    height: 140px;
    background-color:#ff9c00;
    }

td.menue { 
    text-align: left;
    color:#ffffff; 
    background-color:#ff9c00; 
    }

ul.menue {
    padding: 4px 0px;
    margin: 0;
    font-size:11px;
    }

ul.menue li {
    display: inline;
    list-style: none;
    }

ul.menue a:link { 
    padding: 4px 2px;
    text-decoration: none; 
    color:#ffffff; 
    }

ul.menue a:active { 
    padding: 4px 2px;
    text-decoration: none; 
    color: #ff9c00;
    background-color:#ffffff; 
    }

ul.menue a:visited { 
    padding: 4px 2px;
    text-decoration: none; 
    color:#ffffff; 
    }

ul.menue a:hover { 
    padding: 4px 2px;
    color: #ff9c00;
    background-color: white;
    text-decoration: none; 
    }

#menue_left {
    float:left;
    width: 380px; /* konqueror */
    text-align: left;
    }

#menue_right {
    width: 380px; /* gettin sure (konqueror) */
    float: right;
    text-align: right;
    }

td#headline {
    text-align: left;
    height: 40px;
    background-color:#ffffff; 
    vertical-align: bottom;
    padding-left:20px;
    }

td#content_td {
    width: 600px;
    background-color:#ffffff; 
    text-align: justify;
    font-size:12px;
    padding-left:20px;
    padding-right:20px;
    padding-top:10px;
    padding-bottom:20px;
    }

td.space_td {
    width: 10px;
    background-color:#ffffff;
    }

td#submenue {
    text-align: left;
    font-size:12px;
    color:#808080;
    line-height:1.5em;
    background-color:#ffffff;
    vertical-align:top;
    padding-top:10px;
    padding-right:20px;
    }

td#submenue a:link, 
td#submenue a:active,
td#submenue a:visited { 
    text-decoration: none; 
    color:#808080; 
    }

td#submenue a:hover { 
    text-decoration: none; 
    color: #cccccc; 
    }

td#menue_status {
    height: 20px;
    text-align: left;
    font-size: 10px;
    color: #ffffff;
    background-color: #ff9c00;
    padding-left: 20px;
    }

img.block { 
    display: block; 
    }

a img {
    border:0; 
    }

td.contact{
    font-family: Verdana, Helvetica, Arial;
    font-size:12px;
    }

input, textarea {
    color: #808080;
    font-family: Verdana, Helvetica, Arial;
    font-size:12px;
    background-color:#ffffff;
    border: 1px solid #cccccc;
    }

.hinweis {
    border-style:dashed;
    border-width:1px;
    padding:10px;
    font-size:11px;
    }

.center {
    text-align: center;
    }

img#gnu_small {
    float: left;
    margin-right: 20px;
    }

.quote {
    font-size: 12px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    }

.message {
    width: 320px;
    height: 80px;
    color: white;
    background-color: #ff9c00;
    padding: 20px;
    }

.message a {
    color: white;
    }

.message a:hover {
    color: #cccccc;
    }

#alert_img {
    float: left;
    width: 40px;
    }

.comments {
    text-align: left;
    background-color: #f1f1f1;
    border-style: solid; 
    border-bottom-width: 1px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-left-width: 1px;
    border-color: #000000;
    padding: 10px;
    }

/* news comments..! */
.comments_name, .news_comments_name {
    width: 300px;
    font-weight: bold;
    float: left;
    padding: 8px;
    }
	
.comments_date, .news_comments_date {
    font-size: 11px;
    text-align: right;
    }

.comments_content, .news_comments_content {
    font-size: 11px;
    margin-left: 30px;
    margin-top: 26px;
    margin-bottom: 10px;
    }

/* philoNews... */
.news_container {
    width: 100%;
    border: 1px solid #ebebeb;
    }

.news_title {
    background-image: url('images/news_bg.gif');
    background-repeat: no-repeat;
    float: left;
    width: 70%;
    font-weight: bold;
    padding: 2px 6px;
    }

.news_date {
    text-align: center;
    font-size: 10px;
    width: 140px;
    padding: 4px;
    float: right;
    }

.news_text {
    clear: both;
    padding: 6px;
    }

#pn_show_all_button {
    width: 100%;
    text-align: center;
    }

.news_comments {
    clear: both; 
    padding: 10px;
    text-align: left;
    border: 1px dashed #ebebeb;
    margin: 4px 20px;
    }

.news_comments_button {
    float: right;
    margin-top: -10px; 
    margin-right: 20px;
    margin-bottom: 2px;
}

/* opera < 9 
 * does not want to display the table in the form
 * in the right way... */
form#contact_form, form#comment_form {
    width: 560px; /* redundant */
    }

/* stupid but necessary */
table#formtable, table#comment {
    width: 500px;
    margin-right: 60px; 
    }

/* webdesign section */
h1.webdesign {
    margin-left: 80px;
    margin-bottom: 0px;
    }

table.wd_tab {
    font-size: 12px;
    width: 100%;
    }

table.wd_tab td.wd_td_description {
    font-size: 11px;
    width: 160px;
    text-align: right;
    vertical-align: top;
    padding: 10px;
    }

table.wd_tab td.wd_td_link {
    padding: 4px 0px;
    }

img.wd_screen {
    margin: 0;
    border: 1px solid #ccc;
    }

/* section: gedanken */
div.arbeiten {
    border: 1px dotted #ccc;
    background-color: #fafafa;
    padding: 12px 20px;
    margin: 8px 0px;
}

div.arbeiten h1 {
    margin-left: 20px;
    font-size:13px;
    font-weight:bold;
}

div.arbeiten hr {
    margin-bottom: 12px;
    clear: both;
    color: #ccc;
}

div.arbeiten img.headline {
    float: right;
}

div.arbeiten .comments {
    clear: both; 
    padding: 10px;
    text-align: left;
    border: 1px solid #ebebeb;
    background-color: #fefefe;
}

