@CHARSET "UTF-8";

html, body {
	margin: 0;
	padding: 0; 
}
body {
	background-image: url(/images/top_background.png);
	background-repeat:repeat-x;
	text-align: center;
	font-family: 'Franklin Gothic Medium', Helvetica, Verdana, Arial, sans-serif; 
}
#patworx {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 100%;	
}
#top {
	background-image: url(/images/top_background_2.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	height: 128px;
	text-align: center;
}
#topContent {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 1000px;
	height: 128px;
}
#topContent ul {
	position: absolute;
	top: 98px;
	left: 89px;
	list-style-type: none;
	padding: 0;
	margin: 0; 
}
#subnavi ul {
	position: absolute;
	top: 82px;
	left: 585px;
	list-style-type: none;
	padding: 0;
	margin: 0; 
}
#topContent ul li,
#subnavi ul li {
	float: left;
	background-repeat: no-repeat;
	height: 19px;
	display: block;
	margin-right: 18px;
}
#topContent ul li a,
#subnavi ul li a {
	height: 19px;
	display: block;
}
#topContent ul li a span,
#subnavi ul li a span {
	display: none;
}
#navHome {
	width: 55px;
	background-image: url(/images/buttons/home.png);
}
#navAbout {
	width: 62px;
	background-image: url(/images/buttons/about.png);
}
#navPortfolio {
	width: 96px;
	background-image: url(/images/buttons/portfolio.png);
}
#navBlog {
	width: 49px;
	background-image: url(/images/buttons/blog.png);
}
#navIntouch {
	width: 80px;
	background-image: url(/images/buttons/intouch.png);
}
#navHome:hover, .homeActive { background-image: url(/images/buttons/homeOn.png) !important }
#navAbout:hover, .aboutActive { background-image: url(/images/buttons/aboutOn.png) !important }
#navPortfolio:hover, .portfolioActive { background-image: url(/images/buttons/portfolioOn.png) !important }
#navBlog:hover, .blogActive { background-image: url(/images/buttons/blogOn.png) !important }
#navIntouch:hover, .intouchActive { background-image: url(/images/buttons/intouchOn.png) !important }
#patworxlogo {
	z-index: 10;
	background-image: url(/images/patworx_multimedia.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	height: 160px;
	text-align: center;
}

#subnavPortfolioWeb {
	width: 43px;
	background-image: url(/images/buttons/web.png);
}
#subnavPortfolioLogoPrint {
	width: 122px;
	background-image: url(/images/buttons/logo_print.png);
}
#subnavPortfolioCoding {
	width: 72px;
	background-image: url(/images/buttons/coding.png);
}
#subnavPortfolioClients {
	width: 72px;
	background-image: url(/images/buttons/clients.png);
}
#subnavPortfolioWeb:hover, .portfolioWebActive { background-image: url(/images/buttons/webOn.png) !important }
#subnavPortfolioLogoPrint:hover, .portfolioLogoPrintActive { background-image: url(/images/buttons/logo_printOn.png) !important }
#subnavPortfolioCoding:hover, .portfolioCodingActive { background-image: url(/images/buttons/codingOn.png) !important }
#subnavPortfolioClients:hover, .portfolioClientsActive { background-image: url(/images/buttons/clientsOn.png) !important }

#patworxlogoContent {
	margin: 0 auto;
	text-align: left;
	position: relative; 
	width: 1000px;
	height: 160px;
	z-index: 10;
}
#bildTop {
	position: absolute; 
	top: -100px;
	left: 550px; 
	z-index: 10;
	width: 416px;
	height: 297px;
	background-image: url(/images/bild_top.png);
}
#bildTop span {
	display: none;
}
#subheaderBG {
	background-image: url(/images/subheader.gif);
	background-position: center top;
	background-repeat: repeat-x;
	width: 100%;
	height: 109px;	
}
#subheader {
	background-image: url(/images/subheader2.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	height: 109px;
	text-align: center;	
	position: relative;
}
#subheader img { border: none; }
#subheaderContent {
	margin: 0 auto;
	padding-top: 11px;	
	width: 930px;
	text-align: left;
	padding-left: 70px;	
	position: relative;
}
#contentBG {
	background-image: url(/images/holz_BG.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	width: 100%;
}
#content {
	background-image: url(/images/holz_BG_top.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	min-height: 400px;
	text-align: center;
}
#realContent {
	margin: 0 auto;
	width: 912px;
	text-align: left;
	padding-left: 88px;
	padding-top: 10px;
	padding-bottom: 15px;
}
#footer {
	background-image: url(/images/footerBG.gif);
	background-repeat: repeat-x;
	height: 78px;
	width: 100%;
	text-align: center;
}
#footerContent {
	margin: 0 auto;
	text-align: left;
	width: 923px;
	color: #fff;
	padding-top: 21px;
	padding-left: 67px;
}
#footerContent p {
	margin: 0;
	padding: 0; 
}
#footerContent p img {
	vertical-align: middle;
}
#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.smallest {
	padding: 0; 
	margin: 0;
	font-size: 10px;
}
.smaller {
	padding: 0;
	margin: 0;
	font-size: 14px;
}
.clear {
	line-height: 0px;
	font-size: 0px;
	clear: both;
}
.cleft {
	clear: left;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
.mright20 {
	margin-right: 20px; 
}

.greyBG {
	background-image: url(/images/greyBG.png);
}
.paddedBox {
	padding: 7px;
}
.boxedHeader span {
	display: none;
}



#home,
#inTouch,
#IEHinweis,
#Impressum,
#inTouchBottom {
	width: 805px;
}
#job {
	width: 797px;
}
#IEHinweis p,
#home p,
#inTouch p,
#inTouchBottom p,
#aboutleft p,
#aboutright p,
#Impressum p,
#rand,
#job p,
#about p {
	margin-left: 7px;	
	color: #fff;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	line-height: 22px;
}
#job h2, #job ul {
	color: #fff;
	margin-left: 7px;	
}
#job ul { 
        padding-left: 19px;
}
#about p {
	padding-bottom: 5px;
}
#kommtIhnenDasBekanntVor {
	background-image: url(/images/header/kommt_ihnen_das_bekannt_vor.png);
	height: 33px;
	width: 305px;
}
#wirBeissenNicht {
	background-image: url(/images/header/wirbeissennicht.png);
	height: 33px;
	width: 183px;
}
#socialNetwork {
	background-image: url(/images/header/socialnetwork.png);
	height: 82px;
	width: 245px;
	position: absolute;
	top: -17px;
	left: 480px;
}
#postanschrift {
	background-image: url(/images/header/postanschrift.png);
	height: 82px;
	width: 220px;	
	position: absolute;
	top: -15px;
	left: 7px;
}
#einPaarWorte {
	background-image: url(/images/header/ein_paar_worte.png);
	height: 33px;
	width: 406px;
}
#welcheLeistungen {
	background-image: url(/images/header/welche_leistungen.png);
	height: 33px;
	width: 399px;
}
#warumPatworx {
	background-image: url(/images/header/warum_patworx.png);
	height: 33px;
	width: 275px;
}
#IEHinweis p a:link,
#IEHinweis p a:visited,
#job p a:link,
#job p a:visited,
#about p a:link,
#about p a:visited,
#home p a:link,
#home p a:visited {
	color: #fff;
	background-color: #f93;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
}
#IEHinweis p a:hover,
#job p a:hover,
#about p a:hover,
#home p a:hover {
	text-decoration: underline;
}
#about {
	width: 805px;
	position: relative;
}

