/*	PTOP Stylesheet V01
	ku-schneider.com
*/


a {
text-decoration: none;
color: white;
}


a:hover {
text-decoration: none;
color: #684e93;
}

a:visited {
text-decoration: none;
color: white;
}


body {
margin: 0px;
padding: 0px;
border: 0px;
background: #555555 url(../images/bg.jpg) repeat-x top left;
}

#content {
margin-top: 300px;
position: absolute;
width: 400px;
height: 500px;
left: 50%;
margin-left: -200px;
background: transparent;
float: left;
margin-bottom: 200px;
}

#content_reel {
margin-top: 300px;
position: absolute;
width: 600px;
height: 500px;
left: 50%;
margin-left: -300px;
background: transparent;
float: left;
}

#content_wide {
margin-top: 300px;
position: absolute;
width: 600px;
height: 500px;
left: 50%;
margin-left: -300px;
background: transparent;
float: left;
}

#logo {
float: left;
margin-top: 40px;
}

#header {
float: left;
width: 100%;
height: 100px;
background: transparent;
}

#headerline {
clear: both;
float: left;
width: 90%;
height: 2px;
background: yellow;
margin-top: 15px;
}

#menu {
float: right;
width: 500px;
height: 20px;
margin-top: 40px;
margin-right: 70px;
background: transparent;
}

.menuitem a {
float: right;
height: 16px;
background: transparent;
font-family: Arial, Sans-serif;
font-size: xx-small;
text-decoration: none;
color: gray;
padding: 3px 3px 1px 3px;
margin-left: 40px;
}

.menuitem a:visited {
background: transparent;
color: gray;
}

a img {
border: none;
}

.menuitem a:hover {
background: transparent;
color: #684e93;
}

#pictures {
height: 100%;
width: 175px;
float: left;
background: transparent;
}

#text {
height: 100%;
width: 210px;
float: right;
background: transparent;
font-family: Arial, Sans-serif;
font-size: 8pt;
color: white;
line-height: 18px;
text-decoration: none;
}

#text_wide {
height: 100%;
width: 400px;
float: right;
background: transparent;
font-family: Arial, Sans-serif;
font-size: 9pt;
color: lightgray;
line-height: 18px;
text-decoration: none;
}

.newsitem {
width: 100%;
float: right;
background: transparent;
margin-bottom: 55px;
font-size: 9pt;
color: lightgray;
}

.newsitem_small {
width: 100%;
height: 80px;
float: right;
background: transparent;
margin-bottom: 6px;
font-size: 9pt;
color: lightgray;
}

.puffer {
float: left;
width: 100%;
height: 10px;

}


a .menupic1 {
float:right;
width: 63px;
height: 22px;
background: transparent url(../images/but_news1.jpg) no-repeat top left;
margin-left: 40px;
}

a:hover .menupic1 {
background: transparent url(../images/but_news0.jpg) no-repeat top left;
}

a .menupic2 {
float:right;
width: 63px;
height: 22px;
background: transparent url(../images/but_work1.jpg) no-repeat top left;
margin-left: 40px;
}

a:hover .menupic2 {
background: transparent url(../images/but_work0.jpg) no-repeat top left;
}


a .menupic3 {
float:right;
width: 63px;
height: 22px;
background: transparent url(../images/but_about1.jpg) no-repeat top left;
margin-left: 40px;
}

a:hover .menupic3 {
background: transparent url(../images/but_about0.jpg) no-repeat top left;
}

a .menupic4 {
float:right;
width: 63px;
height: 22px;
background: transparent url(../images/but_contact1.jpg) no-repeat top left;
margin-left: 40px;
}

a:hover .menupic4 {
background: transparent url(../images/but_contact0.jpg) no-repeat top left;
}






