body {
	background: #604a7a;
	color: #ffffff;
	margin: 0;
	padding: 0;
}


/**********************************************
	Global Styles
***********************************************/

a {
	color: #e868d3;
	text-decoration: none;
}

a:hover {
	color: #e868d3;
	text-decoration: underline;
}

a:active {
	color: #e868d3;
	text-decoration: none;
}

a img {
	border: 0;
}

h2 a, h2 a:hover, h2 a:visited, h2 a:active {
	color: #261a33;
}

img {
	margin: 5px 0;
}

.area{
	margin: 5px 0;
}


h1, h2, h3, h4, h5 {
	color: #261a33;
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 1.5em;
}

h1 { 
	font-size: 26px; 
	letter-spacing: -1px; 
}

h2 { 
	font-size: 24px;
	letter-spacing: -.7px; 
}

h3 { 
	font-size: 21px; 
	letter-spacing: -.4px;
	margin-bottom: 0;
}

h4 { font-size: 18px; margin-bottom: 0; }

h5 { font-size: 16px; margin-bottom: 0; }

p, blockquote, dl, ul, ol, tr, th, td, form, textarea { line-height: 2em; }

p {
	padding: 0 0 15px 0;
	margin: 0;
}

blockquote {
	font-style: italic;
}

small {
	color: #9c7ecd;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	line-height: 1.4em;
}

big {
	font-size: 14px;
	font-weight: bolder;
}

ul { list-style-type: square; }

ul.divided_list {
	margin: 0;
	padding: 0;
}

ul.divided_list li {
	list-style-type: none;
	border-bottom: 1px solid #DDDDDD;
	padding: 12px 0 3px 5px;
}

ul.horizontal_list {
	font-size: 13px;
	margin: 10px 0 0 0;
	padding: 0;
}

ul.horizontal_list li {
	display: inline;
	list-style-type: none;
	padding-left: 30px;
}

hr {
	clear: both;
	height: 2px;
	background-image: url(../images/ruler.gif);
	border: 0;
	margin: 15px 0;
}

.ruler {
	width: 100%;
	height: 2px;
	background-image: url(../images/ruler.gif);
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	border: 1px solid #CCCCCC;
	padding: 20px;
}

legend {
	font-weight: bolder;
}

input, textarea {
	background: #ffffff;
	border: 1px solid #48385c;
	padding: 10px;
}

button {
	background: #3d2d4f;
	height: 100%;
	font-weight: bolder;
	padding: 10px 20px 10px 20px;
	color: #FFFFFF;
	border: none;
}

button:hover {
	background: #20182a;
	cursor: pointer;
}

table {
	width: 100%;
}

tr, th, td {
	text-align: left;
}

.leftimg {
	float: left;
	background: #F5F5F5;
	border: 1px solid #DDDDDD;
	padding: 7px;
	margin: 0 15px 15px 0;
}

.rightimg {
	float: right;
	background: #F5F5F5;
	border: 1px solid #DDDDDD;
	padding: 7px;
	margin: 0 0 20px 30px;
}


/**********************************************
	Header
***********************************************/

#header {
	background: #111111;
	background-image: url(../images/top-sekt-bg.gif);
}

#header a, #header a:hover, #header a:active, #header a:visited {
	text-decoration: none;
}

#header h1 {
	color: #FFFFFF;
}

.logo {
	position: absolute;
	width: 300px;
	top: 40px;
}

.entre {
	position: relative;
	float: right;
	width: 254px;
	top: -7px;
}

.header_container {
	/*background: url(../images/header_bg.jpg) no-repeat;*/
	width: 960px;
	height: 140px;
	padding-top: 25px;
	margin: 0 auto;
}

.navigation {
	position: absolute;
	width: 960px;
	top: 136px;
}

.navigation ul {
	margin: 0;
	padding: 0;
}

.navigation li {
	list-style-type: none;
	display: inline;
	margin-right: -2px;
	font-weight: bolder;
}