#fotosPat {
	position: absolute;
	top: -75px;
	left: 500px;
	width: 406px;
	height: 386px;
	background-image: url(/images/fotos_pat.png);
}

#aboutleft {
	margin-top: 10px;
	margin-right: 7px;
	float: left;
	width: 408px;
	min-height: 790px;
}
#aboutright {
	margin-top: 10px;
	float: left;
	width: 376px;
	min-height: 790px;
}

#aboutleft ul,
#aboutright ul,
#about ul {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 15px;
	padding: 0;
	margin: 0;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	list-style-type: none;
}
#aboutleft ul li,
#aboutright ul li,
#about ul li {
	color: #fff;
	background-image: url(/images/cross.png);
	background-repeat: no-repeat;
	padding-left: 33px;
	line-height: 23px;
	padding-bottom: 9px;
}

.portfolioDiv p {
	margin: 0; padding: 0; 
}
.webReferenz {
	height: 332px;
	width: 697px;
	background-image: url(/images/webReferenz.png);
	color: #f48110;
	position: relative;
}
.webReferenz h2 {
	padding: 0; margin: 0;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 19px;
	font-weight: normal;
	position: absolute;
	left: 75px;
	top: 30px;
}
.webReferenz h4 {
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	left: 37px;
	top: 105px;	
}
.webReferenz ul{
	position: absolute;
	top: 150px;
	left: 59px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 15px;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.webReferenz ul li {
	background-image: url(/images/cross.png);
	background-repeat: no-repeat;
	padding-left: 33px;
	line-height: 23px;
	padding-bottom: 9px;
}
.webReferenzImage {
	padding: 0; margin: 0;
	position: absolute; 
	left: 328px;
	top: 34px;
}
.webReferenzImage img {
	border: 0;
}

.printReferenz {
	height: 327px;
	width: 425px;
	background-image: url(/images/printReferenz.png);
	color: #f48110;
	position: relative;
	float: left;
	margin-right: 10px;
	margin-top: 15px;
}
.printReferenz img {
	padding: 0; margin: 0;
	border: 0;
	position: absolute; 
	left: 11px;
	top: 10px;
}

.clients {
	height: 147px;
	width: 188px;
	background-image: url(/images/clients.png);
	position: relative;
	float: left;
	margin-right: 10px;
	margin-top: 15px;
}
.clients img {
	padding: 0; margin: 0;
	border: 0;
	position: absolute; 
	left: 11px;
	top: 10px;
}
.partner {
	padding: 10px;
	margin-left: 16px;
	border: none;	
}

#inTouch form label {
	margin-left: 7px;	
	color: #fff;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	line-height: 22px;
	display: block;
}
#inTouch form input, #inTouch form textarea {
	margin: 0;
	margin-left: 7px;
	width: 500px;
	padding: 2px;
	height: 22px;
	border: 2px solid #ff9600;
	font-family: 'Franklin Gothic Medium', Helvetica, Verdana, Arial, sans-serif; 
	color: #666;
	font-size: 18px;
	margin-bottom: 10px;
}
#inTouch form textarea {
	height: 160px;
}
#inTouch form input:hover,
#inTouch form textarea:hover {
	color: #000;
}

#inTouchBottom {
	position: relative;
	padding-top: 70px;
}
.postText {
	float: left;
	width: 480px;
}
.rightSidedInTouch {
	float: left;	
}
.rightSidedInTouch p {
	margin-left: 0 !important;
} 