/*
Theme Name: Moviementum
Theme URI: http://www.moviementum.at
Description: Custom Theme for Moviementum
Version: 1.0
Author: Manuel Fallmann
Author URI: http://www.manuelfallmann.com

*/




@charset "utf-8";
/* CSS Document*/



body {
	background: #EDEDE1;
	/* font-family:Verdana, Helvetica, Arial, sans-serif; */
	font-size:13px;
    color: #888888;
	margin:0px;
	padding:0px;
}

/*
body {
	background: #EDEDE1;
}
*/

p {
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:13px;
     color: #888888;
}


#wrapper {
    width: 947px;
    margin: 23px auto;
}

#header {
    width: 947px;
    height: 157px;
    background-image: url(img/header.jpg);
}

#home_link
{
	display:block;
	float:left;
	width: 270px;
	height: 60px;
	margin-left:25px;
	margin-top:75px;
}

#home_link span
{
	display:none;
}


/*Navigation*/

#navi {
   width: 945px;
   height: 97px;
   background-color: white;
   border-left: 1px solid #D2D8D7;
   border-right: 1px solid #D2D8D7;
   }

#navi_main {
    width: 902px;
    font-family: 'Palatino Linotype', 'Palatino', 'Book Antiqua', 'Georgia', serif;
    font-size: 18px;
    margin-left: 23px;
    padding-bottom: 5px;
    border-bottom: 1px solid #CCCCCC;
   
}



#navi_main ul {
    padding-top: 21px;
    padding-left: 0px;
    margin: 0px;
    list-style-type: none;
    list-style-image: none;
}

#navi_main li {
    font-family: 'Palatino Linotype', 'Palatino', 'Book Antiqua', 'Georgia', serif;
    font-size: 18px;
    display: inline;
    
}

#navi_main_item_1 {
    text-decoration:none;
    color: #777777;
    background: white;
    padding: 0px 30px  0px 10px;
    
}

#navi_main_item_1:hover {
    color: black;

}

#navi_main_item_1_active {
    color: black;
    padding: 0px 30px  6px 10px;
    background-image: url(img/item1_active.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
	text-decoration:none;    
}

#navi_main_item_2 {
    text-decoration:none;
    color: #777777;
    background: white;
    padding: 0px 29px  0px 9px;

}

#navi_main_item_2:hover {
    color: black;
}

#navi_main_item_2_active {
    color: black;
    padding: 0px 29px  6px 9px;
    background-image: url(img/item2_active.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
	text-decoration:none;
}


#navi_main_item_3 {
    text-decoration:none;
    color: #777777;
    background: white;
    padding: 0px 20px  0px 6px;

}

#navi_main_item_3:hover {
    color: black;

}

#navi_main_item_3_active {
    color: black;
    padding: 0px 20px  6px 6px;
    background-image: url(img/item3_active.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
	text-decoration:none;
}

#navi_main_item_4 {
    text-decoration:none;
    color: #777777;
    background: white;
    padding: 0px 28px  0px 5px;

}

#navi_main_item_4:hover {
    color: black;
 
}

#navi_main_item_4_active {
    color: black;
    padding: 0px 28px  6px 5px;
    background-image: url(img/item4_active.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
	text-decoration:none;
}

#navi_main_item_5 {
    text-decoration:none;
    color: #777777;
    background: white;
    padding: 0px 28px  0px 6px;

}

#navi_main_item_5:hover {
    color: black;
    
}

#navi_main_item_5_active {
    color: black;
    padding: 0px 28px  6px 6px;
    background-image: url(img/item5_active.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
	text-decoration:none;
}


#customer {

	/*
    background-image: url(img/lock.jpg);
    background-repeat: no-repeat;
    background-position: left 6px;
	*/
    /* padding-left:155px; */

}

#customer_a{
    text-decoration:none;
    color: #777777;
    margin-right: 0px;
	margin-left:155px;
}

#customer_a:hover, a:active {
    color:black;
}


/*Sub Navi*/

#navi_sub {
    width: 902px;
    font-family: Verdana;
    font-size: 13px;
    margin-top: 6px;
    margin-left: 33px;

}

#navi_sub ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
}

#navi_sub a {
   color: black;
	text-decoration:none;
}

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

#navi_sub li {
    display: inline;
}

#navi_sub ul li a {
    text-decoration:none;
    color: #777777;
    background: white;
    padding-right: 37px;
}

#navi_sub ul li a:hover, a:active {
    color: black;
}

