/*
style.css architekturtheorie.eu

CVS: $Id: style.css,v 1.101 2009-10-29 17:22:51 bert Exp $

(c) 2007- All Rights reserved

text color: 666666
selected: 9900cc
lighter color for line and border: a6a6a6a

general settings first, followed by class and then id settings

paragraph and short separation width 300px
*/
* {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #666666;
}


/* opera had bottom margin 12px */
form {
	margin: 0px 0px 0px 0px;
}

/* +++++++++++++++++++++++++++++++++++ */
a {
    text-decoration: none;
}

a:hover {
	color: red;
}

a:link {
}

a:visited {
}

a:active {
}

a.selection, .selection {
  color: #9900cc;
}

div.addthis {
	margin-top: 8px;
}

em {
	color: #9900cc;
	font-style: normal;
}

/* p {margin: 0; padding: 0;} */

p.narrow {
	margin: 2px 0px 2px 0px;
	padding: 1px 2px 1px 20px;
	text-indent: -20px;
}

.warning {
	color: #9900cc;
	font-style: italic;
	font-weight: bold;
}


div.main
{	
	overflow:hidden;
	top:70px;
	display:block; 	
	margin-right:auto;
	margin-left:auto;
	width:1024px;
	text-align: left;
}

div#header, div#pagelabel {
	left:200px;
	position: relative;	
	width:824px;
}

div#pagelabel {
	font-size: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #a6a6a6;
	margin-bottom: 5px;
}

#content p,ul,ol {
	width: 300px;
}

img {
    border: 0px;
}

img.toplines
{
    color: white;
    background-color:  #A6A6A6;
    width:1px;
    height: 70px;
}

/* TODO inherit from sepline?? */
img.sepline_short 
{
    color: white;
    background-color:  #A6A6A6;
    width:300px;
    height:1px;
    padding: 0px;
    margin: 0px;
}

.no-spacing
{
    padding: 0px;
    margin: 0px;
    border: 0px;
}

img.block 
{
    color: white;
    width:50px;
    height:20px;
    padding: 0px;
    margin: 0px;
}

img.menu_icons {
     margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
     border: 0px;
}

img.dot {
    border: 0px;
	height: 12px;
}

.entry-url {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border: 0px;
}

.cv-entry a.entry-url {
	margin-left: 3px;
}

img.download {
	width: 30px;
}

.title {
  font-weight: bold;
  font-size: 14px;
  color: #9900cc;
}

.search 
{
	margin-top: 0px;
	margin-bottom: 0px;
	width: 150px;
	font-weight: bold;
}

input, textarea, .button-link {
	border: 1px solid #A6A6A6;
	padding-left: 3px;
	padding-right: 3px;
}

input.text
{
    margin-left: 5px; 
	margin-top: 5px;
	margin-bottom: 5px;
	width: 300px;
	font-weight: bold;
}

input.contact-text
{
    margin-left: 0px; 
	margin-top: 1px;
	margin-bottom: 5px;
	width: 300px;
	font-weight: bold;
}

input.submit {
	background: white;
}

textarea.contact-text
{	
    background-color: inherit;
    color:inherit;
	text-align: left;	
	width: 300px;
	height: 200px;
}

table, td {
  padding: 0px;
  border-collapse: collapse;
}
/* left side menues */
ul {
	padding-left: 12px; /* padding depends on used dots */
}

/* cheap circle and disc for list items */
ul li {
	list-style-type: circle;
}

ul li.selection {
	list-style-type: disc;
}

.smalltext, .smalltext_selection, .smalltext_red, .entry-date {
	font-size: 10px;
}

.smalltext {
	font-weight: normal;
	padding-bottom: 30px;
}

.smalltext_selection {
	font-weight: normal;
	color: #9900cc;
}

.smalltext_red {
	font-weight: normal;
	color: red;
}

/* entry short */

table.entry-short {
	margin-bottom: 20px; 
}

table.entry-short td.next {
	padding-top: 17px;
}

.toc-entry .image {
	padding-bottom: 8px;	/* magazine page: between image and title */
}

.entry-title {				/* magazine page: title */
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	width: 300px;
}

