/* Style Sheet */

* {
  margin: 0;
  padding: 0;
}

img {
	border: 0;
}

a {
  color: #FFF;
  text-decoration: none;
  border-bottom: 1px dotted #FFF;
}

a:hover {
  border-bottom-style: solid;
}

a.image {
  border: 0;
}

fieldset {
  border: 0;
}


body {
	text-align: center;
  margin: 0;
  background: url('images/bg.jpg') top repeat-x;
}


#wrap, .wrap {
    padding: 0;
    margin: auto;
    width: 800px;
    text-align: left;
    overflow: hidden;
}

/* Header */

#header {
  margin: 40px auto;
	width: 800px;
	height: 50px;
}

/* Logo */

#logo {
	float: left;
	background: url('images/logo.jpg') left center no-repeat;
	height: 70px;
	width: 280px;
	border: 0;
}


/* Allgemein */
input.button {
  cursor: pointer;
}


/* Menu */

#menu {
    float: right;
    height: 50px;
    width: 490px;
    text-align: right;
    font-family: Verdana, sans-serif;
    font-size: 12px;   
    margin-right: 25px;
}

#menu ul {
    margin-top: 15px;
}

#menu ul li {
    display: inline;
    margin-left: 10px;
}

#menu a {
    color: #000;
    border-bottom-color: #000;
}

#menu a:hover {
    text-decoration: none;
    color: #000;
}

#menu form {
    margin-top: 15px;
}

#menu input.field {
    border: 0px;
    font: normal 12px Verdana, sans-serif;
    color: #000;
    background-color: #deeefd;
    width: 130px;
    height: 17px;    
    padding: 5px 8px 5px 8px;
    margin-left: 10px;
}

#menu input.button {
    background-color: #1aa2bf;
    font: normal 12px Verdana, sans-serif;
    border: 0px;
    height: 25px;
    padding: 2px 8px 5px 8px;
    margin-left: 10px;
}


/* Content */

#content {
    width: 100%;
    min-height: 250px;
    padding: 15px 0;
    background-color: #137a91;
    font: normal 14px Verdana, sans-serif;
    color: #FFF;
}

#content p {
    padding-top: 20px;
}

#content .row {
    clear: both;
    padding-top: 5px;
}

#content .row span.label {
    float: left;
    width: 150px;
    margin-top: 20px;
    text-align: left;
}

#content .row span.formw {
    float: right;
    width: 650px;
    text-align: left;
} 

#content input.field_100 {
    border: 0px;
    font: normal 12px Verdana, sans-serif;
    color: #000;
    background-color: #deeefd;
    width: 600px;
    height: 22px;    
    padding: 10px 8px 5px 8px;
    margin-top: 10px;
}

#content input.field_50 {
    border: 0px;
    font: normal 12px Verdana, sans-serif;
    color: #000;
    background-color: #deeefd;
    width: 200px;
    height: 22px;    
    padding: 10px 8px 5px 8px;
    margin-top: 10px;
}

#content input.button {
    background-color: #1aa2bf;
    font: normal 12px Verdana, sans-serif;
    border: 1px solid #FFF;
    height: 35px;
    padding: 2px 8px 5px 8px;
    margin-left: 10px;
}

.table {
    margin-top: 25px;
}

.table img {
    border: 0;
}

.table ul {
    float:left;
    display: inline;
    margin-right:50px;
    padding:0;
}
.table ul li {
    list-style:none;
    padding:5px 10px;
}
.table ul li.title {
    height: 18px;
    font-weight:bold;
    color: #000;
}
.table ul li.field {
	height: 18px;
    color: #000;
}
.table ul li.field_img {
    height: 18px;
}

.tab_row {
	height: 18px;
	display:  list-item;
}

.tab_row_c1 {
	float: left;
	width: 450px;
}

.tab_row_c2 {
	float: left;
	width: 200px;
}

.tab_row_c3 {
	float: left;
	width: 100px;
}

.tab_row_c3 img {
	border: 0;
}

/**
 * Shortenize form
 */
#shortenize {
  margin: 15px 0;
}


/**
 * Ads
 */
.ads {
}
 
 
 
 
/**
 * Tables
 */

table {
  margin: 1em 0;
  width: 100%;
  color: #FFF;
}

thead th {
  padding-bottom: 5px;
  border-bottom: 1px solid #226878;
}

th {
  text-align: left;
}


/**
 * Footer
 */
 
#footer .wrap {
  padding: 10px 0;
  text-align: right;
}

#footer, 
#footer a {
  font-size: 12px;
  color: #333;
}

#footer a:hover {
  border-bottom-color: #333;
}
 
 
 
 
 
 
 
 
 


