/*
Theme Name: C-Art Webdesign
Theme URI: 
Description: C-Art Webdesign as Wordpress
Version: 1.0
Author: Tobias Bielohlawek
Author URI: http://binarybonsai.com/
Tags: white, modern, colorful

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Copyright by C-ART WEBDESIGN '2005 - www.c-art-web.de - (c-art@web.de)    
* 
*/

html,body { 
        margin:0;
        padding:0;
}

body { 
        font: 9pt arial,sans-serif;
        text-align:center 
}

hr {
	margin: 0;
	padding: 0;
        border: 0;
	border-bottom: 1px dotted #A5AEC5;
}

/* ####################################### */

#menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
        border: none;
}

#menu li {
        display: inline;
        list-style: none;
        list-style-image: none;
        font-family:Verdana,Arial, Helvetica, sans-serif;
        font-size:9pt;
        color:#000000;
        text-decoration:none;
        font-weight:bold;
        padding: 2px 10px 3px 10px;
}

#menu li a {
        padding: 2px 4px 3px 4px;
        font-family:Verdana,Arial, Helvetica, sans-serif;
        font-size:8pt;
        color:#333333;
        text-decoration:none;
        font-weight:normal;
}

#menu li a.orange:hover {
        background-color: #FFA302;
}

#menu li a.blue:hover {
        background-color: #349CEC;
}

#menu li a.brown:hover {
        background-color: #B1873A;
}

#menu li a.red:hover {
        background-color: #f2366b;
}

#menu li a.green:hover  {
        background-color: #8AB730;
}

/*############################################## */

#content {
        padding: 10px 10px 50px 10px; 
        font-family:Arial, Helvetica, sans-serif;
        font-size:9pt;
        color:#000000;
        text-decoration:none;
        font-weight:normal;
}

#content a {
        color:#333333;
        text-decoration:underline;
        font-weight:bold;
}

#content a:hover {
        color:#666666;
}


#content h2 {
	margin: 0;
	border: 0;
	padding: 0;
	font-size: 10pt;
}

#content h2 a{
	font-size: 10pt;
	color:#000;
	text-decoration:underline;
}

/*############################################## */
#contact {
        text-align:center;
}

#contact td {
        font-family:Arial, Helvetica, sans-serif;
        font-size:9pt;
        color:#000000;
        font-weight:bold;
}

#contact .red {
        font-family:Arial, Helvetica, sans-serif;
        font-size:9pt;
        color:red;
        font-weight:bold;
}

/*############################################## */

#loginbox {
	width: 400px;
	position: absolute;
	left: 50%;
	margin-left: -200px;
}

#loginbox IMG {
        margin: 10px;
}

#loginbox FORM {
        background-color: #DDD;
        border: 1px solid #808080;
        padding: 7px;
        width:400px;
        font-size: 10pt;
}

#loginbox FORM P {
        margin: 5 0 0 0px;
}

#loginbox FORM LABEL {
        font-weight: bold;
}

#loginbox FORM INPUT[type=text],
#loginbox FORM INPUT[type=password]{
        width: 200px;
        margin: 2 0 2 0px;
        border: 1px solid #666;
        padding-left: 1px;
}


#loginbox FORM INPUT.login {
        width: 200px;
        margin-left: 120px;
}

#loginbox FORM INPUT.error {
        background-color: #ECC;
        border: 1px solid red; 
}

/*################################################ */
#copyright {
        padding: 10px 10px 4px 10px;
        font-family:Arial, Helvetica, sans-serif;
        font-size:8pt;
        color:#BBB;
        text-decoration:none;
        font-weight:normal;
}

#copyright a {
        font-family:Arial, Helvetica, sans-serif;
        font-size:8pt;
        color:#BBB;
        text-decoration:none;
        font-weight:normal;
}


#copyright a:hover {
        color:#888;
}