#navi_sub ul li .active {
    color: black;
	font-weight:bold;
}

ul
{
	padding-left:25px;
}

ul li
{
	margin-bottom:3px;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:13px;
    color: #888888;
}




/*Content*/

#content_area {
    background-color: white;
    min-height: 430px;
    height: auto !important;
    height: 430px;
    border-left:  1px solid #D2D8D7;
    border-right:  1px solid #D2D8D7;
    background-repeat: no-repeat;
	background-position:bottom;
}

#content_kundenbereich {
    min-height: 430px;
    height: auto !important;
    height: 430px;
    border-left:  1px solid #D2D8D7;
    border-right:  1px solid #D2D8D7;
    background-repeat: no-repeat;
	background-position:bottom;
}

#content_area.content_bg_1
{
	background-image: url(img/bg_start.jpg);
}


#content_area.content_bg_2
{
	background-image: url(img/bg_team.jpg);
}

#content_area.content_bg_3
{
	background-image: url(img/bg_referenzen.jpg);
}

#content_area.content_bg_4
{
	background-image: url(img/bg_seminar.jpg);
}

#content_area.content_bg_5
{
	background-image: url(img/bg_kontakt.jpg);
}

.button {
    background-image: url(img/button_out.gif);
    background-repeat: no-repeat;
    margin-left: 30px;
    height: 10px;
    width: 560px;
}

.content_short {
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:13px;
     color: #888888;
   background-color: white;
    width: 528px;
    /* height: 68px; */
	height: auto;
    margin-left: 30px;
    border-top:  1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    border-left:1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    padding: 15px 15px 15px 15px;
    overflow: hidden;

}

.content_large {
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:13px;
     color: #888888;
   background-color: white;
   visibility:hidden;
    width: 528px;
    height: auto;
    margin-left: 30px;
    border-top:  1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    padding: 15px 15px 15px 15px;
    
}


.button_active {
    background-image: url(img/button_in.gif);
   visibility:hidden;
    background-repeat: no-repeat;
    margin-left: 30px;
    height: 10px;
    width: 560px;
}

.content {
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:13px;
     color: #888888;
   background-color: white;
    width: 528px;
    height: auto;
    margin-left: 30px;
    border-top:  1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    padding: 15px 15px 15px 15px;

}

blockquote {
    background-image: url("img/komma.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    font-style: italic;
    margin: 30px 10px;
    padding-left: 50px;
	padding-right:100px;    
}

.referenz_item {
    padding-top: 10px;
    padding-bottom: 10px;
}

.referenz_item h2 {
    font-family: Verdana;
    font-size: 13px;
    font-weight: bold;
    color: #555555;
    margin: 0;

}

.referenz_item a {
    font-family: Verdana;
    font-size: 13px;
    font-weight: bold;
	text-decoration:none;
    color: #8193ba;
}

.referenz_item a:hover {
	text-decoration:underline;
}


#content_area a {
    font-weight: bold;
	text-decoration:none;
    color: #8193ba;
}

#content_area a:hover {
	text-decoration:underline;
}

#address a {
	text-decoration:none;
	color: #666666;
}

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


.referenz_item p {
    margin: 0;
}



/*footer*/

#footer {
    width: 947px;
    height:45px;
    background-image: url(img/footer.jpg);
    background-repeat: no-repeat;
    background-position: top;
}

#footer.bg_1 {
    background-image: url(img/footer_start.jpg);
}

#footer.bg_2 {
    background-image: url(img/footer_team.jpg);
}

#footer.bg_3 {
    /*  */
}

#footer.bg_4 {
    background-image: url(img/footer_seminar.jpg);
}

#footer.bg_5 {
    background-image: url(img/footer_kontakt.jpg);
}

#address {
    padding-top: 30px;
    padding-left: 30px;
    font-size: 9px;
	font-family:Verdana, Helvetica, Arial, sans-serif;
    color: #999999;
}

h1 {
    font-family: Verdana;
    font-size: 13px;
    font-weight: bold;
    color: #555555;
	margin-top:0px;
	margin-bottom:15px;
}

h2 {
    font-family: Verdana;
    font-size: 13px;
    font-weight: bold;
    color: #555555;
    margin: 0;
}

h3 {
    font-family: Verdana;
    font-size: 13px;
	font-weight:normal;
    color: #555555;
    margin: 0;
}

.break {
	margin-top:2px;
	margin-bottom:3px;
}

.break_bottom {
	margin-top:2px;
	margin-bottom:10px;
}