.navigation li a {
	padding: 10px 20px 9px 20px;
	background: url(../images/nav_linkbg.gif) repeat-x;
	height: 35px;
	color: #8067a8;
}

.navigation li a:hover {
	padding: 10px 20px;
	background: #604a7a;
	height: 35px;
	color: #ffffff;
}

.navigation li a.selected {
	padding: 10px 20px;
	background: #604a7a;
	font-weight: bolder;
	color: #ffffff;
}


/**********************************************
	Content
***********************************************/

#container {
	width: 960px;
	margin: 0 auto;
	padding-top: 20px;
}

.hiddencontent {
	display: none;
}

/* Three Column Layout */
.column1 {
	float: left;
	/*width: 625px;*/
	width: 285px;
	margin-top: 15px;
}
					
.column2 {
	float: left;
	width: 285px;
	margin-left: 45px;
	margin-right: 45px;
	margin-top: 15px;
}
					
.column3 {
	float: left;
	width: 285px;
	margin-top: 15px;
	
}

.column3 img {
	margin: 8px 0;
}

/* Two Column Layout */
.twocols_left {
	float: left;
	width: 525px;
}

.twocols_right {
	float: right;
	width: 300px;
	font-size: 14px;
}

.front_twocols_left  {
	float: left;
	width: 600px;
}

.front_twocols_right  {
	float: right;
	width: 300px;
}

/* Uneven Two Column Layout */
.uneven2cols_left {
	float: left;
	width: 600px;
}

.uneven2cols_right {
	float: right;
	width: 310px;
	font-size: 12px;
}

#display {
	width: 960px;
	height: 300px;
	margin-bottom: 25px;
}

.portfolio_item img {
	padding: 7px;
	border: 1px solid #DDDDDD;
	margin: 10px 0;
}

.portfolio_item .uneven2cols_left {
	padding-right: 30px;
}

.portfolio_item .uneven2cols_right {
	width: 310px;
	margin-top: 15px;
}

hr.portfolio {
	margin: 25px 0;
}

.success {
	background: #b9ee99;
	width: 100%;
	height: 35px;
	padding: 15px;
	margin-bottom: 15px;
	line-height: 2.5em;
	border: 1px solid #67c82c;
	color: #487c29;
}

.bademail, .badserver {
	background: #f9b29c;
	width: 100%;
	height: 35px;
	padding: 15px;
	margin-bottom: 20px;
	line-height: 2.5em;
	border: 1px solid #ea6353;
	color: #8a352a;
}

.success img, .bademail img, .badserver img {
	margin: 0;
}

#contact {
	width: 100%;
}

#contact form label {
	display: block;
	font-weight: bolder;
	line-height: 1.3em;
}
	
#contact form input, textarea {
	width: 100%;
	margin: 10px 0 20px 0;
	color: #3d2d4f;
	line-height: 1.7em;
}

#contact button{
	float: right;
	margin: 0 -20px 10px 0;
}


/**********************************************
	Footer
***********************************************/

#footer {
	/*border-top: 1px solid #4f4665;*/
	/*background-image: url(../images/ruler.gif) repeat-x;*/
	height: 50px;
	margin-top: 15px;
	padding-top: 30px;
	font-size: 12px;
	color: #251932;
	clear: both;
}

#footer ul {
	margin: -5px 0 0 0;
	padding: 0;
}

#footer li {
	display: inline;
	padding-left: 20px;
	list-style-type: underline;
}

#footer a {
	color: #251932;
	text-decoration: underline;
}

#footer a:hover {
	color: #251932;
	text-decoration: none;
}

#footer a:visited {
	color: #251932;
	text-decoration: underline;
}

#footer a:active {
	color: #251932;
	text-decoration: underline;
}


/* Marker */

.marker{
	color: #160d20;	
}

.alert { 
	color: #red; 
}

/* clearfix start */ 
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
/* clearfix end */ 

