/* 
Title:      	Jürgen Angelow - Photographer
Author:     	ba
Updated:    	March 2010
Program:   		by webdesign-albert in Penzberg, Bayern
*/

/* Font */
@font-face {
	font-family: "Square721 BT";
    src: url(../_font/Sqr721b.ttf, Sqr721n.ttf);
}
/* end */

/* Allgemein */

body {
	background-color: #F5F5F5;
	margin-top: 25px;
	font-family: "Square721 BT", "Courier New", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #333;
}
p {
	font-size: 12px;
	color: #333;
	padding-left: 15px;
	line-height: 135%;
	padding-right: 5px;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:hover {
	background-color: #DFDFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}

/* end */

.clear_both {
	clear: both; 
	height: 0px; 
	margin: 0px; 
	padding: 0px; 
	line-height: 0px;
}
.width20 {
	padding-right: 20px;
}

.height10 {
	padding-top: 10px;
}
/* -------------------------------------*/

/* Container */

#container {
	background-color: #CCC;
}
/* end */

/* Header */
#container #linkcontainer {
	font-size: 12px;
	color: #333;
	text-decoration: none;
	padding-left: 0;
}
div#logo {
	font-size: 22px;
	color: #666;
	border-bottom-style: none;
	vertical-align: text-bottom;
	text-decoration: none;
	padding-left: 5px;
	padding-top: 10px;
	line-height: 22px;
}
div#topMenuBar ul {
	margin: 0px;
	padding: 10px 0 0 0;
	font-size: 12px;
/*	text-transform: uppercase; */
	font-weight: bold;
	color: #666;
	line-height: 22px;
	white-space: nowrap;
	text-align: right;
	vertical-align: text-bottom;
	background-position: bottom;
}
div#topMenuBar li {
	list-style-type: none;
	display: inline;
}
div#topMenuBar li a {
	text-decoration: none;
	padding: 3px 8px 0px;
	color: #666;
}
div#topMenuBar li a:link {
color: #666;
}
div#topMenuBar li a:visited {
color: #666;
}
div#topMenuBar li a:hover {
color: #666;
background-color: #E6E6E6;
}
/* end*/

/* Content */

#content {
	width:1000px;
/*	height:500px; */
	white-space:nowrap;
	overflow-x:scroll;
	background-color:#EBEBEB;
}
#contact {
	width:1000px;
	height:500px;
	background-color:#EBEBEB;
}
#contact h1 {
	font-size: 22px;
	font-weight:lighter;
	color: #666;
	border-bottom-style: none;
	vertical-align: text-bottom;
	text-decoration: none;
	padding-left: 5px;
	padding-top: 10px;
	line-height: 22px;
}
#designcontainer #linkcontainer {
	height: 500px;
	width: 1000px;
}
#container #bottom {
	font-size: 12px;
	color: #666;
	padding-right: 5px;
	padding-left: 5px;
}
#lightroom {
	width: 1000px;
	background-color:#F5F5F5;
	text-align:center;
}
.line {
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top: 3px;
}
.linetop {
	width: auto;
	border-bottom-style: none;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

.linebottom {
	width: auto;
	border-bottom-style: none;
	clip: rect(auto,auto,auto,auto);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.portfolio {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: normal;
	color: #666;
	line-height: 22px;
	white-space: nowrap;
	text-align: center;
	vertical-align: text-bottom;
	background-position: bottom;
	background-color: #CCC;
	width: 100px;
	height: 22px;
	text-decoration: none;
}
li {
	font-size: 100%;
	font-weight: lighter;
	color: #333;
	padding-left: 15px;	
	line-height: 135%;
	padding-right: 5px;
}
#workshop a:link {
	color: #DFDFFF;
	text-decoration: none;
}
/* end */

/* Footer */
div#copyright {
	font-size: 12px;
	color: #333;
	padding-right: 5px;
	background-position: top;
}
div#subnavigation {
	font-size: 12px;
	color: #333;
	padding-left: 5px;
	background-position: top;
}
