/* STYLESHEET FOR WWW.SEINSCHE.COM

FILE: style.css
AUTHOR: Daniel Seinsche
DATE: 30.12.2008

*/

/* ***************************************************
some misc. styles */
body {
	font-family: Arial;
	font-size: 12px;
	color: #F17801;
	margin: 0px;
	background-color: #303030;
	background-image: url(../images/header-bg.gif);
	background-position: 0px 20px;
	background-attachment:scroll;
	background-repeat: repeat-x;
}

td {
	font-family: Verdana;
	font-size: 12px;
	color: #F17801;
}

#globalContainer {
	width: 800px;
	height: auto;
	margin: 20px auto 20px auto;
	background-image: url(../images/konturen-daniel-seinsche.jpg);
	background-position: top right;
	background-attachment: scroll;
	background-repeat: no-repeat;
	text-align: left;
}

a:link, a:visited, a:active {
	color: #F17801;
	text-decoration: underline;
}

a:hover	{
	color: #FFFFFF;
}

a:link.differentBusiness, a:visited.differentBusiness, a:active.differentBusiness {
	font-size: 12px;
	font-weight: bold;
	color: #F17801;
	text-decoration: underline;
}

a:hover	{
	color: #FFFFFF;
	text-decoration: underline;
}

.differentBusiness {
	font-size: 12px;
	font-weight: bold;
	color: #F17801;
}

img.r	{
	margin: 3px 0px 12px 16px;
	float: right;
	clear: right;
}

img.l {
	margin: 3px 12px 0px 3px;
	float: left;
	clear: left;
}


/* ***************************************************
logo styles */

#logoContainer {
	width: 407px;
	height: 93px;
}


/* ***************************************************
hompage button style */

.homepage-button {
	margin-top: 50px;
	border: 0px;
}

.homepage-submenuContainer {
	height: 20px;
	width: auto;
	color: #FFFFFF;
	font-size: 16px;
}

.homepage-submenuIcon {
	margin-right: 10px;
}

a.homepage-submenu:link, a.homepage-submenu:visited, a.homepage-submenu:active {
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	margin-right: 30px;
}

a.homepage-submenu:hover	{
	color: #F17801;
}


/* ***************************************************
topmenu styles */

#topmenuContainer {
	margin-top: 10px;
}

.topmenu-menuIcon {
	margin-right: 10px;
}

.topmenu-menu {
	margin-right: 40px;
	font-size: 16px;
	color: #F17801;
}

#topmenuSubmenuContainer {
	height: 35px;
}

.topmenu-menu a:link, .topmenu-menu a:visited, .topmenu-menu a:active, .topmenu-menu a:hover {
	font-size: 16px;
	color: #F17801;
	text-decoration: none;
	font-weight: normal;
}

.topmenu-submenuIcon {
	margin-right: 10px;
}

a.topmenu-submenu:link, a.topmenu-submenu:visited, a.topmenu-submenu:active {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	margin-right: 25px;
}

a.topmenu-submenu:hover	{
	color: #F17801;
}

/* ***************************************************
content styles */

#contentContainer {
	width: 600px;
	margin-top: 20px;
}

.contentBox {
	margin-bottom: 30px;
	width: 600px;
}

.contentBox p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.contentSmallFont {
	font-size: 10px;
}

.contentBox h1 {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 3px;
	margin: 0px 0px 5px 0px;
}

.contentBox img {
	border: 0px;
	margin: 0px 10px 10px 0px;
}

.contentColumn {
	width: 190px;
	float: left;
	margin-right: 10px;
	color: #FFFFFF;
}

.contentBox img {
	border: 2px solid #F17801;
}

.contentBoxURL {
	background-image: url(../images/link-arrow.jpg);
	background-position: center left;
	background-attachment: scroll;
	background-repeat: no-repeat;
	height: 13px;
	line-height: 13px;
	padding-left: 17px !important;
	margin-bottom: 10px;
	color: #FFFFFF;
}

.contentBoxURL a {
	text-decoration: none;
	color: #FFFFFF;
}

.contentBoxURL a:hover {
	color: #F17801;
}


/* ***************************************************
footer styles */

#footerContainer {
	width: 600px;
	height: 30px;
	margin-top: 100px;
}

a:link.footerLink, a:visited.footerLink, a:active.footerLink {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #F17801;
	text-decoration: none;
}

a:hover.footerLink {
	color: #FFFFFF;
}

.footerDevider {
	margin: 0px 12px 0px 15px;
}

.footerText {
	font-family: Verdana;
	font-size: 12px;
	color: #F17801;
}
	