@CHARSET "ISO-8859-1";

body { 
	font-size: 12px;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0px 0px 0px 0px;
    }
    
  * {
	margin: 0px 0px 0px 0px;
	text-transform: lowercase;

  }  
    
  ul {
	margin: 0;
	padding: 0;

  }
  
  a {
	color: grey;
  
  }
  
  img {
	border: 0px;
  
  }
  
  input {
	text-transform: none;
  }
  textarea {
	text-transform: none;
  }  
a:link {  
	text-decoration:none; }
a:visited {  
	text-decoration:none; }
a:focus {  
	text-decoration:underline; }
a:hover {  
	text-decoration:underline; }
a:active { 
	color:lime; 
	text-decoration:underline; }

h1 {
	padding-bottom: 10px;
	padding-top: 5px;
}

h2 {
	padding-bottom: 10px;
	padding-top: 5px;
}

p {
	padding-bottom: 5px;
	padding-top: 5px;
}
    
  #wrapper {
	margin: auto;
	width: 800px;
  }
  
  #header{
	background-image: url(http://dpk.topicflash.de/img/header.jpg);
	background-repeat:no-repeat;
	height: 260px;
}

#content {
	margin-right:30px;
	margin-left:5px;
}

ul#menu li{
	list-style-type: none;
	display: inline;
	font-size: 150%;

}

#kleinesp{
	padding-left: 16px;
}


/* JAN */
div.error-message {
    color:red;
    padding: 2px;
}

div.teams form {
    font-size: 100%; 
   
}

div.input {
	margin-top: 20px;
}

fieldset.erforderlich {
    margin: auto;
	width: 450px;
	font-weight: bold;
	padding-top: 10px;
}
fieldset.optional {
	margin: auto;
	width: 450px;
	margin-top: 20px;
}
fieldset.erforderlich legend {
  padding: 0.2em 0.5em;
  border:1px solid #444;
  color: #444;
  font-size:90%;
  text-align:right;
  font-weight: bold;
  }
fieldset.optional legend {
  padding: 0.2em 0.5em;
  border:1px solid #444;
  color: #444;
  font-size:90%;
  text-align:right;
  font-weight: normal;
  }
  
fieldset.erforderlich  input{
	width: 200px;
}

fieldset.erforderlich  label{
float: left;    
width: 15em;    
margin-right: 2em;   
}

fieldset.optional  label{
float: left;    
width: 15em;    
margin-right: 2em;   
}


div.submit {
	margin: auto;
	width: 450px;
}

div.submit input{
	margin-left: 50px;
}

input#TeamDatenweitergabe {
	width: 100px;
}
input#TeamNewsletter {
	width: 100px;
}
div.input.checkbox label{
	width: 300px;
}
#submithinweis{
margin: auto;
width: 400px;
}

/* Definition List */

 dl {
    border: 3px double #ccc;
    padding: 0.5em;
}
  dt {
    float: left;
    clear: left;
    width: 250px;
    text-align: right;
    font-weight: bold;
}
  dt:after {
    content: ": ";
}
  dd {
    margin: 0 0 0 110px;
    padding: 0 0 0.5em 0;
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-weight: bold;
	margin: 1em 0;
}

.flash {
    background: #e9f3f6;
    width: 90%;
    padding: 1em;
    font-size: 1.1em;
  	border: 2px solid #a7c4da;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    text-align: center;
}

.flash img {
	vertical-align: middle;
}

.info {
	border-color: blue;
	background: lightblue;
	color: black;
}

.bad {
	border-color: red;
	background: orange;
	color: black;
}

.good {
	border-color: green;
	background: lightgreen;
	color: black;
}

.warning {
	border-color: yellow;
	background:  lime;
	color: black;
}
#footer {
	text-align: center;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

