
body {
    font-family: Helvetica, Arial, sans-serif;
    color:#545454;
    font-size: small;
    /*letter-spacing:+0.1em;*/
}
p, .color_bright {
    color: #545454;
}


hr{
    background-color:#545454; /* Mozilla 1.4 */
    color:#545454; /* IE 6 */
    border: #545454; /* Opera 7.11 */
    height: 1px;
}

a:hover {
    text-decoration: underline;
}

a {
    color:#00b9ff;
    text-decoration:none;
}
a img
{
    border-style: none;
    border: none;
}

p,div#content,#xEditingArea {
    color: #545454;
    font-weight: normal;
    font-size: 9pt;
}

p{
    /*margin: 2px;*/
}
h1 {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 20px;
}
h2 {
    font-size: 16px;
    margin-bottom: 16px;
    margin-top: 16px;
}
h3 {
    font-size: 14px;
    margin-bottom: 12px;
    margin-top: 12px;
}
h4 {
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 10px;
}
h5 {
    font-size: 10px;
    margin-bottom: 8px;
    margin-top: 8px;
    color: #545454;
    font-weight: normal;
    font-size: 8pt;
}
h6 {
    margin-bottom: 7px;
    margin-top: 7px;
    color: #545454;
    font-weight: normal;
    font-size: 8px;
}
ul {
    list-style-image:url(../images/navi_kreis.gif)
}
li {
    list-style-position: inside;
}


/*
 * Form styles
*/

#content fieldset {
    margin: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    padding:10px 20px;
}

#content label, #content legend {
    padding:5px;
    margin: 2px;
}
#content legend {
    font-size: larger;
    font-weight: bolder;
    top: -15px;
    left: .5em;
}


#content label {
    vertical-align: middle;
    width: 100px;
    display:inline-block;
}
#content input,#content textarea, #content button {
    margin:0;
    padding:4px;
    width:160px;
    border:1px solid #ddd;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    outline: none;
}
#content input:hover, #content textarea:hover{
    border-color: #77aaff;
}

#content input.active,
#content textarea.active,
#content button.active {
    background-color: #ffffde;
    border-color: #77aaff;
}
#content div.textInput {
    display: inline;
}
#content div.inline-block {
    display: inline-block;
}
#content .center {
    text-align: center;
}
#content input.long,#content textarea.long {
    width:360px;
}

#content input.full,#content textarea.full {
    width:580px;
}

#content button,
#content input[type='radio'] {
    width: 20px;
}
#content .minimal {
    width: inherit;
}
#content .short {
    width: 72px;
}
#content .long_button {
    width:250px;
}

#content fieldset img {
    border:1px solid #ddd;
    padding: 8px;
    background-color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#content input[type='button'],
#content input[type='submit'],
#content input[type='reset'],
#content button {
    width:120px;
    cursor: pointer;
    background-color: #bdbdbd;
}
#content input[type='radio'] {
    vertical-align: middle;
    border:0;
    outline:none;
}
#content input[type='file'] {
    width: 300px;
}
div.error_label {
    display:none;
    padding:2px 1px;
    margin-right: 4px;
    vertical-align: middle;
    border:1px dotted #ff4444;
    background-color:#ffeeee;
    text-align: right
}


#content .hidden {
    display: none;
}

#content span.freiwillig {
    color:red;
}

img.floatimage {
    margin-right:5px;
}

#content table {
    border-spacing:1px;
    font-size: small;
}
#content td,#content th {
    padding:5px;
}

#content .box {
    margin:0;
    padding:20px;
    border:1px solid #ddd;
    background-color: #f5f5f5;
    display:inline-block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#systemreq {
    background-color: #ddd;
    font-size: small;
    border:none;
}
#systemreq th, #systemreq td {
    width:33%;
    background-color: #eee;
    vertical-align: top;
}
#systemreq th {
    background-color: #ddd;
}

.coverFlow {
    float:left;
}
.roundabout-holder {
    list-style: none;
    width: 300px;
    height: 226px;
    margin: 1em 7em 7em 0;
    border:0;
}

.roundabout-moveable-item {
    height: 226px;
    width: 300px;
    cursor: pointer;
}

.roundabout-moveable-item img {
    height: 226px;
    width: 300px;
}