/*
	#############################################################
	#																				#
	#		Stylesheet for    www.s-k-design.de                   #
	#																				#
	#		info@s-k-design.de      						    			#
	#		www.s-k-design.de			      				      		#
	#														               	#
	#		Copyright © 2011 by Design - Kompromat	          		#
	#		Authors: Kompromat												#
	#																				#
	#############################################################
*/


* {
	margin:0px;
	padding:0px;
	border-style:none;
	outline: none;
}

html {
	height: 100%;
}

body {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background: url(bg.jpg) repeat scroll 0 0 transparent;
	overflow: hidden;
}


#wrapper{
	background: url(main_bg.png) no-repeat scroll 50% 0 transparent;
	min-height: 667px;
	
}

#content {
    background: url("bg_content.png") no-repeat scroll 0 0 transparent;
    height: 252px;
    left: 50%;
    margin: -150px 0 0 -195px;
    position: absolute;
    top: 50%;
    width: 387px;
}

#logo{
	margin: 50px 0 0 60px;
}

#content p{
    color: #333333;
    font-family: Trebuchet MS;
    font-size: 12px;
    font-style: italic;
    padding: 19px 16px 0 36px;
    text-align: right;
    text-transform: none;
}

#content #inf{
    color: #333333;
    font-family: Trebuchet MS;
    font-size: 11px;
    font-style: italic;
    line-height: 20px;
    margin: -79px 0 0 192px;
    position: absolute;
    text-align: left;
    text-transform: uppercase;
    width: 198px;
}


.port{
    background: none repeat scroll 0 0 #777777;
    color: #FFFFFF;
    margin: 7px 0 0 17px;
    padding: 4px 15px;
    position: absolute;
    text-decoration: none;
    text-transform: uppercase;
}


.port:hover{
    background: none repeat scroll 0 0 #DA1172;
    color: #FFFFFF;
    margin: 7px 0 0 17px;
    padding: 4px 15px;
    position: absolute;
    text-decoration: none;
    text-transform: uppercase;
}