@charset "UTF-8";
/*
Theme Name: Flotest
Theme URI: http://wordpress.org/
Description: Es ist wirklich ein Test!
Version: 0.1
Author: Flo Eberle
Author URI: http://portfolio.combatx.net
Tags: flotest
*/

/*
Layout  
*/
body {
    margin: 0;
    padding: 0;
    background-image: url('img/bg_gradient.jpg');
    background-repeat: repeat-x;
    font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
    font-size: 0.8em;
    background-color: #fafafa;
}

#centerbox {
    margin: 0 auto;
    background-image: url('img/main_design.jpg');
    background-repeat: no-repeat;
    width: 868px;
    min-height: 642px;
    height: auto !important; /* für moderne Browser */
    height: 642px; /*für den IE */
}

#footer {
    background-image: url('img/content_footer.jpg');
    background-repeat: no-repeat;
    background-position: 311px;
    width: 868px;
    min-height: 70px;
    height: auto !important; /* für moderne Browser */
    height: 70px; /*für den IE */
    margin: 0 auto;
}

#navigation {
    position: absolute;
    top: 240px;
    padding-left: 50px;
    padding-left: 50px;
    height:300px;
   /* overflow:auto;*/
}

#contentposition {
    background-image: url('img/content_loop.jpg');
    background-repeat:repeat-y;
    position: relative;
    top: 167px;
    left: 311px;
    width: 399px;
}

#content {
    background-image: url('img/bg_content.jpg');
    background-position: 0px 0px;
    background-repeat: no-repeat;
    min-height: 488px;
    height: auto !important; /* für moderne Browser */
    height: 488px; /*für den IE */
    padding: 10px;
    padding-right: 15px; /* some more padding cause of shadow */
}

#contentfade {
    background-image: url('img/content_fade.jpg');
    width: 399px;
    height: 70px;
}

#seealso {
    text-align:left; 
}

#copyright {
    position: absolute;
    top: 675px;
    padding-left: 30px;
    text-align: center;
}

#breadcrumb {
	font-size:0.7em;
	}

/*
General Formatting
*/
a {
    color: #0066CC;
    text-decoration: none;
    white-space: nowrap;
}

a:visited {
    color: #0066CC;
}

a:hover {
    color: #000000;
}

a:active {
    color: #0066CC;
}

ul {
    list-style-type: square;
}

dd>ul {
    padding: 0;
    margin: 0;
}

img {
    border:none;
}

pre {
    white-space: normal;
}

table {
    border-collapse: collapse;
    empty-cells: show;
    width: 100%;
}

td,th {
    border: solid 1px #ffffff;
}

th {
    text-align: left;
}

caption {
    font-size: 1.2em;
}

.wai {
    display: none;
    visibility: hidden;
}

.floatright {
	float: right; margin-left: 10px;
}

.floatleft {
    float: left; margin-right: 10px;
}
.alignright{
    margin-left: 10px;
}

.alignleft{
    margin-right:10px;
}

.navigation{
    font-weight:bold;
}


dt {
    font-weight: 700;
    padding-top: 5px;
}

/* 
Content Formatting
*/
#content h1 {
    text-align: center;
    color: #ff9000;
    font-variant: small-caps;
}

#content h2 {
    padding-top: 5px;
    border-bottom: 1px dotted #ffffff;
}

/* Wiki Subtitle */
#content .mw-headline {
    font-size: 0.8em;
}

#content p {
    text-align: justify;
}

#content p:first-letter {
    font-size: 150%;
}
#content p.postmetadata:first-letter {
    font-size: 100%;
}


#content a {
    border-bottom: 1px dotted #0066CC;
    font-style: italic;
}

#content h2>a {
    border:0px; /*disable border for subtitles */
}

/*
Formular Formatting
*/
.form-item {
    margin-bottom: 1em;
    margin-top: 1em;
}

.form-item label {
    display: block;
    font-weight: 700;
}

.form-text,.form-textarea,.form-select {
    color: #0066CC;
    background-color: #CCCCCC;
    border: 1px solid #AAAAAA;
}

.form-textarea {
    width: 365px; /* Thx to IE for not interpreting cols and rows */
}

/*
Navigation
*/
#navigation ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#navigation h2 {
    font-size:11pt;
    line-height:11pt;
    padding:0;
    margin:0;	
}

#navigation li {
    
}

#navigation a {
    padding-left: 20px;
}

#navigation a:hover {
    background-image: url('img/arrow.gif');
    background-repeat: no-repeat;
    background-position: 0px 50%;
}

#navigation input {
    width:75px;
    background-color:#ff9000;
    border:1px solid black;
}

/* Old Browser Warning */
#ie6msg {
    border: 3px solid #090;
    margin: 8px 0;
    background: #cfc;
    color: #000;
    width: 70em;
    margin: 0 auto;
    margin-top: 15em;
}

#ie6msg h4 {
    margin: 8px;
    padding: 0;
}

#ie6msg p {
    margin: 8px;
    padding: 0;
}

#ie6msg p a.getie7 {
    font-weight: bold;
    color: #006;
}

#ie6msg p a.ie6expl {
    font-weight: normal;
    color: #006;
}

/* jQuery lightBox plugin - Gallery style */
#gallery a {
    border: 0
}

#gallery ul {
    list-style: none;
    padding: 0;
}

#gallery ul li {
    display: inline;
    letter-spacing: 15px;
    line-height: 3;
}

#gallery ul img {
    border: 2px solid white;
}

#gallery ul a:hover img {
    
}

#gallery ul a:hover {
    color: #ffffff;
}

blockquote {
    background-color:#cccfd3;
    border-left:3px solid #6a6b6c;
    padding-left:3px;
}
blockquote p:first-letter {
    font-size:100% !important;
}

