@charset "UTF-8";
@media all
{
	body {
		background-color:#000000;
		font-size:90%;
		font-family:arial,helvetica,sans-serif;
		color:#B7C4C4;
		}
		
	div#wrap {
		width:980px;
		margin:3em auto;
		border:1px solid #333;
		}
		
	div#header {
		border-bottom:1px solid #333;
		background:url(../img/t3_header_bg.jpg) top left no-repeat;
		height:120px;
		}
		
	div#header_sub {
		background-color:black;
		color:#B7C4C4;
		height:2em;
		}

	div#header_sub  a  {
		color:#B7C4C4;
		}
	
	div#main_wrap {
		background-color: black;
		width:100%;
		clear:both;
		}

	div#content_wrap {
		background-color: black;
		width:700px;
		margin-left:200px;
		}
	
	div#content {
		padding:5px;
		width:490px;
		}
	
/* Formular */
	fieldset {
   		width: 350px;
   		font-size: 12px;
   		color:  #263F5E;
   		padding: 5px 10px 5px 10px;
   		margin-left: 0px;
                margin-bottom: 10px;
   		float: left;
                text-align: left;
   		border-top:1px solid #ccc;
                background-color:#eee;
   		
		}

        label {
                width: 18em;
                font-size: 12px;
                color:  #263F5E;
                padding: 5px 10px 0px 10px;
                margin-left: 0px;
                margin-bottom: 10px;
                float: left;
                text-align: left;
                display: block;
                }

        input {
                color: #263F5E;
                background: #fff;
                border: 1px solid #ccc;
                margin-left: 0px;
                margin-bottom: 10px;
              	}
  
        textarea {
                
                border: 1px solid #ccc;
                background: #fff;
                color: #263F5E;
                margin-left: 0px;
                margin-bottom: 10px;
              	}
  
        #mailformformtype_mail {
                color: #fff;
                font-weight:normal;
                border: 1px outset #263F5E;
                background:#263F5E;
                }


	div#footer {
		clear:both;
		padding:10px;
		font-size:10px;
		text-align:center;
		background-color: black;
		}
		
	div#footer  a  {
		color:#494A47;
		}		
		
	div.copyright {}

} 