@charset "utf-8";

/* CSS Document */



body
{
    width:700px;
	height:101%;
	margin:30px auto;
	color:#666666;
	font-size:14px;
	font-family:"Courier New", Courier, monospace;
	/*background:#c9c9c9 url(back.jpg) repeat-x left top;*/
	background-color:#FFFFFF;
	line-height:20px;
}
a
{
    color:#990000;
	text-decoration:none;
}
a:hover
{
    color::#990000;
	text-decoration:underline;
}
h1
{
    font-size:43px;
	margin:0;
	line-height:43px;
}
h2
{
	    font-size:20px;
	    line-height:20px;
	    margin: 0;
}
#head
{
    float:left;
	width:450px;
}
#adress
{
    float:right;
	-moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
	border:1px solid #cccccc;
	padding:10px 20px;
	font-size:12px;
	line-height:16px;
}
#contact,
#social
{
    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
	border:1px solid #cccccc;
	width:700px;
	float:left;
	margin:30px 0 0 0;
	background-color:#FFFFFF;
}
#contact #cont
{
    margin:10px;
	float:left;
}
#contact #cont #row1
{
    float:left;
	width:300px;
	margin-top:15px;
}
#error_cont
{
    float:left;
	width:400px;
	min-height:50px;
	margin-left:30px;
}
#contact #cont #row2
{
    float:left;
	width:378px;
	margin-top:15px;
}
#social ul
{
    margin:10px;
	padding:0;
}
#social li
{
    list-style-image:none;
	list-style-type:none;
	display:inline;
	float:left;
}
#social a
{
    display:block;
	width:226px;
	height:226px;
	text-indent:-9999px;
	overflow:hidden;
	background-image:url(logos.gif);
}
#social #skype a
{
    background-position:0 0;
}
#social #skype a:hover
{
    background-position: 0 -226px;
}
#social #facebook a
{
	background-position:-226px 0;
}
#social #facebook a:hover
{
    background-position:-226px -226px;
}
#social #xing a
{
    background-position:-452px 0;
}
#social #xing a:hover
{
    background-position:-452px -226px;
}
#label
{
    width:70px;
	float:left;
	text-align:right;
	padding-right:3px;
	height:18px;
	line-height:18px;
	margin:1px 0;
	font-size:14px;
}
.input
{
    float:left;
	height:18px;
	line-height:18px;
	width:200px;
	margin:1px 0;
	border:solid 1px #d0d0d0;
	border-bottom:solid 1px #908f8f;
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	color:#990000;
	background-color:#f2f1f1;
	-moz-border-radius:2px 2px 2px 2px;
}
textarea
{
    width:370px;
	height:100px;
	border:dotted 1px #666666;
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	color:#990000;
	border:solid 1px #d0d0d0;
	border-bottom:solid 1px #908f8f;
	background-color:#f2f1f1;
	-moz-border-radius:2px 2px 2px 2px;
}
input:focus,
textarea:focus
{
	  background-color:#dee7ec;
}
#checkbox
{
    float:left;
	font-size:14px;
	margin-left:30px;
}
.submit:hover 
{
    border-color:#990000;
    color:#990000;
}
.submit {
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
    background:#D5D2CC url(white-grad.png) repeat-x scroll left top;
    border:1px solid #999999;
    color:#666666;
    cursor:pointer;
    font-size:14px !important;
    font-weight:normal;
    margin:6px 6px 0 0;
    padding:6px 22px;
    text-decoration:none;
	float:right;
	font-family:"Courier New", Courier, monospace;
}
#footer
{
    float:left;
    width: 700px;
    text-align: center;
    margin: 20px 0;
    font-size:12px;
}