/* archive-detail */
.pic-thumbs {
	clear: left;
	padding-top: 50px;
}

div.entry-attr em {
	font-size: 10px;
}

div.entry-attr {
	margin-bottom: 10px;
	font-size: 10px;
}

/* archive-detail */
div.entry-date {
	padding-bottom: 5px;
	border-bottom: 1px solid #a6a6a6;
	margin-bottom: 5px;
	margin-right: 50px;
	width: 300px;
}

table#detail div.entry-date {
	margin-right:  0px;
}

/* archive entry detail */
td.next div.entry-date {
	width: 178px;
	border-bottom: 0px;
	margin-bottom: 0px;	/* for images */
	margin-right:  0px;
}

td.next img.entry {
	padding-left: 18px;
}

/* horizontal separation is done in container */
.desc {
	width: 300px;
	margin: 5px 0px 20px 0px;
}

.toc-entry {
	margin-bottom: 20px;
	font-size: 10px;
	overflow: hidden;
} 

.toc-entry a.more {
} 

#toc .desc {
	width: 265px;
}

#toc .leftmost {
	padding-right: 10px;
}

#toc .leftmost .desc {
	width: 530px;
}

.toc-entry table {
	margin-right: 0px;
}

/* horizontal separation between columns */
#toc td.next {
	padding-left: 14px;
}

table#detail td.next {
	padding-left: 4px;
}

table#sidemenu {
	width: 200px;
}

table#menu td {
	border-right: 1px solid #666666;
}

table#menu td.first {
	text-align: center;
	border-left: 1px solid #666666;
}

table#menu td.next {
	text-align: center;
}

div#submenu {
	padding-bottom: 30px;
}

div#submenu p {
	margin-top: 0px;
	margin-bottom: 10px;
}

div#mediathekmenu  {
	padding-top: 10px;
}

div#mediathekmenu p {
	margin-top: 0px;
	margin-bottom: 10px;
}

div#mediathekmenu .heading {
	font-size: 10px;
}

/* for selecting and unselecting li-entries */
.notselected {
    color: #666666;
}

.selected {
    color: #9900cc;
}

/* blog, actually reader comments */
#blog {
	margin-top: 100px;
}

#blog, #blog p {
	width: 520px;
}

#blog .title, .blog-entry {
	border-bottom: 1px solid #a6a6a6;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: normal;
}

#blog .title .count {
    color: #9900cc;
	margin-right: 20px;
}

.blog-entry .head .person {
	font-weight: bold;
}

#blog form {
	padding-bottom: 5px;
}

/* table used by dbmanager to show table contents */
table.result td, table.result th {
	border: 1px dashed #ff6666;
	border-collapse:collapse;
	padding: 0px 2px 0px 2px;
}


/* +++++++++++++++++++++++++++++++++++ */
/* TODO: hover effect does not work */

div#startpage {
	text-align: center;
}

.startpage_link:hover {
    font-size: 50px;
    color: #9900cc;
}

.startpage_link:link 
{
    font-size: 50px;
    color: #9900cc;
}

.startpage_link:visited 
{
    font-size: 50px;
    color: #9900cc;
}

.startpage_link:active 
{
    font-size: 50px;
    color: #9900cc;
}

table#footer {
	margin-top: 50px;
}

#footer td, div#footer {
	font-size: 9px;
}

div#login-form table th.input-label {
	text-align: left;
	 padding: 7px; 
}

div#login-form table td.field-descr {
	text-align: left;
    padding: 0px; 
}

form#register table td.field-value {
	text-align: left;
	 padding-bottom: 13px; 
}

form#register table input[type='text'] {
	width: 300px; 
}

form#register th.input-label {
	text-align: left;
    padding: 0px;  
}

div#login-form th.input-label input {
	text-align: left;
    padding: 0px;  
    margin: 0px;	
}

input#submit
{
    background-color: white; 
}

a#reg_link
{
    color: red;
}

#feedback
{
    color: red;
}

/*
.form_table td input{
    font-size:10px;
   height:120px;
   width:450px;
}
*/

/* cms */
div.message {
	padding: 50px;
}

div.message pre {
    background-color: #cccccc; 
}
